login about faq

Due to the large amount of spam accounts, we temporarily disabled new user sign ups. To override this, email newuser.lgqa@gmail.com and an admin will determine if you are permitted to join


Does anybody know if the browser stores a website's css files in cache or only executes it immediately. Why? Well, I want to create a website with php and use only one css file for all my pages ... so ... if the browser stores the css in the "client" computer and uses it for other pages then it is a very good optimization if not then I have to make more files depending on the complexity.

So ... is the browser of "today" capable of storing the css files in cache or only processes and displays the result for every page?

asked Jul 04 '11 at 19:29

Ciparific's gravatar image

Ciparific
1112

............

(Jul 05 '11 at 20:42) Ciparific Ciparific's gravatar image

Yes, I've had issues where I had to shift-reload a page or clear a cache after updating css. So absolutely .css files are cached, or at least some browsers cache them.

answered Jul 06 '11 at 00:27

Duodave's gravatar image

Duodave
4.6k404998

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or __italic__
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported


Join Us in the Chat Room

Tags:

×191
×142
×96
×60

Asked: Jul 04 '11 at 19:29

Seen: 1,084 times

Last updated: Jul 06 '11 at 00:27