Mobile app version of vmapp.org
Login or Join
Jessie594

: Best way to optimize joomla cache. Difference between Global configuration cache and system cache plugin I need to know for a Joomla site there is system cache plugin then there

@Jessie594

Posted in: #Cache #Joomla #LoadTime #Optimization #Seo

I need to know for a Joomla site


there is system cache plugin

then there is global configuration setting to enable cache - how is it different from system cache plugin


below are some of speed optimization i have already done


Enabled system cache plugin

ExpiresActive On with ExpiresByType done

AddOutputFilterByType DEFLATE done


My site has mostly database queries been updated in terms of new product listings.
Does enabling global configuration conservative cache can also help in reduce loading time (despite face where we have already enabled joomla system cache)

How is Global configuration conservative cache different from joomla system cache plugin. What is the difference
Thanks

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Jessie594

1 Comments

Sorted by latest first Latest Oldest Best

 

@Kristi941

As I understand it, the global settings version caches the views and parameters of components and modules, rather than the content. This means that if you change the content, then the change will be instantly visible to users.

However, this method of caching may not be a feature of third-party components (Joomla states here: Component developers have to include this in their code to work.)

The plugin saves whole pages in a temporary directory, so if you change the content, then you are likely to still see the old version until the cache is cleared.

There is a nice overview of how the plugin works here.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme