O'Reilly Answers is a community site for sharing knowledge, asking questions, and providing answers that brings together our customers, authors, editors, conference speakers, and Foo (Friends of O'Reilly). More »
I had inklings there was a connection between search engine optimization and site speed -- Google is clearly gung-ho on all things speedy after all -- but until Velocity 2010 I didn't realize that SEO...
If you're curious about the time it takes for your page to load and were wondering if there was something that could tell you what's going on besides human observation, then this excerpt from Even Fas...
Answered by anoren : Nov 10 2009 05:30 PM
It depends on the testing protocol, of which there are m a n y. This article helped me to understand some, but not all, of the factors that go into a valid and robust test.
[attachment=481:Picture 7... full answer >
Widgets and other third-party gizmos can bog down a normally zippy site. This excerpt from Andrew B. King's Website Optimization will help you alleviate some of the issues associated with delays c...
You can improve the perceived speed of your web page by loading something useful fast.
For example, the Weather Underground home page displays the weather search form quickly in the top-left corner o...
Replacing table layout with CSS layout certainly saves you bandwidth and reduces maintenance headaches. Stripping down your markup to bare structure and replacing any inline style with CSS rules will ...
Using CSS to lay out your page can save you a significant amount of markup, typically 25% to 50%.1 First look at the layout to see whether you can substitute CSS lists and positioned divs to simulate ...
After replacing as much Javascript as possible with CSS and server-side techniques, optimize any remaining Javascript to minimize file size. You can use abbreviated object, variabl...
Browser sniffing is one area where Javascript is in widespread use. To minimize the Javascript overhead that your users must download, you can substitute server-side or PHP and JSP...
Embedded Javascript is widely used on the Web, with 84.8% of pages using some Javascript.
Javascript is used for form validation, menus and rollovers, browser sniffing, ...