Do you know that Static Cache can make your site load up to 80% faster?
But with Static Cache feature turn ON and link still same as before, but content still keep on page 1 (not goes to page 2 as when I switch to Stand Cache or turn of cache feature), even I try press link to switch page to 2,3,4 but content still show at page 1?
i haven't seen this happen... seems to work as should be!which mode running now?
2. I just published IOS Downloads v1.1 that, beside others, provides shorter SEO PRO URLs for Elxis 2009.0+. http://www.elxis-downloads.com/com_downloads/download-systems/116.html
Static cache is excellent cache solution but you might need to make slight modifications to make it work 100% as you wish. In your case the problem you reported should not happened as in the linked pages the page variable in the URL should disable static cache automatically (static cache is being automatically disabled for SEO PRO URLs containing query strings). But this does not happen. Why? I can n't tell, needs debug. But I have a solution for you that you can easily apply.Open includes/Core/staticcache.phpGo to line 119.Add bellow:if (isset($_GET['page'])) { $this->enable = 0; return; }Save the file, done.
Something else that I saw in your site:1. Don't display the Front-page module in all pages.2. I just published IOS Downloads v1.1 that, beside others, provides shorter SEO PRO URLs for Elxis 2009.0+. http://www.elxis-downloads.com/com_downloads/download-systems/116.html
When you uninstal IOS Downloads v1.0 everything related to the component will be lost. There is no automatic update script. I don't publish update scripts for my free components. IOS Downloads v1.1 has some great improvements, test it locally and you will see.Note: As you have enabled static cache raise cache time to at least 3600 seconds.