Leaders.guru Site Title

الرئيسية - الموقع الرسمي للمدرب محمد صبحي آق بيق

Leaders.guru Meta Description

محمد صبحي آق بيق خبرة 25 عاماً في الإمارات، ,تأليف ونشر عدة كتب، وتطوير أكثر من 30 برنامج تدريبي، وتدريب أكثر من 3000 مدير ومحترف من أكثر من عشرين جنسية باللغتين العربية والإنجليزية.

Leaders.guru Test Results

Leaders.guru Mobile Performance: 3/100
Quick overview:
Opportunities
These suggestions can help your page load faster. They don't directly affect the Performance score.
Remove unused JavaScript. Potential savings of 397 KiB
Remove unused JavaScript to reduce bytes consumed by network activity. Learn more.
Reduce initial server response time. Root document took 9,830 ms
Keep the server response time for the main document short because all other requests depend on it. Learn more.
Eliminate render-blocking resources. Potential savings of 5,380 ms
Resources are blocking the first paint of your page. Consider delivering critical JS/CSS inline and deferring all non-critical JS/styles. Learn more.
Remove unused CSS. Potential savings of 351 KiB
Remove dead rules from stylesheets and defer the loading of CSS not used for above-the-fold content to reduce unnecessary bytes consumed by network activity. Learn more.
Preload key requests. Potential savings of 2,190 ms
Consider using `<link rel=preload>` to prioritize fetching resources that are currently requested later in page load. Learn more.
Diagnostics
More information about the performance of your application. These numbers don't directly affect the Performance score.
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.
Minimize main-thread work
30.9 s
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn more
Reduce the impact of third-party code
Third-party code blocked the main thread for 14,780 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 more.
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.
Reduce JavaScript execution time
21.2 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
83 resources found
A long cache lifetime can speed up repeat visits to your page. Learn more.
Avoid enormous network payloads
Total size was 7,306 KiB
Large network payloads cost users real money and are highly correlated with long load times. Learn more.
Avoid chaining critical requests
42 chains 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.
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
179 requests • 7,306 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
Largest Contentful Paint element
1 element found
This is the largest contentful element painted within the viewport. Learn More
User Timing marks and measures
32 user timings
Consider instrumenting your app with the User Timing API to measure your app's real-world performance during key user experiences. Learn more.

Leaders.guru Mobile SEO: 97/100
Quick overview:
Mobile Friendly
Make sure your pages are mobile friendly so users don’t have to pinch or zoom in order to read the content pages. Learn more.
Tap targets are not sized appropriately
63% appropriately sized tap targets
Interactive elements like buttons and links should be large enough (48x48px), and have enough space around them, to be easy enough to tap without overlapping onto other elements. Learn more.

Leaders.guru Mobile Best Practices: 64/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
Trust and Safety
Links to cross-origin destinations are unsafe
Add `rel="noopener"` or `rel="noreferrer"` to any external links to improve performance and prevent security vulnerabilities. Learn more.
Includes front-end JavaScript libraries with known security vulnerabilities
4 vulnerabilities detected
Some third-party scripts may contain known security vulnerabilities that are easily identified and exploited by attackers. Learn more.
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 servedover 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.
User Experience
Displays images with incorrect aspect ratio
Image display dimensions should match natural aspect ratio. Learn more.
Leaders.guru Mobile Progressive Web App: 25/100
Quick overview:
Installable
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 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 servedover 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.
Web app manifest does not meet the installability requirements
Browsers can proactively prompt users to add your app to their homescreen, which can lead to higher engagement. Learn more. Failures: No manifest was fetched.
PWA Optimized
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.
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
Fast and reliable
Page load is not fast enough on mobile networks
Interactive at 56.3 s
A fast page load over a cellular network ensures a good mobile user experience. Learn more. Your page loads too slowly and is not interactive within 10 seconds. Look at the opportunities and diagnostics in the "Performance" section to learn how to improve.
Current page does not respond with a 200 when offline
If you're building a Progressive Web App, consider using a service worker so that your app can work offline. Learn more.
`start_url` does not respond with a 200 when offline
A service worker enables your web app to be reliable in unpredictable network conditions. Learn more. No usable web app manifest found on page.
Leaders.guru Mobile Accessibility: 76/100
Quick overview:
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.
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.
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 more.
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 more.
Form elements do not have associated labels
Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more.
`<frame>` or `<iframe>` elements do not have a title
Screen reader users rely on frame titles to describe the contents of frames. Learn more.
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.
Similar tests
www.leaders.com
www.leaders.net
www.leaders.org
www.leaders.info
www.leaders.biz
www.leaders.us
www.leaders.mobi
www.eaders.guru
www.leaders.guru
www.peaders.guru
www.lpeaders.guru
www.pleaders.guru
www.oeaders.guru
www.loeaders.guru
www.oleaders.guru
www.keaders.guru
www.lkeaders.guru
www.kleaders.guru
www.laders.guru
www.lwaders.guru
www.lewaders.guru
www.lweaders.guru
www.lsaders.guru
www.lesaders.guru
www.lseaders.guru
www.ldaders.guru
www.ledaders.guru
www.ldeaders.guru
www.lraders.guru
www.leraders.guru
www.lreaders.guru
www.leders.guru
www.leqders.guru
www.leaqders.guru
www.leqaders.guru
www.lewders.guru
www.leawders.guru
www.lesders.guru
www.leasders.guru
www.lezders.guru
www.leazders.guru
www.lezaders.guru
www.leaers.guru
www.leaxers.guru
www.leadxers.guru
www.leaxders.guru
www.leasers.guru
www.leadsers.guru
www.leaeers.guru
www.leadeers.guru
www.leaeders.guru
www.learers.guru
www.leadrers.guru
www.learders.guru
www.leafers.guru
www.leadfers.guru
www.leafders.guru
www.leacers.guru
www.leadcers.guru
www.leacders.guru
www.leadrs.guru
www.leadwrs.guru
www.leadewrs.guru
www.leadwers.guru
www.leadsrs.guru
www.leadesrs.guru
www.leaddrs.guru
www.leadedrs.guru
www.leadders.guru
www.leadrrs.guru
www.leaderrs.guru
www.leades.guru
www.leadees.guru
www.leaderes.guru
www.leadeds.guru
www.leaderds.guru
www.leadefs.guru
www.leaderfs.guru
www.leadefrs.guru
www.leadets.guru
www.leaderts.guru
www.leadetrs.guru
www.leader.guru
www.leaderw.guru
www.leadersw.guru
www.leaderws.guru
www.leadere.guru
www.leaderse.guru
www.leaderd.guru
www.leadersd.guru
www.leaderz.guru
www.leadersz.guru
www.leaderzs.guru
www.leaderx.guru
www.leadersx.guru
www.leaderxs.guru
www.leadera.guru
www.leadersa.guru
www.leaderas.guru
Last Tested: