Jump to content

Admin panel doesn't refresh without F5 :(


kikis

Recommended Posts

I also have similar issue with data refresh.  I have found that many times i have to log off - run ccleaner - and then log back on in order to get current numbers for dashboard stats and such. I have tried f5 and cntrl f5 on all browsers, and also clearing the cache within the admin section and none of that worked. Just thought i would share..

Edited by durangodave (see edit history)
Link to comment
Share on other sites

If you want to follow Eolia's suggestion, you can remove strings like

 

ExpiresActive On
ExpiresByType image/jpg "access plus 1 year"
ExpiresByType image/jpeg "access plus 1 year"
ExpiresByType image/gif "access plus 1 year"
ExpiresByType image/png "access plus 1 year"
ExpiresByType text/css "access plus 1 month"
ExpiresByType application/pdf "access plus 1 month"
ExpiresByType text/x-javascript "access plus 1 month"
ExpiresByType application/x-shockwave-flash "access plus 1 month"
ExpiresByType image/x-icon "access plus 1 year"
ExpiresDefault "access plus 2 days"

 

 

From the .htaccess. Note that it is recommended to leave them enabled for better front office performance. I doubt it's related to this, it's generally due to bad server side caching or stuff like cloudflare

Link to comment
Share on other sites

×
×
  • Create New...