Default css

Permalink
I use the default theme and modify the css along the way... However, every change I make is not instantly implemented, so often i have to wait up to 5 minutes for the changes to appear. Projects made in Joomla haven´t presented the same problem. Is a fix available or is it something I need to talk to my ISP about?

monofon
 
JohntheFish replied on at Permalink Reply
JohntheFish
This is almost certainly your browser cache. Chrome in particular is very persistent with css files. Its one of the things that makes browsers faster, but can be annoying during development of a theme.

Things you can do (depending on what browser you are using):
- Clear the browser cache
- Refresh the page with CTL+F5
- Use various developer plugins (for the browser) to force the file to be reloaded.
monofon replied on at Permalink Reply
monofon
Were thinking the same, but not much has changed... Sometimes changes are seen instantly and sometimes it takes several minutes

I primarily use Chrome for monitoring... Is this a bad choice?