Knowledgebase

Joomla does not reflect changes immediately

If your Joomla 1.5 web site does not reflect the changes you make right away, this probably means that you have caching enabled. Here are sample options you can see in the Joomla 1.5 configuration.php:

var $caching = '1';

var $cachetime = '15';

The first line shows that you have caching enabled for your Joomla, and the second line shows that the cache time is set to 15 minutes.

This is why you may not see the changes you make right away. Your Joomla 1.5 pages will load from the cache until it expires. When the cache is reloaded you will see the changes. To avoid this issue, you can turn off caching.

There are two ways to disable caching in Joomla:

1. Log in to your Joomla administrator area  and go to Site > Global Configuration > System > Cache Settings. Set Cache toNo and click the Save or Apply button.

2. Directly edit the configuration.php file for the installation changing:

var $caching = '1';

to

var $caching = '0';

Please note that if you have caching enabled, your website will load much faster. However, while still developing the site and making constant changes, it is better to have this option turned off. Thus it would be easier for you to check the changes you make right away.

Joomla is a powerful software that is easy to work with once you have the right host to support you. Before you lose any more time with the wrong host, check out the SiteGround Joomla hosting offer.

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How to test if jHackGuard is working correctly on your Joomla site?

If you want to be sure that jHackGuard is installed and working correctly on your website, you...

How to remove time stamps from Joomla SEF URLs

Due to an incorrect alias or a non-English character in your category names, Joomla may replace...

How to configure AcyMailing to comply with hostlantern e-mail terms of use?

In order to comply with the SiteGround e-mail Terms of Service you have to configure your...

Joomla caching

The caching mechanism implemented in Joomla is a way to improve the performance and loading speed...

How to extract and restore a Joomla .jpa archive or backup?

Upload your .jpa archive in public_html through your FTP client:...

Copyright © 2013<script>new Date().getFullYear()>2010&&document.write("-"+new Date().getFullYear());</script>, HostLantern. All Rights Reserved.