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.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
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 |
|---|---|---|
| mc.yandex.ru/metrika/tag.js | 3600.0 s | 85.3 KiB |
| www.tomsk.ru/wp-content/uploads/2026/04/4444-2.webp | 0.0 ms | 40.4 KiB |
| www.tomsk.ru/wp-content/uploads/2026/04/4444-2-370x247.webp | 0.0 ms | 19.0 KiB |
| mc.yandex.com/metrika/advert.gif?t=gdpr(14)ti(4) | 3600.0 s | 187 B |
| /sync_cookie_image_decide_secondary?cid=17598292&scid=9f9... | 0.0 ms | 79 B |
| /sync_cookie_image_decide?cid=17598292&scid=ef2c8a4d-c8c1... | 0.0 ms | 67 B |
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
В Томске отреставрируют ОКН — дом, где жил врач Владислав Пирусский div.col-lg-6 > div.post-large > a.post-large__thumbnail > img | www.tomsk.ru/wp-content/uploads/2026/04/img_1914.jpg | 207.3 KiB | 167.6 KiB |
Мэрия оштрафовала компанию за траншею на проспекте Комсомольском в Томске div.col-lg-6 > div.post-large > a.post-large__thumbnail > img | www.tomsk.ru/wp-content/uploads/2026/04/img_1617-1.jpg | 188.5 KiB | 148.9 KiB |
Вода постепенно уходит из Томска: на Томи и Ушайке зафиксировали падение уровня div.col-lg-4 > div.post-item > a.post-item__thumbnail > img | www.tomsk.ru/wp-content/uploads/2026/04/img_1811-370x278.jpg | 102.5 KiB | 89.3 KiB |
Лесозаготовитель в Томской области заплатит 1,4 млн рублей за ущерб природе div.col-lg-4 > div.post-item > a.post-item__thumbnail > img | www.tomsk.ru/wp-content/uploads/2026/04/img_20260422_123755_988-370x278.jpg | 97.1 KiB | 84.0 KiB |
div.post-asd > div#on_ads_bloc9195297 > span.on_banner_div > img div.post-asd > div#on_ads_bloc9195297 > span.on_banner_div > img | www.tomsk.ru/wp-content/uploads/2026/03/rd_brend_02_tomsk_ru.jpg | 87.6 KiB | 63.1 KiB |
div#on_ads_bloc7780531 > span.on_banner_div > a > img div#on_ads_bloc7780531 > span.on_banner_div > a > img | www.tomsk.ru/wp-content/uploads/2025/07/domeny_370h407_1.gif | 126.5 KiB | 60.7 KiB |
Томские ученые: соя к 2050 году может потерять две трети урожая из-за климата div.col-lg-4 > div.post-item > a.post-item__thumbnail > img | /wp-content/uploads/2026/04/dsc_0220_mukhammad-amdzhad-na... | 59.5 KiB | 46.3 KiB |
В Томске 26 апреля почтут память ликвидаторов Чернобыльской аварии div.col-lg-4 > div.post-item > a.post-item__thumbnail > img | www.tomsk.ru/wp-content/uploads/2026/04/img_1918-370x277.jpg | 40.8 KiB | 27.6 KiB |
Движение на Кулагина в Томске закрыли до 25 апреля div.col-lg-4 > div.post-item > a.post-item__thumbnail > img | www.tomsk.ru/wp-content/uploads/2026/04/img_7516-370x247.jpg | 34.1 KiB | 20.9 KiB |
Около 5 тысяч домов в Томске останутся без воды уже сегодня вечером div.col-lg-4 > div.post-item > a.post-item__thumbnail > img | www.tomsk.ru/wp-content/uploads/2026/04/vorobeyph0015-7-1-370x247.jpg | 22.6 KiB | 9.4 KiB |
Комедийный ужас про ведьм или Петров в тюрьме: киноафиша Томска div.col-lg-4 > div.post-item > a.post-item__thumbnail > img | www.tomsk.ru/wp-content/uploads/2026/04/4444-2-370x247.webp | 18.8 KiB | 5.6 KiB |
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Diagnostics
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 |
|---|---|---|
| www.tomsk.ru/wp-includes/css/dist/block-library/style.min.css?ver=6.8.5 | 15.0 KiB | 15.0 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| mc.yandex.ru/metrika/tag.js | 84.7 KiB | 44.4 KiB |
| www.tomsk.ru/wp-content/themes/tomsktheme/assets/js/scripts.js?ver=6 | 37.8 KiB | 32.7 KiB |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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 |
|---|---|
| tomsk.ru/ | 762 ms |
| www.tomsk.ru/ | 404 ms |
| www.tomsk.ru/ | 0.0 ms |
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.
Names and labels
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.row > div.col-auto > form.search-form > button.search-form__submit div.row > div.col-auto > form.search-form > button.search-form__submit |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.post-asd > div#on_ads_bloc7780531 > span.on_banner_div > a div.post-asd > div#on_ads_bloc7780531 > span.on_banner_div > a |
div.post-asd > div#on_ads_bloc4727000 > span.on_banner_div > a div.post-asd > div#on_ads_bloc4727000 > span.on_banner_div > a |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Contrast
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Культура div.top-post > div.top-post__info > div.post-item__categories > a |
22:15 / 22.04.26 div.main__side > div.post-links > div.post-links__item > div.post-links__date |
21:01 / 22.04.26 div.main__side > div.post-links > div.post-links__item > div.post-links__date |
20:05 / 22.04.26 div.main__side > div.post-links > div.post-links__item > div.post-links__date |
19:06 / 22.04.26 div.main__side > div.post-links > div.post-links__item > div.post-links__date |
18:01 / 22.04.26 div.main__side > div.post-links > div.post-links__item > div.post-links__date |
17:00 / 22.04.26 div.main__side > div.post-links > div.post-links__item > div.post-links__date |
16:30 / 22.04.26 div.main__side > div.post-links > div.post-links__item > div.post-links__date |
16:10 / 22.04.26 div.main__side > div.post-links > div.post-links__item > div.post-links__date |
15:30 / 22.04.26 div.main__side > div.post-links > div.post-links__item > div.post-links__date |
15:00 / 22.04.26 div.main__side > div.post-links > div.post-links__item > div.post-links__date |
14:40 / 22.04.26 div.main__side > div.post-links > div.post-links__item > div.post-links__date |
Все новости div.post-links > div.post-links__item > a.post-links__link > strong |
19:10 / 14.04.26 div.main__partners > div.post-links > div.post-links__item > div.post-links__date |
21:10 / 13.04.26 div.main__partners > div.post-links > div.post-links__item > div.post-links__date |
17:10 / 24.03.26 div.main__partners > div.post-links > div.post-links__item > div.post-links__date |
09:10 / 23.03.26 div.main__partners > div.post-links > div.post-links__item > div.post-links__date |
16:40 / 18.03.26 div.main__partners > div.post-links > div.post-links__item > div.post-links__date |
10:00 / 27.02.26 div.main__partners > div.post-links > div.post-links__item > div.post-links__date |
14:40 / 26.02.26 div.main__partners > div.post-links > div.post-links__item > div.post-links__date |
Культура div.post-item > div.post-item__info > div.post-item__categories > a |
20:05 / 22.04.26 div.col-lg-4 > div.post-item > div.post-item__info > div.post-item__time |
Актуальное div.post-item > div.post-item__info > div.post-item__categories > a |
17:00 / 22.04.26 div.col-lg-4 > div.post-item > div.post-item__info > div.post-item__time |
Общество div.post-item > div.post-item__info > div.post-item__categories > a |
16:30 / 22.04.26 div.col-lg-4 > div.post-item > div.post-item__info > div.post-item__time |
Дороги div.post-large > div.post-large__info > div.post-item__categories > a |
Томск. История div.post-large > div.post-large__info > div.post-item__categories > a |
Природа div.post-item > div.post-item__info > div.post-item__categories > a |
13:00 / 22.04.26 div.col-lg-4 > div.post-item > div.post-item__info > div.post-item__time |
Паводок в Томской области div.post-item > div.post-item__info > div.post-item__categories > a |
10:07 / 22.04.26 div.col-lg-4 > div.post-item > div.post-item__info > div.post-item__time |
Перекрытия div.post-item > div.post-item__info > div.post-item__categories > a |
22:01 / 21.04.26 div.col-lg-4 > div.post-item > div.post-item__info > div.post-item__time |
Отключения div.post-item > div.post-item__info > div.post-item__categories > a |
20:12 / 21.04.26 div.col-lg-4 > div.post-item > div.post-item__info > div.post-item__time |
Наука div.post-item > div.post-item__info > div.post-item__categories > a |
19:00 / 21.04.26 div.col-lg-4 > div.post-item > div.post-item__info > div.post-item__time |
Учредитель ООО «Дайджест ТВ». Св-во о регистрации СМИ ЭЛ №ФС 77-71671 выдано Фе… div.container > div.row > div.col-lg-3 > div.copy |
Разделы div.row > div.col-lg-auto > div.footer__widget > div.footer__widget-title |
Документация div.row > div.col-lg-auto > div.footer__widget > div.footer__widget-title |
© 1997 – 2026 Городской портал Томск.ру. Функционирует при финансовой поддержке… div.container > div.row > div.col-auto > div.copy-text |
Cookie body.home > div#clearfy-cookie > div.clearfy-cookie-container > a |
Политикой конфиденциальности body.home > div#clearfy-cookie > div.clearfy-cookie-container > a |
Пользовательским соглашением body.home > div#clearfy-cookie > div.clearfy-cookie-container > a |
OK body.home > div#clearfy-cookie > div.clearfy-cookie-container > button#clearfy-cookie-accept |
These are opportunities to improve the legibility of your content.
Best practices
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
Best Practices
Trust and Safety
All sites should be protected with HTTPS, even ones that don't handle sensitive data. This includes avoiding mixed content, where some resources are loaded over HTTP despite the initial request being served over HTTPS. HTTPS prevents intruders from tampering with or passively listening in on the communications between your app and your users, and is a prerequisite for HTTP/2 and many new web platform APIs. Learn more about HTTPS.
Performance issues directly impact user engagement and conversion rates.
| Insecure URL | Request Resolution |
|---|---|
| www.tomsk.ru/ | Allowed |
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.