In my mind, WPO always starts with measurement (testing) to understand the performance problem, then find tools, solutions to solve the problem, then measure again. This is an iteration process, and focus on top 3 issues in each iteration will make your WPO more efficient. I blogged my understanding of core practices or Fundamentals of WPO 2 month ago. From strangeloop tips, another key word I find very suitable is "simplify". What we are trying to achieve is to simplify the web site, less http request and less data.
Let's look at the tips from strangeloop.
http://www.strangeloopnetworks.com/cyber-monday-2-weeks/
- Test your site, using tools (webpagetest.org)
- Make sure your site follows core best practices
- Text compression: The easiest way to reduce your page sizes
- Keep-alives: Control your TCP connections
- Identify and fix your sluggish third-party content
- Audit your 3rd-party content
- Use the latest version of your widgets
- load asynchronously wherever possible
http://www.strangeloopnetworks.com/products/overview/how-it-works/
- Simplify the page
- Recognize different browsers
- Preload relevant page elements
- Optimize for repeat visits and flows
- Start loading fasterOptimize third-party content
No comments:
Post a Comment