Tagged Questions
0
votes
2answers
37 views
Does google take into account page load differences from caching?
Here's what I mean by that. If I use internal CSS, the page will load a bit quicker on the first time it is visited, but with external CSS a user can cache the document and load the rest of the site ...
-2
votes
3answers
154 views
If something can be achieved using CSS or JavaScript, which will render faster? [closed]
I have two working solutions for hover navigation that I've built. One solution uses JS, one use CSS. My question is, assuming a browser is JS-enabled, which solution will work faster?
I'll most ...
12
votes
4answers
15k views
How do I set expiration headers for CSS, JS, and Images?
I have recently analysed my website with pagespeed addon on firebug. It suggested me to set expiration on CSS, JS and image files.
I am wondering how do i do this?