Clipmarks
ghibertifollowshare
1-10-2007 7:32 AM
824 views
ghiberti says:
A php script that combines and compresses jscript and css include files
2 Comments   | Add a Comment
1-10-2007 12:48 PM
ericskiff
Hmm. I'm surprised that actually sped up the page load times. It sounds like most of the overhead is in the multiple calls between client and server. Adding yet more work in the form of decompression and compression seems to increase that overhead. Although it likely saves a lot of bandwidth, I generally don't consider CSS files bandwidth intensive.
1-10-2007 4:13 PM
ghiberti
I agree Eric, especially in ajax-based sites where the page may only load once -

I seem to remember using one of the javascript rich-text editors on an app I managed and the gzip version did load quicker -

I try an avoid monumental screen refreshes wherever I can now so this is less of an issue for me.
Login to Comment.  Not a member yet? Sign up
New from the makers of Clipmarks:  Amplify.com - Don't just share the news...Amplify it!

OK