Rfmli.ru Site Title
ГБОУ РФМЛИ: Главная страница
Rfmli.ru Meta Description
Государственное бюджетное общеобразовательное учреждение "Республиканский физико-математический лицей-интернат", ГБОУ РФМЛИ
Rfmli.ru Test Results
Rfmli.ru Mobile Performance: 51/100
Quick overview:
Diagnostics
More information about the performance of your application. These numbers don't directly affect the Performance score.
Reduce unused JavaScript
Est savings of 84 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.
Defer offscreen images
Est savings of 1,622 KiB
Consider lazy-loading offscreen and hidden images after all critical resources have finished loading to lower time to interactive. Learn how to defer offscreen images.
Eliminate render-blocking resources
Est savings of 2,270 ms
Resources are blocking the first paint of your page. Consider delivering critical JS/CSS inline and deferring all non-critical JS/styles. Learn how to eliminate render-blocking resources.
Avoid large layout shifts
3 layout shifts found
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Minify JavaScript
Est savings of 8 KiB
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Largest Contentful Paint element
13,270 ms
This is the largest contentful element painted within the viewport. Learn more about the Largest Contentful Paint element
Enable text compression
Est savings of 3 KiB
Text-based resources should be served with compression (gzip, deflate or brotli) to minimize total network bytes. Learn more about text compression.
Serve images in next-gen formats
Est savings of 8,785 KiB
Image formats like WebP and AVIF often provide better compression than PNG or JPEG, which means faster downloads and less data consumption. Learn more about modern image formats.
Serve static assets with an efficient cache policy
510 resources found
A long cache lifetime can speed up repeat visits to your page. Learn more about efficient cache policies.
Does not use passive listeners to improve scrolling performance
Consider marking your touch and wheel event listeners as `passive` to improve your page's scroll performance. Learn more about adopting passive event listeners.
Ensure text remains visible during webfont load
Leverage the `font-display` CSS feature to ensure text is user-visible while webfonts are loading. Learn more about `font-display`.
Avoid an excessive DOM size
5,599 elements
A large DOM will increase memory usage, cause longer style calculations, and produce costly layout reflows. Learn how to avoid an excessive DOM size.
Avoid enormous network payloads
Total size was 15,888 KiB
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Minify CSS
Est savings of 3 KiB
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Properly size images
Est savings of 1,053 KiB
Serve images that are appropriately-sized to save cellular data and improve load time. Learn how to size images.
Avoid `document.write()`
For users on slow connections, external scripts dynamically injected via `document.write()` can delay page load by tens of seconds. Learn how to avoid document.write().
Efficiently encode images
Est savings of 206 KiB
Optimized images load faster and consume less cellular data. Learn how to efficiently encode images.
Image elements do not have explicit `width` and `height`
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Network dependency tree
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.
LCP request discovery
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Use efficient cache lifetimes
Est savings of 8,484 KiB
A long cache lifetime can speed up repeat visits to your page. Learn more.
Layout shift culprits
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
Document request latency
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Forced reflow
Many APIs, typically reading layout geometry, force the rendering engine to pause script execution in order to calculate the style and layout. Learn more about forced reflow and its mitigations.
Font display
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Render blocking requests
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.
Time to Interactive
14.0 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.
Improve image delivery
Est savings of 2,079 KiB
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Rfmli.ru Mobile SEO: 82/100
Quick overview:
Content Best Practices
Format your HTML in a way that enables crawlers to better understand your app’s content.
Image elements do not have `[alt]` attributes
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.
Crawling and Indexing
To appear in search results, crawlers need access to your app.
Links are not crawlable
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Rfmli.ru Mobile Best Practices: 55/100
Quick overview:
Browser Compatibility
Page lacks the HTML doctype, thus triggering quirks-mode
Specifying a doctype prevents the browser from switching to quirks-mode. Learn more about the doctype declaration. Document must contain a doctype
General
Uses deprecated APIs
1 warning found
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
User Experience
Displays images with incorrect aspect ratio
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Trust and Safety
Does not use HTTPS
459 insecure requests found
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.
Does not redirect HTTP traffic to HTTPS
Make sure that you redirect all HTTP traffic to HTTPS in order to enable secure web features for all your users. Learn more.
Rfmli.ru Mobile Accessibility: 65/100
Quick overview:
Names and labels
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.
Links do not have a discernible name
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.
Image elements do not have `[alt]` attributes
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.
`<frame>` or `<iframe>` elements do not have a title
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Form elements do not have associated labels
Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.
Buttons do not have an accessible name
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.
Internationalization and localization
These are opportunities to improve the interpretation of your content by users in different locales.
`<html>` element does not have a `[lang]` attribute
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.
Navigation
These are opportunities to improve keyboard navigation in your application.
Heading elements are not in a sequentially-descending order
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Best practices
These items highlight common accessibility best practices.
Touch targets do not have sufficient size or spacing.
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.
Contrast
These are opportunities to improve the legibility of your content.
Background and foreground colors do not have a sufficient contrast ratio.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Similar tests
www.rfmli.com
www.rfmli.net
www.rfmli.org
www.rfmli.info
www.rfmli.biz
www.rfmli.us
www.rfmli.mobi
www.fmli.ru
www.rfmli.ru
www.efmli.ru
www.refmli.ru
www.erfmli.ru
www.dfmli.ru
www.rdfmli.ru
www.drfmli.ru
www.ffmli.ru
www.rffmli.ru
www.frfmli.ru
www.tfmli.ru
www.rtfmli.ru
www.trfmli.ru
www.rmli.ru
www.rcmli.ru
www.rfcmli.ru
www.rcfmli.ru
www.rdmli.ru
www.rfdmli.ru
www.rrmli.ru
www.rfrmli.ru
www.rrfmli.ru
www.rtmli.ru
www.rftmli.ru
www.rgmli.ru
www.rfgmli.ru
www.rgfmli.ru
www.rvmli.ru
www.rfvmli.ru
www.rvfmli.ru
www.rfli.ru
www.rfnli.ru
www.rfmnli.ru
www.rfnmli.ru
www.rfjli.ru
www.rfmjli.ru
www.rfjmli.ru
www.rfkli.ru
www.rfmkli.ru
www.rfkmli.ru
www.rfmi.ru
www.rfmpi.ru
www.rfmlpi.ru
www.rfmpli.ru
www.rfmoi.ru
www.rfmloi.ru
www.rfmoli.ru
www.rfmki.ru
www.rfmlki.ru
www.rfml.ru
www.rfmlu.ru
www.rfmliu.ru
www.rfmlui.ru
www.rfmlj.ru
www.rfmlij.ru
www.rfmlji.ru
www.rfmlk.ru
www.rfmlik.ru
www.rfmlo.ru
www.rfmlio.ru
www.rfmli.net
www.rfmli.org
www.rfmli.info
www.rfmli.biz
www.rfmli.us
www.rfmli.mobi
www.fmli.ru
www.rfmli.ru
www.efmli.ru
www.refmli.ru
www.erfmli.ru
www.dfmli.ru
www.rdfmli.ru
www.drfmli.ru
www.ffmli.ru
www.rffmli.ru
www.frfmli.ru
www.tfmli.ru
www.rtfmli.ru
www.trfmli.ru
www.rmli.ru
www.rcmli.ru
www.rfcmli.ru
www.rcfmli.ru
www.rdmli.ru
www.rfdmli.ru
www.rrmli.ru
www.rfrmli.ru
www.rrfmli.ru
www.rtmli.ru
www.rftmli.ru
www.rgmli.ru
www.rfgmli.ru
www.rgfmli.ru
www.rvmli.ru
www.rfvmli.ru
www.rvfmli.ru
www.rfli.ru
www.rfnli.ru
www.rfmnli.ru
www.rfnmli.ru
www.rfjli.ru
www.rfmjli.ru
www.rfjmli.ru
www.rfkli.ru
www.rfmkli.ru
www.rfkmli.ru
www.rfmi.ru
www.rfmpi.ru
www.rfmlpi.ru
www.rfmpli.ru
www.rfmoi.ru
www.rfmloi.ru
www.rfmoli.ru
www.rfmki.ru
www.rfmlki.ru
www.rfml.ru
www.rfmlu.ru
www.rfmliu.ru
www.rfmlui.ru
www.rfmlj.ru
www.rfmlij.ru
www.rfmlji.ru
www.rfmlk.ru
www.rfmlik.ru
www.rfmlo.ru
www.rfmlio.ru