Quote:
Originally Posted by GeekyDesigns
board_inactive_warning is not ment to be cached and only admins see it, theres no real reason to do so.
You might want to ask in the thread about the pm quick reply
|
Putting that template in the cache would add overhead. You need to understand that running one large query is not always the best option.
This template is un-cached because it is only in use when admins browse a board that is turned off. If you added that template to the cache it would be pulled on every page load, board off or on, thus adding overhead to an already large query.