MyBB Community Forums

Full Version: index_showteamlink
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is index_showteamlink template usually cached? 

I've made some changes to my site so not 100% sure it's not something I've done.
All template changes should happen as soon as you save them - in the core we don't cache templates in 1.8.
Does that mean, yes, index_showteamlink should be cached?
“in the core we don't cache templates in 1.8”
From the sounds of it no.
(2018-10-05, 01:58 AM)woostar Wrote: [ -> ]Does that mean, yes, index_showteamlink should be cached?

No, as Euan said we don't cache any templates. If things are cached on the front end then this will likely be due to CloudFlare or caching your hosting has enabled.
ok. ta. 

I just wondered what this mean, is all:
(2018-10-05, 10:24 PM)woostar Wrote: [ -> ]ok. ta. 

I just wondered what this mean, is all:

The top box contains the templates that were loaded using a single SQL query (using the "$templatelist" global variable). The bottom box contains the templates that weren't;t loaded that way and instead used a query to load each one individually (eg: 10 templates in the bottom box = 10 additional SQL queries that could be saved by using the "$templatelist" variable).