HTMLy v2.6.0 & v2.6.1: Performance and Maintenance

v2.6.1

  • Previously the URL is case sensitive and now htmly threat /tag/Github or /tag/github as the same URL.

  • Improvements and bugs fixes.

v2.6.0

For performance reason than the recent post, popular post, archive list, or tag cloud widget are cached even for login user (not the resulting output but the array). Tested in a test blog with 6K posts with hundreds of tags and the load for login user decrease dramatically. The page generation time from 1 - 2 seconds decreased to 0.05 - 0.3 seconds (depending on hardware).

Cache will deleted when we edited any content, added new content, or change any config related to those widget. For popular posts widget, by visiting admin/popular is enough to delete the cache.

To display the page generation time add the following option to admin/config:

generation.time = "true"

To display the cache generation timestamp simply add:

cache.timestamp = "true"

Download.

Tags: