Forum Moderators: open

Message Too Old, No Replies

website page Loading relate Issues

page reloads every time you click on it

         

deepman007

4:03 am on May 30, 2008 (gmt 0)

10+ Year Member



My question is why every web pages reloads every time I click on their individual link even though they are sharing the same background for all the pages and they have been visited?

Ex: If I'm on my home page and I click on the "About us" or "contact us" page, both of them reloads. Aren't the images thats been shared for every page being cached and not suppose to load it again ?

It happens for FireFox and IE. Any suggestions ?

Thank you

daveVk

1:37 pm on May 30, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



If this is happening on all sites you visits then check your browser cache setting, if only on your site then install one of the firefox addons for showing Response headers and check cache commands see example below from current page.

Date: Fri, 30 May 2008 13:34:22 GMT
Server: Apache/2.0.52
Vary: Accept-Encoding,User-Agent
Content-Encoding: gzip
Cache-Control: max-age=0
Pragma: no-cache

X-Powered-By: BestBBS v4.11
Content-Length: 3307
Connection: close
Content-Type: text/html

200 OK

deepman007

3:49 pm on May 30, 2008 (gmt 0)

10+ Year Member



Hi

Do you mind if you can tell me the fireFox add-on and command to check the cache? Sorry, I'm totaly new to this.

Thank you

deepman007

7:00 pm on May 30, 2008 (gmt 0)

10+ Year Member



I got this Response Header:

Response Headers
Date Fri, 30 May 2008 16:48:42 GMT
Server Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8b PHP/5.2.6 FrontPage/5.0.2.2634 mod_perl/2.0.3 Perl/v5.8.8
X-Powered-By PHP/5.2.6
Expires Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma no-cache
Set-Cookie CartId=3048209; expires=Wed, 01-Jan-2020 17:00:00 GMT
Content-Length 5126
Keep-Alive timeout=15, max=100
Connection Keep-Alive
Content-Type text/html

daveVk

7:13 am on May 31, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Response Headers
Date Fri, 30 May 2008 16:48:42 GMT
Server Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8b PHP/5.2.6 FrontPage/5.0.2.2634 mod_perl/2.0.3 Perl/v5.8.8
X-Powered-By PHP/5.2.6
Expires Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control no-store, no-cache, must-revalidate
, post-check=0,
pre-check=0
Pragma no-cache
Set-Cookie CartId=3048209; expires=Wed, 01-Jan-2020 17:00:00 GMT
Content-Length 5126
Keep-Alive timeout=15, max=100
Connection Keep-Alive
Content-Type text/html

The red bit all say dont cache this page, the expire date is in the past, not sure of meaning of pre/post-check.

You need to change your server settings, as it appears to be an apache server you might try that forum.