Ontopo.co.il Site Title

אונטופו מדריך המסעדות

Ontopo.co.il Meta Description

ביצוע הזמנות מקוונות. אונטופו היא מערכת הזמנות מקוונת בזמן אמת עבור מקומות מובילים

Ontopo.co.il Test Results

Ontopo.co.il Mobile Performance: 19/100
Quick overview:
Opportunities
These suggestions can help your page load faster. They don't directly affect the Performance score.
Reduce unused CSS. Potential savings of 315 KiB
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn more.
Reduce unused JavaScript. Potential savings of 533 KiB
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn more.
Defer offscreen images. Potential savings of 180 KiB
Consider lazy-loading offscreen and hidden images after all critical resources have finished loading to lower time to interactive. Learn more.
Preload Largest Contentful Paint image. Potential savings of 630 ms
Preload the image used by the LCP element in order to improve your LCP time. Learn more.
Reduce initial server response time. Root document took 640 ms
Keep the server response time for the main document short because all other requests depend on it. Learn more.
Avoid serving legacy JavaScript to modern browsers. Potential savings of 30 KiB
Polyfills and transforms enable legacy browsers to use new JavaScript features. However, many aren't necessary for modern browsers. For your bundled JavaScript, adopt a modern script deployment strategy using module/nomodule feature detection to reduce the amount of code shipped to modern browsers, while retaining support for legacy browsers. Learn More
Diagnostics
More information about the performance of your application. These numbers don't directly affect the Performance score.
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 more
Minimize main-thread work
10.1 s
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn more
Avoid an excessive DOM size
1,957 elements
A large DOM will increase memory usage, cause longer style calculations, and produce costly layout reflows. Learn more.
Reduce JavaScript execution time
5.9 s
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn more.
Serve static assets with an efficient cache policy
34 resources found
A long cache lifetime can speed up repeat visits to your page. Learn more.
Avoids enormous network payloads
Total size was 2,436 KiB
Large network payloads cost users real money and are highly correlated with long load times. Learn more.
Avoid non-composited animations
1 animated element found
Animations which are not composited can be janky and increase CLS. Learn more
Avoid large layout shifts
5 elements found
These DOM elements contribute most to the CLS of the page.
Keep request counts low and transfer sizes small
286 requests • 2,436 KiB
To set budgets for the quantity and size of page resources, add a budget.json file. Learn more.
Avoid long main-thread tasks
20 long tasks found
Lists the longest tasks on the main thread, useful for identifying worst contributors to input delay. Learn more
Avoid chaining critical requests
1 chain found
The Critical Request Chains below show you what resources are loaded with a high priority. Consider reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load. Learn more.
Largest Contentful Paint element
1 element found
This is the largest contentful element painted within the viewport. Learn More

Ontopo.co.il Mobile SEO: 77/100
Quick overview:
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 More
robots.txt is not valid
5 errors found
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.
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.

Ontopo.co.il Mobile Best Practices: 80/100
Quick overview:
General
Registers an `unload` listener
The `unload` event does not fire reliably and listening for it can prevent browser optimizations like the Back-Forward Cache. Consider using the `pagehide` or `visibilitychange` events instead. Learn more
Missing source maps for large first-party JavaScript
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more.
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.
Ensure CSP is effective against XSS attacks
A strong Content Security Policy (CSP) significantly reduces the risk of cross-site scripting (XSS) attacks. Learn more
User Experience
Displays images with incorrect aspect ratio
Image display dimensions should match natural aspect ratio. Learn more.
Ontopo.co.il Mobile Progressive Web App: 42/100
Quick overview:
PWA Optimized
Manifest doesn't have a maskable icon
A maskable icon ensures that the image fills the entire shape without being letterboxed when installing the app on a device. Learn more. No manifest was fetched
Does not register a service worker that controls page and `start_url`
The service worker is the technology that enables your app to use many Progressive Web App features, such as offline, add to homescreen, and push notifications. Learn more.
Does not provide a valid `apple-touch-icon`
For ideal appearance on iOS when users add a progressive web app to the home screen, define an `apple-touch-icon`. It must point to a non-transparent 192px (or 180px) square PNG. Learn More.
Is not configured for a custom splash screen
A themed splash screen ensures a high-quality experience when users launch your app from their homescreens. Learn more. Failures: No manifest was fetched.
Does not set a theme color for the address bar.
The browser address bar can be themed to match your site. Learn more. Failures: No manifest was fetched, No `<meta name="theme-color">` tag found.
Installable
Web app manifest or service worker do not meet the installability requirements
1 reason
Service worker is the technology that enables your app to use many Progressive Web App features, such as offline, add to homescreen, and push notifications. With proper service worker and manifest implementations, browsers can proactively prompt users to add your app to their homescreen, which can lead to higher engagement. Learn more.
Ontopo.co.il Mobile Accessibility: 75/100
Quick overview:
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 more.
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.
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.
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 more.
Navigation
These are opportunities to improve keyboard navigation in your application.
Some elements have a `[tabindex]` value greater than 0
A value greater than 0 implies an explicit navigation ordering. Although technically valid, this often creates frustrating experiences for users who rely on assistive technologies. Learn more.
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.
Similar tests
www.ontopo.com
www.ontopo.net
www.ontopo.org
www.ontopo.info
www.ontopo.biz
www.ontopo.us
www.ontopo.mobi
www.ntopo.co.il
www.ontopo.co.il
www.intopo.co.il
www.ointopo.co.il
www.iontopo.co.il
www.kntopo.co.il
www.okntopo.co.il
www.kontopo.co.il
www.lntopo.co.il
www.olntopo.co.il
www.lontopo.co.il
www.pntopo.co.il
www.opntopo.co.il
www.pontopo.co.il
www.otopo.co.il
www.obtopo.co.il
www.onbtopo.co.il
www.obntopo.co.il
www.ohtopo.co.il
www.onhtopo.co.il
www.ohntopo.co.il
www.ojtopo.co.il
www.onjtopo.co.il
www.ojntopo.co.il
www.omtopo.co.il
www.onmtopo.co.il
www.omntopo.co.il
www.onopo.co.il
www.onropo.co.il
www.ontropo.co.il
www.onrtopo.co.il
www.onfopo.co.il
www.ontfopo.co.il
www.onftopo.co.il
www.ongopo.co.il
www.ontgopo.co.il
www.ongtopo.co.il
www.onyopo.co.il
www.ontyopo.co.il
www.onytopo.co.il
www.ontpo.co.il
www.ontipo.co.il
www.ontoipo.co.il
www.ontiopo.co.il
www.ontkpo.co.il
www.ontokpo.co.il
www.ontkopo.co.il
www.ontlpo.co.il
www.ontolpo.co.il
www.ontlopo.co.il
www.ontppo.co.il
www.ontoppo.co.il
www.ontpopo.co.il
www.ontoo.co.il
www.ontooo.co.il
www.ontopoo.co.il
www.ontoopo.co.il
www.ontolo.co.il
www.ontoplo.co.il
www.ontop.co.il
www.ontopi.co.il
www.ontopoi.co.il
www.ontopio.co.il
www.ontopk.co.il
www.ontopok.co.il
www.ontopko.co.il
www.ontopl.co.il
www.ontopol.co.il
www.ontopp.co.il
www.ontopop.co.il
Last Tested: