Releases for Autoload
autoload 6.x-1.3
| Download | Size | md5 hash |
|---|---|---|
| autoload-6.x-1.3.tar.gz | 8.63 KB | fa7ae76f546747086f4a4aa1eda640c4 |
This version is another critical bug fix. In 1.2, if the lookup table is empty then we will re-request the lookup table from the cache on every page request. That could result in several dozen identical cache_get() calls that just burns cycles. This version fixes that. It also switches from require_once() to require(), which should be very slightly faster.
There are no API changes.
autoload 6.x-1.2
| Download | Size | md5 hash |
|---|---|---|
| autoload-6.x-1.2.tar.gz | 8.53 KB | 4b055b77d1d2ee0edc1474633c754170 |
This release fixes a critical bug in 1.1. In earlier versions, the lookup table was rebuilt on every failed lookup on the logic that you're unlikely to actually trigger a lookup unless you actually had data. However, I discovered that was causing dozens of cache_set() calls per page, which is doubleplusungood. This version uses hook_flush_caches() to rebuild the lookup table instead, which is really should have done in the first place.
autoload 6.x-1.1
| Download | Size | md5 hash |
|---|---|---|
| autoload-6.x-1.1.tar.gz | 8.53 KB | 7f63c5317440b630179b014f4b552bbd |
Fixed critical bug where hook_autoload_info_alter() wasn't being called, but hook_autoload_alter() was. Oopsies.
autoload 6.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| autoload-6.x-1.0.tar.gz | 8.51 KB | 2953977671aaf676d50c2565266dc271 |
First stable release.
autoload 6.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| autoload-6.x-1.x-dev.tar.gz | 9.26 KB | c55b8769862e94d9274ecf3faee25134 |
Nightly development snapshot.
