Food.ru Site Title
Food.ru — рецепты, статьи, мастер-классы, новости кулинарии, описание продуктов.
Food.ru Meta Description
Кулинарные рецепты, мастер-классы и все, что интересно знать про еду — на Food.ru
Food.ru Test Results
Food.ru Desktop Performance: 57/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 670 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.
Avoid an excessive DOM size
2,282 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.
Minimize main-thread work
4.2 s
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
Largest Contentful Paint element
1,650 ms
This is the largest contentful element painted within the viewport. Learn more about the Largest Contentful Paint element
Avoid multiple page redirects
Est savings of 190 ms
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Properly size images
Est savings of 1,652 KiB
Serve images that are appropriately-sized to save cellular data and improve load time. Learn how to size images.
Reduce unused CSS
Est savings of 48 KiB
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.
Reduce the impact of third-party code
Third-party code blocked the main thread for 900 ms
Third-party code can significantly impact load performance. Limit the number of redundant third-party providers and try to load third-party code after your page has primarily finished loading. Learn how to minimize third-party impact.
Reduce JavaScript execution time
2.2 s
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.
Avoid enormous network payloads
Total size was 4,007 KiB
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Defer offscreen images
Est savings of 81 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.
Serve images in next-gen formats
Est savings of 35 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
12 resources found
A long cache lifetime can speed up repeat visits to your page. Learn more about efficient cache policies.
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().
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
Avoid serving legacy JavaScript to modern browsers
Est savings of 38 KiB
Polyfills and transforms enable legacy 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 legacy browsers. Learn why most sites can deploy ES6+ code without transpiling
Optimize DOM size
A large DOM can increase the duration of style calculations and layout reflows, impacting page responsiveness. A large DOM will also increase memory usage. Learn how to avoid an excessive DOM size.
LCP request discovery
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Legacy JavaScript
Est savings of 117 KiB
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
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.
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.
Use efficient cache lifetimes
Est savings of 286 KiB
A long cache lifetime can speed up repeat visits to your page. Learn more.
Improve image delivery
Est savings of 1,256 KiB
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Max Potential First Input Delay
570 ms
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.
Time to Interactive
4.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.
Food.ru Desktop SEO: 92/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.
Food.ru Desktop Best Practices: 57/100
Quick overview:
General
Browser errors were logged to the console
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
Issues were logged in the `Issues` panel in Chrome Devtools
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.
Uses third-party cookies
2 cookies found
Third-party cookies may be blocked in some contexts. Learn more about preparing for third-party cookie restrictions.
Trust and Safety
Does not use HTTPS
1 insecure request 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.
Food.ru Desktop Accessibility: 71/100
Quick overview:
ARIA
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
Elements with an ARIA `[role]` that require children to contain a specific `[role]` are missing some or all of those required children.
Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. Learn more about roles and required children elements.
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.
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.
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.
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.
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.
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.
Elements with visible text labels do not have matching accessible names.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Best practices
These items highlight common accessibility best practices.
`[user-scalable="no"]` is used in the `<meta name="viewport">` element or the `[maximum-scale]` attribute is less than 5.
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
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.
Similar sites
Similar tests
www.food.com
www.food.net
www.food.org
www.food.info
www.food.biz
www.food.us
www.food.mobi
www.ood.ru
www.food.ru
www.cood.ru
www.fcood.ru
www.cfood.ru
www.dood.ru
www.fdood.ru
www.dfood.ru
www.rood.ru
www.frood.ru
www.rfood.ru
www.tood.ru
www.ftood.ru
www.tfood.ru
www.good.ru
www.fgood.ru
www.gfood.ru
www.vood.ru
www.fvood.ru
www.vfood.ru
www.fod.ru
www.fiod.ru
www.foiod.ru
www.fiood.ru
www.fkod.ru
www.fokod.ru
www.fkood.ru
www.flod.ru
www.folod.ru
www.flood.ru
www.fpod.ru
www.fopod.ru
www.fpood.ru
www.foid.ru
www.fooid.ru
www.fokd.ru
www.fookd.ru
www.fold.ru
www.foold.ru
www.fopd.ru
www.foopd.ru
www.foo.ru
www.foox.ru
www.foodx.ru
www.fooxd.ru
www.foos.ru
www.foods.ru
www.foosd.ru
www.fooe.ru
www.foode.ru
www.fooed.ru
www.foor.ru
www.foodr.ru
www.foord.ru
www.foof.ru
www.foodf.ru
www.foofd.ru
www.fooc.ru
www.foodc.ru
www.foocd.ru
www.food.net
www.food.org
www.food.info
www.food.biz
www.food.us
www.food.mobi
www.ood.ru
www.food.ru
www.cood.ru
www.fcood.ru
www.cfood.ru
www.dood.ru
www.fdood.ru
www.dfood.ru
www.rood.ru
www.frood.ru
www.rfood.ru
www.tood.ru
www.ftood.ru
www.tfood.ru
www.good.ru
www.fgood.ru
www.gfood.ru
www.vood.ru
www.fvood.ru
www.vfood.ru
www.fod.ru
www.fiod.ru
www.foiod.ru
www.fiood.ru
www.fkod.ru
www.fokod.ru
www.fkood.ru
www.flod.ru
www.folod.ru
www.flood.ru
www.fpod.ru
www.fopod.ru
www.fpood.ru
www.foid.ru
www.fooid.ru
www.fokd.ru
www.fookd.ru
www.fold.ru
www.foold.ru
www.fopd.ru
www.foopd.ru
www.foo.ru
www.foox.ru
www.foodx.ru
www.fooxd.ru
www.foos.ru
www.foods.ru
www.foosd.ru
www.fooe.ru
www.foode.ru
www.fooed.ru
www.foor.ru
www.foodr.ru
www.foord.ru
www.foof.ru
www.foodf.ru
www.foofd.ru
www.fooc.ru
www.foodc.ru
www.foocd.ru