Downloads
Download tar.gz
8.53 KB
MD5: 4b055b77d1d2ee0edc1474633c754170
SHA-1: fd8fadd555220a3b8d55f6d1759ccdad183b2aa4
SHA-256: 19ae4747687671b7ce01a98ef5fc41eb2b871a27d7332541407add7b31b07e6e
Download zip
10.04 KB
MD5: 293bffee50756b9dcd72bd09e29a81c1
SHA-1: c1877ab8fb97f907106a178314f094046a14ad9c
SHA-256: 20aa1134c5711c1b3b17e7a3a200514e7242a9604ac23441f047c2710a9a6374
Release notes
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.