Hits count does not increment when enabling Cache

GK User
Thu Jul 19, 2012 8:35 am
Hello,

I enabled cache features following instructions : https://www.gavick.com/support/forums/131/13106.html

However, one issue remains with gk caching : The hits amount is not updated when a page is cached. It's a blocking issue for news websites where most-read modules are very important!

It is not possible for me to just turn off the cache regarding the loading times without caching.

Could you please this time answer my question ?
User avatar
Junior Boarder

teitbite
Tue Jul 24, 2012 11:20 am
Hi

Have You tried to use joomla cache instead of GK Cache ? It can be more usefull in cases like Yours.
User avatar
Moderator

GK User
Tue Jul 24, 2012 4:50 pm
Hello,

Yes I tried to use Joomla Cache instead but I had the following issues :
    When I only enable cache in joomla configuration, it generates issues with image caption class creating double div class img_caption and the load time is still very important
    When I enable in addition the system cache plugin without GK cache plugins and without enabling the GK cache option in the template, the content pages layout breaks out generating the content twice in the same page
User avatar
Junior Boarder

teitbite
Wed Jul 25, 2012 12:42 pm
Hi

Acctualy You should try to disable joomla cache and use GK Cache only. Than You can fix double content appearing by editing file /html/com_k2/templates/item/default.php and removing everything withing layer:

Code: Select all
<gavern:mobile></gavern:mobile>


and opening and closing tag for <gavern:default>
User avatar
Moderator


cron