I've updated the demo site to v.1.0.2 (coming soon to the SVN trunk), but it's feeling really sluggish compared to these forums. I'm just not sure why. Hotaru uses caching quite extensively, especially from the second page view. Here are the stats from the home page of the demo site: 52 database queries and a page load time of 1.8 seconds. This page used 6.9 MB bytes of memory. [Hotaru CMS v.1.0.2] But it feels more like 6 seconds. Two processes which you would expect ...
I turned on Hotaru's debug mode last night and was shocked to see that my offline test site with JapanSoc imported into it was firing over 400 database queries on the front page! Hotaru's "Debug" mode isn't really for debugging yet, but it does show you the number of database queries, the page load time and memory usage. Those last two were respectable enough, but those 400 database queries just wouldn't do. As a result, I've come up with a "smartCache" function. ...