Quote:
Originally Posted by Hasann
Uncached templates: forumhome_forumbit_level1_nopost (3)
Uncached templates: forumhome_forumbit_level2_post (18)
|
i'm aware of that, i'll try to optimize that in future version.
The hide/show forum forced me to use manipulation on the templates.
I used datastore instead though, so it wont have too many unneeded reads.
EDIT: to further clear up the "behind-the-scene" made:
1. during intial load i store both of the mentioned templates into the datastore, and clear both of them.
2. during hook loads, a check is made vs. mod logic (for should be visible or not).
3. Based on previous check, i assign to the template value (or empty string) from the datastore cache variable.
So counters may show it's uncached, while it's in fact some sort of cache (assigning template value from datastore cache).