Abstract:
The article provides an overview of the metrics of the Google PageSpeed Insights service (based on Lighthouse 10 version) that made it possible to determine the speed of loading a web page. Based on the above metrics, methods for marking up html content are collected and analyzed. The complex application of the above methods, as well as the correct configuration of the server that can quickly send the generated code, will allow you to get a high estimate of the page loading speed based on the previously discussed metrics. The author's implementation of algorithms that can automatically change the html document to match the scheme of optimal data layout for fast display of page content is given.
Keywords:html, content layout, web page, optimization, loading speed.