Lighthouse Desktop
· 0 checks — Desktop Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.Detailed Report
Audit breakdown by category with detailed findings.
Performance
Insights
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Performance issues directly impact user engagement and conversion rates.
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| gu-st.ru/portal-st/lib-assets/fonts/Lato-Regular.woff2 | 7200.0 s | 0 B |
| gu-st.ru/portal-st/lib-assets/fonts/Lato-Bold.woff2 | 7200.0 s | 0 B |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| gosuslugi.ru/ | 302 ms |
| gosuslugi.ru/ | 51 ms |
| www.gosuslugi.ru/ | 0.0 ms |
Diagnostics
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| gosuslugi.ru/__jsch/static/script.js | 2.0 s | 1.9 s | 1.4 ms |
| www.gosuslugi.ru/__jsch/static/script.js | 1.4 s | 1.4 s | 1.2 ms |
| www.gosuslugi.ru/ | 116 ms | 1.9 ms | 0.3 ms |
| Unattributable | 67 ms | 0.6 ms | 0.0 ms |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 3.3 s |
| Other | 220 ms |
| Style & Layout | 43 ms |
| Garbage Collection | 39 ms |
| Rendering | 19 ms |
| Script Parsing & Compilation | 2.9 ms |
| Parse HTML & CSS | 2.8 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| Pages with WebSocket cannot enter back/forward cache. | Pending browser support |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
| Back/forward cache is disabled because WebSocket has been used. | Not actionable |
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| gu-st.ru/portal-st/styles.7d48372f563bb034.css | 17.7 KiB | 17.6 KiB |
More information about the performance of your application. These numbers don't directly affect the Performance score.
Accessibility
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Best Practices
Browser Compatibility
A character encoding declaration is required. It can be done with a `<meta>` tag in the first 1024 bytes of the HTML or in the Content-Type HTTP response header. Learn more about declaring the character encoding.
Performance issues directly impact user engagement and conversion rates.
SEO
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Crawling and Indexing
If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. Learn more about robots.txt.
Performance issues directly impact user engagement and conversion rates.
| Line # | Content | Error |
|---|---|---|
| 1 | <!DOCTYPE html> | Syntax not understood |
| 2 | <html> | Syntax not understood |
| 3 | <head> | Syntax not understood |
| 4 | <title>Ошибка</title> | Syntax not understood |
| 5 | <meta http-equiv="pragma" content="no-cache"/> | Syntax not understood |
| 6 | <meta http-equiv="cache-control" content="no-cache, must-revalidate"/> | Syntax not understood |
| 7 | <meta http-equiv="cache-control" content="no-store, post-check=0, pre-check=0"/> | Syntax not understood |
| 8 | <meta http-equiv="content-type" content="text/html; charset=utf-8"/> | Syntax not understood |
| 9 | <meta http-equiv="X-UA-Compatible" content="IE=edge;chrome=1"/> | Syntax not understood |
| 10 | <meta name="viewport" content="width=device-width, initial-scale=1.0"/> | Syntax not understood |
| 11 | <meta name="SKYPE_TOOLBAR" content="SKYPE_TOOLBAR_PARSER_COMPATIBLE"/> | Syntax not understood |
| 12 | <meta name="description" content=""/> | Syntax not understood |
| 13 | <meta name="robots" content="none"/> | Syntax not understood |
| 14 | <link rel="shortcut icon" href="https://gu-st.ru/static_errors/imperva/img/favicon.ico"/> | Unknown directive |
| 15 | <link type="text/css" rel="stylesheet" href="https://gu-st.ru/static_errors/imperva/css/error.css"/> | Unknown directive |
| 16 | </head> | Syntax not understood |
| 17 | <body class="error-page"> | Syntax not understood |
| 18 | <div class="baseheader-wrap simple"> | Syntax not understood |
| 19 | <div class="page-wrap baseheader"> | Syntax not understood |
| 20 | <a href="/" class="logo" title=""> | Syntax not understood |
| 21 | ГОСУСЛУГИ | Syntax not understood |
| 22 | </a> | Syntax not understood |
| 23 | <div class="slogan"> | Syntax not understood |
| 24 | Доступ к сервисам электронного правительства | Syntax not understood |
| 25 | </div> | Syntax not understood |
| 26 | </div> | Syntax not understood |
| 27 | </div> | Syntax not understood |
| 29 | <div class="basecontent-wrap"> | Syntax not understood |
| 30 | <div class="page-wrap basecontent"> | Syntax not understood |
| 31 | <div class="base-cover simple"> | Syntax not understood |
| 32 | <section class="b-error"> | Syntax not understood |
| 33 | <h1 class="b-error__title"> | Syntax not understood |
| 34 | Во время обработки запроса произошла ошибка | Syntax not understood |
| 35 | </h1> | Syntax not understood |
| 36 | <p class="b-error__text">Код ошибки: <b class="error-code">№8525106826964900110</b></p> | Unknown directive |
| 37 | <p class="b-error__text">IP address: <b class="error-code"><script type="text/javascript" src="https://ip.gosuslugi.ru/query/ip.js" "></script></b></p> | Unknown directive |
| 38 | <p class="b-error__text">Время инцидента: <b class="error-code"><script type="text/javascript" src="https://ip.gosuslugi.ru/query/date.js" "></script></b></p> | Unknown directive |
| 39 | <p class="b-error__text">Приносим извинения за временные неудобства</p> | Syntax not understood |
| 41 | <div class="b-error__buttons"> | Syntax not understood |
| 42 | <a class="b-error__button" href="javascript: history.back();"> | Unknown directive |
| 43 | Вернуться назад | Syntax not understood |
| 44 | </a> | Syntax not understood |
| 45 | <a class="b-error__button b-error__button_main" href="/"> | Syntax not understood |
| 46 | Перейти на главную | Syntax not understood |
| 47 | </a> | Syntax not understood |
| 48 | </div> | Syntax not understood |
| 49 | </section> | Syntax not understood |
| 50 | </div> | Syntax not understood |
| 51 | </div> | Syntax not understood |
| 52 | </div> | Syntax not understood |
| 54 | <div class="basefooter-wrap"> | Syntax not understood |
| 55 | <div class="page-wrap basefooter"> | Syntax not understood |
| 56 | <div class="logo-dept mks"></div> | Syntax not understood |
| 57 | <div class="logo-dept rtk"></div> | Syntax not understood |
| 58 | <div class="copyright" id="copyright"></div> | Syntax not understood |
| 59 | </div> | Syntax not understood |
| 60 | </div> | Syntax not understood |
| 62 | <script type="text/javascript"> | Syntax not understood |
| 63 | var copyrightText = "Официальный интернет-портал государственных услуг, " + new Date().getFullYear() + " г."; | Syntax not understood |
| 64 | document.getElementById('copyright').innerText = copyrightText; | Syntax not understood |
| 65 | </script> | Syntax not understood |
| 67 | </body> | Syntax not understood |
| 68 | </html> | Syntax not understood |
To appear in search results, crawlers need access to your app.