5 ms·
no, actually it does matter. Browser caching is not reliable and only covers around 20% to 25% of requests (according to GoogleMaps JS caching behavior stats).
by coachwei 16y ago
no, actually it does matter. Browser caching is not reliable and only covers around 20% to 25% of requests (according to GoogleMaps JS caching behavior stats). So it matters quite a bit.
- bobds 16y agoIt's not just about the requests. Some developers forget that not everyone has 8gb of RAM and a quad-core CPU. Those scripts add up and clog both memory and CPU time.
- petervandijck 16y agoReally? That's new to me.
- bbuffone 16y agohttp://www.yuiblog.com/blog/2007/01/04/performance-research-part-2/ http://www.yuiblog.com/blog/2007/01/04/performance-research-... Towards the end of the article >> Suprising Results 40-60% of Yahoo!’s users have an empty cache experience and ~20% of all page views are done with an empty cache. To my knowledge, there’s no other research that shows this kind of information... <<