CSS Takes a while to Respond

Status
Not open for further replies.

cubical2

New Member
Messages
2
Reaction score
0
Points
1
My site is; http://cubical.x10.mx/

When I update anything in main.css it takes the site 5-10 minutes to update the css when it used to update in a matter of seconds, can this be fixed?

When I update anything but the css it updates immediately.
 

Dead-i

x10Hosting Support Ninja
Community Support
Messages
6,084
Reaction score
368
Points
83
Hi cubical2,

On our hosting service, we use the Varnish cache server, which automatically caches pages. While this is very useful for improving page load times, sometimes this can be inconvenient when developing your site. Fortunately, you can disable Varnish caching by adding this line to your .htaccess file:
Code:
Header set Cache-Control "max-age=0, private, no-cache, no-store, must-revalidate"


For more information, please see http://x10hosting.com/support/general/varnish-cache

Thank you,
 
Status
Not open for further replies.
Top