Mobile 375 × 812

Desktop 1440 × 900

Score: 75 / 100
Based on 8 categories, 0 sections
Fast site — your users get a smooth experience.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Well-optimized for search — your content is discoverable.
Good server performance with room for optimization.
Several regulatory requirements are not yet met.
Content issues affect how your site appears when shared and indexed.
Reasonable footprint with room for optimization.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
HSTS header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
1 image(s) missing alt attribute
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
14 link(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/bf9f61c0-b926-4e8d-ad15-c9b8fead5d75)<a href="https://beavercheck.com/results/bf9f61c0-b926-4e8d-ad15-c9b8fead5d75"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Flib.ru" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Flib.ruThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
11 barrier(s) likely increasing bounce by ~41%.
Page takes 8.0s to load
+12% bounceUsers abandon at ~3s — you're 5.5s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Mixed content on HTTPS page
+8% bounceBrowsers block insecure subresources — broken images, missing scripts, warning badge
Fix: Change http:// URLs inside the page to https:// (or protocol-relative)
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
2 form field(s) without a label
+4% bounceScreen readers skip unlabeled fields; autofill can't identify them; checkout abandonment spikes
Fix: Associate every input with a visible <label for="…">; add autocomplete attributes
No viewport meta tag
+15% bounceMobile browsers render at desktop width and shrink — text unreadable, tap targets miniature
Fix: Add <meta name="viewport" content="width=device-width, initial-scale=1">
No Open Graph tags
+2% bounceLinks shared on LinkedIn / Slack / Facebook show bare URLs — referral clicks drop
Fix: Add og:title, og:description, og:image, og:url to the page head
No structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
14 link(s) with generic text ("click here", "read more")
+1% bounceScreen-reader users navigating by link list see no context — and search engines can't infer relevance
Fix: Rewrite with descriptive phrases that identify the destination
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
83 broken link(s) on the page
+5% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
₽15,750 investment → ₽135,172/month returns
₽15,750
4h · 5 findings
₽135,172 /mo
~₽1,622,067 / year
No applicable regulations in this jurisdiction
₽5,250 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
4.5 developer hours at ₽3500/hr
Based on Russia rates (₽3500/hr)
Start here for the best return on investment
₽0.19 / month at risk
~₽2.33 / year if left unfixed
₽0.19 /mo
26.7 MB/mo × 7.273 RUB/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
8.05 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
8.05 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
0 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
23.86 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
8.05 s
Audit breakdown by category with detailed findings.
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
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
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.
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Performance issues directly impact user engagement and conversion rates.
Tap interactions may be delayed by up to 300 ms if the viewport is not optimized for mobile.
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.
Keep the server response time for the main document short because all other requests depend on it. Learn more about the Time to First Byte metric.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| lib.ru/ | 14.5 s |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
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.
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 |
|---|
[NEW:] body > font > font > b |
30 Mar li > tt > small > font |
These are opportunities to improve the legibility of your content.
If a page doesn't specify a `lang` attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. Learn more about the `lang` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These are opportunities to improve the interpretation of your content by users in different locales.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body > pre > center > img body > pre > center > img |
Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
center > form > font > input center > form > font > input |
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.
Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
( 0k) НОВЫЕ ПОСТУПЛЕНИЯ В БИБЛИОТЕКУ body > li |
(156 ) РУССКАЯ СОВРЕМЕННАЯ ПРОЗА body > li |
(163 ) Мемуары Чеченской войны body > li |
(203 ) РУССКАЯ И ЗАРУБЕЖНАЯ ПОЭЗИЯ body > li |
(193 ) ЗАРУБЕЖНАЯ ПРОЗА body > li |
( 57 ) ЗАРУБЕЖНЫЙ ДЕТЕКТИВ body > li |
(240 ) СОВЕТСКАЯ ФАНТАСТИКА body > li |
(191 ) ЗАРУБЕЖНАЯ ФАНТАСТИКА body > li |
(305 ) 15 Mar Авторская песня и русский рок body > li |
(174 ) Альпинизм и горный туризм body > li |
(198 ) Парашютизм body > li |
(797 ) Библиотека изобразительных искусств body > li |
(9897) Литературный журнал "Самиздат" body > li |
(8467) MP3: "Музыкальный хостинг" body > li |
(847 ) Зарубежные впечатления "Заграница"
body > li |
(266 ) Впечатления о заграничной жизни body > li |
(112 ) Учим английский язык body > li |
( 45 ) Кинофильмы, TV, video... body > li |
(110 ) Зарубежная рок-музыка body > li |
(248 ) Юмор
ПРОЗА, ПОЭЗИЯ
body > li |
(203 ) РУССКАЯ И ЗАРУБЕЖНАЯ ПОЭЗИЯ body > li |
(156 ) РУССКАЯ СОВРЕМЕННАЯ ПРОЗА body > li |
( 66 ) РУССКАЯ ДОВОЕННАЯ ЛИТЕРАТУРА body > li |
(213 ) РУССКАЯ КЛАССИКА body > li |
( 6 ) ЛИТЕРАТУРА БЛИЖНЕГО ЗАРУБЕЖЬЯ body > li |
( 75 ) СОВРЕМЕННАЯ ДРАМАТУРГИЯ body > li |
(233 ) ПРОЗА 90-х - 2000-х годов body > li |
(193 ) ПЕРЕВОДНАЯ ПРОЗА
СТАРИННАЯ ЛИТЕРАТУРА body > li |
( 60 ) СТАРИННАЯ ЕВРОПЕЙСКАЯ ЛИТЕРАТУРА body > li |
( 75 ) АНТИЧНАЯ ЛИТЕРАТУРА body > li |
( 34 ) КИТАЙСКАЯ ПОЭЗИЯ
ДЕТСКАЯ И ПРИКЛЮЧЕНЧЕСКАЯ body > li |
(145 ) СКАЗКИ body > li |
(102 ) ПРИКЛЮЧЕНИЯ
МОИ ГОСТИ
Мавр сделал свое дело.
Мавр может гулять… body > li |
Цифровой архив Иннокентия Анненского td > small > noindex > li |
Андрей Платонов. Энциклопедия творчества td > small > noindex > li |
Архив В.И.Вернадского td > small > noindex > li |
Михаил Анчаров: официальный сайт td > small > noindex > li |
Дмитрий Горчев: официальный сайт td > small > noindex > li |
Андрей Лазарчук, Ирина Андронати: официальный сайт td > small > noindex > li |
Лоис МакМастер Буджолд на "Лавке Миров" td > small > noindex > li |
Итало Кальвино "Невидимые города" td > small > noindex > li |
Игорь Губерман: неофициальный сайт td > small > noindex > li |
Дмитрий Сухарев: официальный сайт td > small > noindex > li |
Владимир Болотин: официальный сайт td > small > noindex > li |
Militera - Военная литература td > small > noindex > li |
Книжная полка Вадима Ершова td > small > noindex > li |
Архивы звукового журнала "Кругозор" td > small > noindex > li |
Библиотека леопарда Веши td > small > noindex > li |
Библиотека "Fort/Da" Славы Янко td > small > noindex > li |
Библиотека Ихтика: Философия td > small > noindex > li |
Библиотека "Артефакт" td > small > noindex > li |
"Альтернатива": История, футурология td > small > noindex > li |
Жизнь Замечательных Людей td > small > noindex > li |
Библиотека "Социология, Психология, Управление" td > small > noindex > li |
Архив переводов "TarraNova" td > small > noindex > li |
Приватное собрание книг LDN-KNIGI
td > small > noindex > li |
Фотоархивы td > small > noindex > li |
Журнал "Млечный Путь" (ред.П.Амнуэль) td > small > noindex > li |
Литературный журнал "Век на не вечер" td > small > noindex > li |
Альманах поэзии "Буквица" td > small > noindex > li |
Детская газета "Бермудский треугольник td > small > noindex > li |
История отечественной авиации td > small > noindex > li |
Армия-Дедовщина-Общество td > small > noindex > li |
Словарь литературоведческих терминов td > small > noindex > li |
IPH: International Publishing House td > small > noindex > li |
Psi-Project: детская психология td > small > noindex > li |
IT-History: История IT-технологий в СССР и России td > small > noindex > li |
КБ "Сталкер": Байдарки М.Чернецкого td > small > noindex > li |
Школа Татьяны Голубковой td > small > noindex > li |
Юрий Ревич: персональная страница td > small > noindex > li |
Ми Суонг "И твоя война" td > small > noindex > li |
Олег Головкин "Полиэтиленовый каякер" td > small > noindex > li |
Евгений Крылов: IT-страница tbody > tr > td > li |
(240 ) СОВЕТСКАЯ ФАНТАСТИКА body > li |
(191 ) ЗАРУБЕЖНАЯ ФАНТАСТИКА body > li |
( 40 ) Russian sci-fi in English translation body > li |
( 17 ) СОЦИАЛИСТИЧЕСКАЯ ФАНТАСТИКА body > li |
( 66 ) ЗАРУБЕЖНАЯ ФАНТАСТИКА РОССЫПЬЮ body > li |
( 94 ) Клуб любителя фантастики body > li |
( 17 ) БЮРО ПЕРЕВОДОВ И ПЕРЕВОДЧИКОВ
ИСТОРИЯ
Побольше историй
красивых и… body > li |
( 40 ) ИСТОРИЧЕСКИЕ РОМАНЫ(отечественные) body > li |
( 16 ) ИСТОРИЧЕСКИЕ РОМАНЫ(переводы) body > li |
(112 ) МЕМУАРЫ И ЖИЗНЕОПИСАНИЯ body > li |
(129 ) ИСТОРИЯ (наука и гипотезы)
ДЕТЕКТИВЫ
"Было бы величайшей ошибкой
… body > li |
( 66 ) РУССКИЙ ДЕТЕКТИВ И БОЕВИК body > li |
( 57 ) ПЕРЕВОДНЫЕ ДЕТЕКТИВЫ body > li |
( 69 ) 30 Mar Законы, акты, постановления
КУЛЬТУРА, ...СОФИЯ, ...ЛОГИЯ... body > li |
( 59 ) КУЛЬТУРА body > li |
( 72 ) ФИЛОСОФИЯ body > li |
( 64 ) ЙОГА body > li |
( 81 ) ЭЗОТЕРИКА body > li |
( 9 ) АСТРОЛОГИЯ body > li |
( 8 ) РЕЛИГИОЗНАЯ ЛИТЕРАТУРА body > li |
( 20 ) "Диалектические" книги body > li |
(176 ) ПОЛИТОЛОГИЯ body > li |
( 70 ) ПСИХОЛОГИЯ body > li |
( 39 ) Нейролингвистическое программирование body > li |
( 68 ) Руководства по прикладной психологии
НАУЧНАЯ И УЧЕБНИКИ
body > li |
( 36 ) Взрослым о детях body > li |
( 45 ) Научно-популярная литература body > li |
( 6 ) Словари body > li |
( 32 ) Учебники body > li |
( 18 ) Природоведение и зоология body > li |
( 19 ) Медицинская литература body > li |
( 5 ) Библиография (наука такая) body > li |
( 7 ) Спортивная литература body > li |
( 27 ) Бухучет, финансы, банки
UNIX'ОИДАМ ВСЕХ СТРАН
"Есть многое на све… body > li |
(159 ) 15 Mar Справочник начинающего Unix'иста body > li |
( 6 ) VMware, vSphere, ESX body > li |
( 55 ) Книги по Unix на русском body > li |
(190 ) Клуб Настоящих Unix'оидов body > li |
(539 ) Записки Web-мастера body > li |
(157 ) Security и firewall'ы body > li |
( 20 ) Технические руководства body > li |
( 24 ) УЧЕБНИКИ ПО ПРОГРАММИРОВАНИЮ, C, C++
ОЖИДАЕТСЯ
They might or they… body > li |
С 1994 года библиотека не меняла дизайн. И не планирует. Спец-guestbook: Аннота… body > li |
А здесь пожелания читателей библиотеки
БИБЛИОТЕКАРЮ, СЛУЖЕБНОЕ
"Единственное, … body > li |
Литературные архивы в Интернетe body > li |
Электронные библиотеки, объединяйтесь body > li |
Разнообразные тексты body > li |
Если у Вас есть что положить в "мою библиотеку" body > li |
О правах, разрешениях, copyright
СТАТИСТИКА
Big browser is watching you.
Старш… body > li |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
"RecSelf" - служба пользовательских торговых объявлений "куплю/продам" body > a |
(163 ) Мемуары Чеченской войны body > li > a |
(797 ) Библиотека изобразительных искусств body > li > a |
(9897) Литературный журнал "Самиздат" body > li > a |
(8467) MP3: "Музыкальный хостинг" body > li > a |
(847 ) Зарубежные впечатления "Заграница" body > li > a |
Цифровой архив Иннокентия Анненского small > noindex > li > a |
Андрей Платонов. Энциклопедия творчества small > noindex > li > a |
Архив В.И.Вернадского small > noindex > li > a |
Михаил Анчаров: официальный сайт small > noindex > li > a |
Дмитрий Горчев: официальный сайт small > noindex > li > a |
Андрей Лазарчук, Ирина Андронати: официальный сайт small > noindex > li > a |
Лоис МакМастер Буджолд на "Лавке Миров" small > noindex > li > a |
Итало Кальвино "Невидимые города" small > noindex > li > a |
Игорь Губерман: неофициальный сайт small > noindex > li > a |
Дмитрий Сухарев: официальный сайт small > noindex > li > a |
Владимир Болотин: официальный сайт small > noindex > li > a |
Militera - Военная литература small > noindex > li > a |
Книжная полка Вадима Ершова small > noindex > li > a |
Архивы звукового журнала "Кругозор" small > noindex > li > a |
Библиотека леопарда Веши small > noindex > li > a |
Библиотека "Fort/Da" Славы Янко small > noindex > li > a |
Библиотека Ихтика: Философия small > noindex > li > a |
Библиотека "Артефакт" small > noindex > li > a |
"Альтернатива": История, футурология small > noindex > li > a |
Жизнь Замечательных Людей small > noindex > li > a |
Библиотека "Социология, Психология, Управление" small > noindex > li > a |
Архив переводов "TarraNova" small > noindex > li > a |
Приватное собрание книг LDN-KNIGI small > noindex > li > a |
Фотоархивы small > noindex > li > a |
Журнал "Млечный Путь" (ред.П.Амнуэль) small > noindex > li > a |
Литературный журнал "Век на не вечер" small > noindex > li > a |
Альманах поэзии "Буквица" small > noindex > li > a |
Детская газета "Бермудский треугольник small > noindex > li > a |
История отечественной авиации small > noindex > li > a |
Армия-Дедовщина-Общество small > noindex > li > a |
Словарь литературоведческих терминов small > noindex > li > a |
IPH: International Publishing House small > noindex > li > a |
Psi-Project: детская психология small > noindex > li > a |
IT-History: История IT-технологий в СССР и России small > noindex > li > a |
КБ "Сталкер": Байдарки М.Чернецкого small > noindex > li > a |
Школа Татьяны Голубковой small > noindex > li > a |
Юрий Ревич: персональная страница small > noindex > li > a |
Ми Суонг "И твоя война" small > noindex > li > a |
Олег Головкин "Полиэтиленовый каякер" small > noindex > li > a |
Евгений Крылов: IT-страница td > li > small > a |
Литературные архивы в Интернетe body > li > a |
Электронные библиотеки, объединяйтесь body > li > a |
Разнообразные тексты body > li > a |
Если у Вас есть что положить в "мою библиотеку" body > li > a |
О правах, разрешениях, copyright body > li > a |
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.
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 |
|---|---|
| counter.rambler.ru/top100.cnt?59291 | Automatically upgraded to HTTPS |
| top.list.ru/counter?id=105282;t=99 | Automatically upgraded to HTTPS |
| top100-images.rambler.ru/top100/b0.gif | Automatically upgraded to HTTPS |
| u083.69.spylog.com/cnt?p=0 | Automatically upgraded to HTTPS |
Specifying a doctype prevents the browser from switching to quirks-mode. Learn more about the doctype declaration.
Performance issues directly impact user engagement and conversion rates.
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Failed to load resource: net::ERR_CERT_COMMON_NAME_INVALID | |
Failed to load resource: net::ERR_CONNECTION_RESET | |
Failed to load resource: net::ERR_NAME_NOT_RESOLVED | |
Failed to load resource: net::ERR_TIMED_OUT |
Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
Performance issues directly impact user engagement and conversion rates.
| Issue type |
|---|
| Mixed content |
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.
Meta descriptions may be included in search results to concisely summarize page content. Learn more about the meta description.
Performance issues directly impact user engagement and conversion rates.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body > pre > center > img body > pre > center > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
257 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
257 ms
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
0 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
315 ms
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
257 ms
Audit breakdown by category with detailed findings.
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
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
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.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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.
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 |
|---|
[NEW:] body > font > font > b |
30 Mar li > tt > small > font |
These are opportunities to improve the legibility of your content.
If a page doesn't specify a `lang` attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. Learn more about the `lang` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These are opportunities to improve the interpretation of your content by users in different locales.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body > pre > center > img body > pre > center > img |
Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
center > form > font > input center > form > font > input |
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.
Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
( 0k) НОВЫЕ ПОСТУПЛЕНИЯ В БИБЛИОТЕКУ body > li |
(156 ) РУССКАЯ СОВРЕМЕННАЯ ПРОЗА body > li |
(163 ) Мемуары Чеченской войны body > li |
(203 ) РУССКАЯ И ЗАРУБЕЖНАЯ ПОЭЗИЯ body > li |
(193 ) ЗАРУБЕЖНАЯ ПРОЗА body > li |
( 57 ) ЗАРУБЕЖНЫЙ ДЕТЕКТИВ body > li |
(240 ) СОВЕТСКАЯ ФАНТАСТИКА body > li |
(191 ) ЗАРУБЕЖНАЯ ФАНТАСТИКА body > li |
(305 ) 15 Mar Авторская песня и русский рок body > li |
(174 ) Альпинизм и горный туризм body > li |
(198 ) Парашютизм body > li |
(797 ) Библиотека изобразительных искусств body > li |
(9897) Литературный журнал "Самиздат" body > li |
(8467) MP3: "Музыкальный хостинг" body > li |
(847 ) Зарубежные впечатления "Заграница"
body > li |
(266 ) Впечатления о заграничной жизни body > li |
(112 ) Учим английский язык body > li |
( 45 ) Кинофильмы, TV, video... body > li |
(110 ) Зарубежная рок-музыка body > li |
(248 ) Юмор
ПРОЗА, ПОЭЗИЯ
body > li |
(203 ) РУССКАЯ И ЗАРУБЕЖНАЯ ПОЭЗИЯ body > li |
(156 ) РУССКАЯ СОВРЕМЕННАЯ ПРОЗА body > li |
( 66 ) РУССКАЯ ДОВОЕННАЯ ЛИТЕРАТУРА body > li |
(213 ) РУССКАЯ КЛАССИКА body > li |
( 6 ) ЛИТЕРАТУРА БЛИЖНЕГО ЗАРУБЕЖЬЯ body > li |
( 75 ) СОВРЕМЕННАЯ ДРАМАТУРГИЯ body > li |
(233 ) ПРОЗА 90-х - 2000-х годов body > li |
(193 ) ПЕРЕВОДНАЯ ПРОЗА
СТАРИННАЯ ЛИТЕРАТУРА body > li |
( 60 ) СТАРИННАЯ ЕВРОПЕЙСКАЯ ЛИТЕРАТУРА body > li |
( 75 ) АНТИЧНАЯ ЛИТЕРАТУРА body > li |
( 34 ) КИТАЙСКАЯ ПОЭЗИЯ
ДЕТСКАЯ И ПРИКЛЮЧЕНЧЕСКАЯ body > li |
(145 ) СКАЗКИ body > li |
(102 ) ПРИКЛЮЧЕНИЯ
МОИ ГОСТИ
Мавр сделал свое дело.
Мавр может гулять… body > li |
Цифровой архив Иннокентия Анненского td > small > noindex > li |
Андрей Платонов. Энциклопедия творчества td > small > noindex > li |
Архив В.И.Вернадского td > small > noindex > li |
Михаил Анчаров: официальный сайт td > small > noindex > li |
Дмитрий Горчев: официальный сайт td > small > noindex > li |
Андрей Лазарчук, Ирина Андронати: официальный сайт td > small > noindex > li |
Лоис МакМастер Буджолд на "Лавке Миров" td > small > noindex > li |
Итало Кальвино "Невидимые города" td > small > noindex > li |
Игорь Губерман: неофициальный сайт td > small > noindex > li |
Дмитрий Сухарев: официальный сайт td > small > noindex > li |
Владимир Болотин: официальный сайт td > small > noindex > li |
Militera - Военная литература td > small > noindex > li |
Книжная полка Вадима Ершова td > small > noindex > li |
Архивы звукового журнала "Кругозор" td > small > noindex > li |
Библиотека леопарда Веши td > small > noindex > li |
Библиотека "Fort/Da" Славы Янко td > small > noindex > li |
Библиотека Ихтика: Философия td > small > noindex > li |
Библиотека "Артефакт" td > small > noindex > li |
"Альтернатива": История, футурология td > small > noindex > li |
Жизнь Замечательных Людей td > small > noindex > li |
Библиотека "Социология, Психология, Управление" td > small > noindex > li |
Архив переводов "TarraNova" td > small > noindex > li |
Приватное собрание книг LDN-KNIGI
td > small > noindex > li |
Фотоархивы td > small > noindex > li |
Журнал "Млечный Путь" (ред.П.Амнуэль) td > small > noindex > li |
Литературный журнал "Век на не вечер" td > small > noindex > li |
Альманах поэзии "Буквица" td > small > noindex > li |
Детская газета "Бермудский треугольник td > small > noindex > li |
История отечественной авиации td > small > noindex > li |
Армия-Дедовщина-Общество td > small > noindex > li |
Словарь литературоведческих терминов td > small > noindex > li |
IPH: International Publishing House td > small > noindex > li |
Psi-Project: детская психология td > small > noindex > li |
IT-History: История IT-технологий в СССР и России td > small > noindex > li |
КБ "Сталкер": Байдарки М.Чернецкого td > small > noindex > li |
Школа Татьяны Голубковой td > small > noindex > li |
Юрий Ревич: персональная страница td > small > noindex > li |
Ми Суонг "И твоя война" td > small > noindex > li |
Олег Головкин "Полиэтиленовый каякер" td > small > noindex > li |
Евгений Крылов: IT-страница tbody > tr > td > li |
(240 ) СОВЕТСКАЯ ФАНТАСТИКА body > li |
(191 ) ЗАРУБЕЖНАЯ ФАНТАСТИКА body > li |
( 40 ) Russian sci-fi in English translation body > li |
( 17 ) СОЦИАЛИСТИЧЕСКАЯ ФАНТАСТИКА body > li |
( 66 ) ЗАРУБЕЖНАЯ ФАНТАСТИКА РОССЫПЬЮ body > li |
( 94 ) Клуб любителя фантастики body > li |
( 17 ) БЮРО ПЕРЕВОДОВ И ПЕРЕВОДЧИКОВ
ИСТОРИЯ
Побольше историй
красивых и… body > li |
( 40 ) ИСТОРИЧЕСКИЕ РОМАНЫ(отечественные) body > li |
( 16 ) ИСТОРИЧЕСКИЕ РОМАНЫ(переводы) body > li |
(112 ) МЕМУАРЫ И ЖИЗНЕОПИСАНИЯ body > li |
(129 ) ИСТОРИЯ (наука и гипотезы)
ДЕТЕКТИВЫ
"Было бы величайшей ошибкой
… body > li |
( 66 ) РУССКИЙ ДЕТЕКТИВ И БОЕВИК body > li |
( 57 ) ПЕРЕВОДНЫЕ ДЕТЕКТИВЫ body > li |
( 69 ) 30 Mar Законы, акты, постановления
КУЛЬТУРА, ...СОФИЯ, ...ЛОГИЯ... body > li |
( 59 ) КУЛЬТУРА body > li |
( 72 ) ФИЛОСОФИЯ body > li |
( 64 ) ЙОГА body > li |
( 81 ) ЭЗОТЕРИКА body > li |
( 9 ) АСТРОЛОГИЯ body > li |
( 8 ) РЕЛИГИОЗНАЯ ЛИТЕРАТУРА body > li |
( 20 ) "Диалектические" книги body > li |
(176 ) ПОЛИТОЛОГИЯ body > li |
( 70 ) ПСИХОЛОГИЯ body > li |
( 39 ) Нейролингвистическое программирование body > li |
( 68 ) Руководства по прикладной психологии
НАУЧНАЯ И УЧЕБНИКИ
body > li |
( 36 ) Взрослым о детях body > li |
( 45 ) Научно-популярная литература body > li |
( 6 ) Словари body > li |
( 32 ) Учебники body > li |
( 18 ) Природоведение и зоология body > li |
( 19 ) Медицинская литература body > li |
( 5 ) Библиография (наука такая) body > li |
( 7 ) Спортивная литература body > li |
( 27 ) Бухучет, финансы, банки
UNIX'ОИДАМ ВСЕХ СТРАН
"Есть многое на све… body > li |
(159 ) 15 Mar Справочник начинающего Unix'иста body > li |
( 6 ) VMware, vSphere, ESX body > li |
( 55 ) Книги по Unix на русском body > li |
(190 ) Клуб Настоящих Unix'оидов body > li |
(539 ) Записки Web-мастера body > li |
(157 ) Security и firewall'ы body > li |
( 20 ) Технические руководства body > li |
( 24 ) УЧЕБНИКИ ПО ПРОГРАММИРОВАНИЮ, C, C++
ОЖИДАЕТСЯ
They might or they… body > li |
С 1994 года библиотека не меняла дизайн. И не планирует. Спец-guestbook: Аннота… body > li |
А здесь пожелания читателей библиотеки
БИБЛИОТЕКАРЮ, СЛУЖЕБНОЕ
"Единственное, … body > li |
Литературные архивы в Интернетe body > li |
Электронные библиотеки, объединяйтесь body > li |
Разнообразные тексты body > li |
Если у Вас есть что положить в "мою библиотеку" body > li |
О правах, разрешениях, copyright
СТАТИСТИКА
Big browser is watching you.
Старш… body > li |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
"RecSelf" - служба пользовательских торговых объявлений "куплю/продам" body > a |
Цифровой архив Иннокентия Анненского small > noindex > li > a |
Андрей Платонов. Энциклопедия творчества small > noindex > li > a |
Архив В.И.Вернадского small > noindex > li > a |
Михаил Анчаров: официальный сайт small > noindex > li > a |
Дмитрий Горчев: официальный сайт small > noindex > li > a |
Андрей Лазарчук, Ирина Андронати: официальный сайт small > noindex > li > a |
Лоис МакМастер Буджолд на "Лавке Миров" small > noindex > li > a |
Итало Кальвино "Невидимые города" small > noindex > li > a |
Игорь Губерман: неофициальный сайт small > noindex > li > a |
Дмитрий Сухарев: официальный сайт small > noindex > li > a |
Владимир Болотин: официальный сайт small > noindex > li > a |
Militera - Военная литература small > noindex > li > a |
Книжная полка Вадима Ершова small > noindex > li > a |
Архивы звукового журнала "Кругозор" small > noindex > li > a |
Библиотека леопарда Веши small > noindex > li > a |
Библиотека "Fort/Da" Славы Янко small > noindex > li > a |
Библиотека Ихтика: Философия small > noindex > li > a |
Библиотека "Артефакт" small > noindex > li > a |
"Альтернатива": История, футурология small > noindex > li > a |
Жизнь Замечательных Людей small > noindex > li > a |
Библиотека "Социология, Психология, Управление" small > noindex > li > a |
Архив переводов "TarraNova" small > noindex > li > a |
Приватное собрание книг LDN-KNIGI small > noindex > li > a |
Фотоархивы small > noindex > li > a |
Журнал "Млечный Путь" (ред.П.Амнуэль) small > noindex > li > a |
Литературный журнал "Век на не вечер" small > noindex > li > a |
Альманах поэзии "Буквица" small > noindex > li > a |
Детская газета "Бермудский треугольник small > noindex > li > a |
История отечественной авиации small > noindex > li > a |
Армия-Дедовщина-Общество small > noindex > li > a |
Словарь литературоведческих терминов small > noindex > li > a |
IPH: International Publishing House small > noindex > li > a |
Psi-Project: детская психология small > noindex > li > a |
IT-History: История IT-технологий в СССР и России small > noindex > li > a |
КБ "Сталкер": Байдарки М.Чернецкого small > noindex > li > a |
Школа Татьяны Голубковой small > noindex > li > a |
Юрий Ревич: персональная страница small > noindex > li > a |
Ми Суонг "И твоя война" small > noindex > li > a |
Олег Головкин "Полиэтиленовый каякер" small > noindex > li > a |
Евгений Крылов: IT-страница td > li > small > a |
Литературные архивы в Интернетe body > li > a |
Электронные библиотеки, объединяйтесь body > li > a |
Разнообразные тексты body > li > a |
Если у Вас есть что положить в "мою библиотеку" body > li > a |
О правах, разрешениях, copyright body > li > a |
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.
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 |
|---|---|
| counter.rambler.ru/top100.cnt?59291 | Automatically upgraded to HTTPS |
| top.list.ru/counter?id=105282;t=99 | Automatically upgraded to HTTPS |
| top100-images.rambler.ru/top100/b0.gif | Automatically upgraded to HTTPS |
| u083.69.spylog.com/cnt?p=0 | Automatically upgraded to HTTPS |
Specifying a doctype prevents the browser from switching to quirks-mode. Learn more about the doctype declaration.
Performance issues directly impact user engagement and conversion rates.
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Failed to load resource: net::ERR_CERT_COMMON_NAME_INVALID | |
Failed to load resource: net::ERR_CONNECTION_RESET | |
Failed to load resource: net::ERR_NAME_NOT_RESOLVED |
Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
Performance issues directly impact user engagement and conversion rates.
| Issue type |
|---|
| Mixed content |
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.
Meta descriptions may be included in search results to concisely summarize page content. Learn more about the meta description.
Performance issues directly impact user engagement and conversion rates.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body > pre > center > img body > pre > center > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback