What is easy to do to improve speed from test result?
|
08-13-2010, 09:03 AM
(This post was last modified: 08-13-2010 09:05 AM by pmeenan.)
Post: #8
|
|||
|
|||
RE: What is easy to do to improve speed from test result?
Stay away from XML and JSON. Some versions of IE don't react well to gzipped responses to AJAX calls. HTML, text, css and javascript are safe across-the-board.
Here is the .htaccess I have in place on WebPagetest: Code: <IfModule mod_deflate.c> The site will look exactly the same to the users (just faster) and as a bonus you'll use less bandwidth which can save you money if you get charged for it. |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)