Log in

View Full Version : 1 VB site does browser caching, another one doesn't


Coop1979
01-22-2009, 02:00 PM
I have a couple of VB installations on my server and have been trying to figure out why one does page loads almost automatically and the other does page loads within 15-20 seconds. After using Firebug to look at how things are loading, it looks like the fast site is properly doing browser-side caching while the slow site is loading every image, javascript, css, etc file on EVERY page load.

Can anyone give me some suggestions on where to look to fix this? Could this be in the htaccess file? A VB setting that I missed?

I have "Add No-Cache HTTP Headers" set to "No".

Help is appreciated!

Coop1979
01-26-2009, 01:48 PM
Bump

Marco van Herwaarden
01-26-2009, 01:50 PM
Without more information it is very hard to troubleshoot this. There can be 100 different reasons for this.

If you have this same difference with all modifications disabled, default files and style, then you can try opening a support ticket. Otherwise you might get better support in the Server Configuration forum at vB.com.

Coop1979
01-28-2009, 01:25 PM
FYI, I figured it out. It was due to a .htaccess setting that was incorrectly put in there during the install of a Drupal module. Sorry to waste anyone's time :)

Marco van Herwaarden
01-28-2009, 01:27 PM
Thanks for providing this heads up.

Yes a .htaccess problem was 1 of the 100 options. ;)