Written by Anastasia Kurmakaeva
Web Performance Optimization is, as its name suggests, the marketing discipline that analyzes a website to recommend changes that help optimize its loading speed. The term WPO became widely known as a result of a Google announcement, which stated that the loading speed of a website was one of the factors that the search engine took into account when positioning Web pages in its serps.
The loading speed of a website is a factor to be taken into account for search engine positioning
In addition, with the advent of mobile devices for surfing the Internet, the loading of websites has become even more important, due to the use of mobile data connections that have more latency than wired networks, making it difficult to load pages.
Another point in favor of applying Web Performance Optimization to a website is the improvement of the user experience, since the longer the loading time, the more users are lost due to the worsening of the user experience. There are studies that speak of user losses of 4.3% due to the increase in the load of a Web in 2 seconds.
One of the most widely used tools in WPO is PageSpeed provided by Google.

Another widely used tool is the one provided by PingDom.

Tools such as PageSpeed or PingDom Website Speed test help to measure and improve the speed of a website.
Some of the most important points that are analyzed when performing a WPO analysis of a web page are the following:
- First byte load time.
- Server configuration.
- File weight.
- Image resizing.
- Number of file uploads.
Although each website requires specific solutions to improve its speed, the following are some of the most common actions that are applied to improve the WPO of websites:
- Increase the performance of the hosting server.
- Compress images and adjust resolution to actual size.
- Merge files such as images, CSS or JS.
- Minimize CSS and JS files.
- Reduce the number of file uploads.
- Use cache.
- Minimize redirects.
- Parallelizing file downloads using CDNs.
Sources
https://www.stevesouders.com/blog/2010/05/07/wpo-web-performance-optimization/

