On Nov 29, 8:50 pm, W-Mark Kubacki <[EMAIL PROTECTED]> wrote:
> I assumed a single minimized file would be optimal, too, but my tests have
> revealed that this only pays off at the first page load, when files and
> headers
> are exchanged for the first time.
Yahoo suggests minimizing the HTTP requests as far as possible:
http://developer.yahoo.com/performance/rules.html#num_http
I saw a talk of Steve Souders where he showed that still many clients
(~50%) do request the files.
Probably because a lot of users only visit the page only once in a few
days.
Cite from http://almaer.com/blog/steve-souders-on-web-performance:
"Since the cache matters, Steve then did a browser cache experiment.
He added an image to a page and calculated the % of users with an
empty cache, and the % of page views too.
Over time ~50% users, ~20% page views. Wow, so you thought that
caching was great.... but you get a lot of hits with an empty cache!"
Link to the talk: http://youtube.com/watch?v=BTHvs3V8DBA
So probably, I'll take a look at this CP filter thingy ;)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---