asked 191k views
0 votes
Why is it necessary to clear the cache before you retest the web server connections?

asked
User Auco
by
8.4k points

1 Answer

0 votes
The cache stores copies of content retrieved from the web. In stead of hitting your webserver, your test may be satisfied from the cache, so you are not testing any changes that you made...

CSS files are notoriously stubborn in their caching behaviour.
answered
User Bhuvan Rikka
by
7.3k points