
APEX SQL CACHING TOO AGGRESSIVELY HOW TO
However, if you are producing pages with time-sensitive data or related content items such as foreign exchange rate, trading, statistical data sites or even e-Commerce sites where competitive and up to date pricing is important, then the choice to cache or how to cache must be very carefully considered to avoid inconsistency or confusing output.ĭepending on what level of caching you choose to use will determine whether large datasets or highly related content are in sync and make sense to your visitor. This is absolutely fine if your content is fairly static and doesn’t change very often, or is not time-sensitive. Sounds like the utopia of web site delivery, doesn’t it? Potential downsides of cachingīeware, there are potential downsides to minification and caching, some content can become “ out-of-date” or “ stale” for a period of time. The idea is that if the database and other resource queries are removed then the page load and formatting time is drastically reduced, serving your site content faster to the visitor and providing a better user experience. This stops the server from querying the database, crunching data or formatting the page on every visit to that page instead it loads the pre-formatted “ cached” version.

What is caching?Ĭaching is when a static version of data, or in this case your Joomla website or page, is generated containing the content as of that current moment in time. If you are considering using minification or caching on your site, ensure that you have followed the best practice optimisation methods for layout, images and extension use first, otherwise you may not see the results you were expecting.

While this is admirable, it has also generated quite some confusion, misconfigurations, poor performance and frustration for many. With the change in Google’s site rating and ranking criteria, the reasonably new “Web Vitals” measurements have generated new interest in a variety of caching technologies to improve content delivery times in the never ending race to the elusive “100% across the board” and satisfactory search engine indexing results.
