Mobile 375 × 812

Desktop 1440 × 900

Score: 71 / 100
Based on 8 categories, 0 sections
Room to improve — your 25.6s load time is above Google's 2.5s 'Good' threshold.
Good foundation, but a few gaps could be exploited.
Several issues make your site difficult for assistive technology users.
Solid SEO basics — a few optimizations could boost rankings.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Missing metadata means poor previews on social media and search.
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.
Page weighs 9.1 MB (5.0 MB transferred)
Performance issues directly impact user engagement and conversion rates.
No favicon or icon links detected
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/2b47f6ed-e8e4-4c4e-9b13-530a4b2f3459)<a href="https://beavercheck.com/results/2b47f6ed-e8e4-4c4e-9b13-530a4b2f3459"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fahram.org.eg" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fahram.org.egThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Your LCP of 25.6s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. 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.
8 barrier(s) likely increasing bounce by ~30%.
Page takes 25.6s to load
+12% bounceUsers abandon at ~3s — you're 23.1s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 4.3s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
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
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, …)
Thin content
+3% bounceUnder 300 words — visitors bounce looking for substance, search engines rank competitors first
Fix: Add a substantive FAQ, product detail, or case-study section
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
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
EGP 7,500 investment → EGP 60/month returns + EGP 5,000,000 risk avoided
EGP 7,500
5h · 5 findings
EGP 60 /mo
~EGP 722 / year
EGP 5,000,000
if kept compliant
EGP 2,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.
5.0 developer hours at E£1500/hr
Based on Egypt rates (E£1500/hr)
Start here for the best return on investment
EGP 416,727 / month at risk
~EGP 5,000,722 / year if left unfixed
EGP 5,000,000
+1 more
EGP 60 /mo
15784.3 MB/mo × 3.810 EGP/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.
4.33 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
25.62 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
4.32 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.027
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
14.29 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.
32.31 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.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
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.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
تراجع سعر الذهب اليوم الأربعاء في مصر div.col-md-3 > div#sm-img > a > img.img-fluid | gate.ahram.org.eg/Media/News/2025/6/23/1_2025-638863061038385829-838.jpg | 58.7 KiB | 46.3 KiB |
# div#sm-text > div.col-md-4 > div#sm-img > img.img-fluid | gate.ahram.org.eg/Media/News/2024/8/24/1_2024-638601204510941350-94.jpg | 54.0 KiB | 42.8 KiB |
سعر الذهب اليوم الأربعاء في مصر بعد التراجع div.col-md-3 > div#sm-img > a > img.img-fluid | gate.ahram.org.eg/Media/News/2023/12/19/1_2023-638386161547591432-759.jpg | 52.7 KiB | 40.3 KiB |
# div#sm-text > div.col-md-4 > div#sm-img > img.img-fluid | gate.ahram.org.eg/Media/News/2026/3/25/1_2026-639100685865820108-582.jpeg | 49.8 KiB | 38.6 KiB |
محافظ الجيزة يُزيل موقفًا عشوائيًا ويُطلق حملات موسعة لضبط السرفيس والنظافة| صور div.col-md-3 > div#sm-img > a > img.img-fluid | gate.ahram.org.eg/Media/News/2026/4/22/1_2026-639124845080216223-21.jpeg | 45.7 KiB | 33.3 KiB |
محافظ الجيزة إنجاز بملف التصالح وتوجيهات بحسم المخالفات div.col-md-3 > div#sm-img > a > img.img-fluid | gate.ahram.org.eg/Media/News/2025/6/17/1_2025-638857884833156008-315.jpeg | 45.4 KiB | 33.0 KiB |
تسهيلات جديدة لركاب المترو والقطار الكهربائي الخفيف خيارات دفع متنوعة وسريعة div.col-12 > div.col-md-6 > a > img.img-fluid | gate.ahram.org.eg/Media/News/2025/5/13/1_2025-638827561278908505-890.jpg | 45.4 KiB | 31.6 KiB |
إبراهيم صابر القاهرة سجل مفتوح لحضارات متعاقبة نعمل للحفاظ على تراثها وترميمه div.col-md-3 > div#sm-img > a > img.img-fluid | gate.ahram.org.eg/Media/News/2026/4/22/1_2026-639124906249777524-977.jpeg | 40.5 KiB | 29.2 KiB |
مستشفى سيد جلال بجامعة الأزهر ينجح في استئصال ثلاثة أورام بالعين لشاب فلسطيني |… div.col-12 > div.col-md-6 > a > img.img-fluid | gate.ahram.org.eg/Media/News/2026/4/22/1_2026-639124982165288927-528.jpg | 33.6 KiB | 23.8 KiB |
div.col-lg-12 > div.col-5 > a#logohref > img#mainLogo div.col-lg-12 > div.col-5 > a#logohref > img#mainLogo | gate.ahram.org.eg/App_Themes/FrontNew/images/ahramlogoN.png?v=6 | 24.9 KiB | 22.9 KiB |
الجيش الأمريكي يعلن إصابة 400 من أفراده خلال الحرب مع إيران div.owl-item > div.col-12 > a > img.img-fluid | gate.ahram.org.eg/Media/News/2026/3/13/1_2026-639090369301311132-131.JPG | 31.3 KiB | 20.5 KiB |
# div#sm-text > div.col-md-4 > div#sm-img > img.img-fluid | gate.ahram.org.eg/Media/News/2015/3/1/2015-635608427521651299-165_main.jpg | 31.6 KiB | 20.4 KiB |
div.col-12 > div.text-center > a > img.img-fluid div.col-12 > div.text-center > a > img.img-fluid | gate.ahram.org.eg/App_Themes/Front/images/logosEsdarat/16.png | 20.1 KiB | 18.4 KiB |
div.col-12 > div.text-center > a > img.img-fluid div.col-12 > div.text-center > a > img.img-fluid | gate.ahram.org.eg/App_Themes/Front/images/logosEsdarat/05.png | 19.2 KiB | 17.4 KiB |
div.col-12 > div.text-center > a > img.img-fluid div.col-12 > div.text-center > a > img.img-fluid | gate.ahram.org.eg/App_Themes/Front/images/logosEsdarat/01.png | 16.0 KiB | 14.3 KiB |
وزير الإعلام اللبناني نتابع محاصرة صحفيتين في الطيري ونحمّل إسرائيل مسؤولية سلام… div.col-12 > div.col-md-6 > a > img.img-fluid | gate.ahram.org.eg/Media/News/2026/3/19/1_2026-639095443261667303-166.jpg | 19.5 KiB | 13.5 KiB |
div.col-12 > div.text-center > a > img.img-fluid div.col-12 > div.text-center > a > img.img-fluid | gate.ahram.org.eg/App_Themes/Front/images/logosEsdarat/07.png | 15.1 KiB | 13.4 KiB |
«مشاهدات مقابل تجاوزات».. سقوط صانعة محتوى بعد بث فيديوهات خادشة للحياء div.owl-item > div.col-12 > a > img.img-fluid | gate.ahram.org.eg/Media/News/2026/4/22/1_2026-639124983703230701-323.jpeg | 26.0 KiB | 11.7 KiB |
div.col-12 > div.text-center > a > img.img-fluid div.col-12 > div.text-center > a > img.img-fluid | gate.ahram.org.eg/App_Themes/Front/images/logosEsdarat/11.png | 12.5 KiB | 10.8 KiB |
div.col-12 > div.text-center > a > img.img-fluid div.col-12 > div.text-center > a > img.img-fluid | gate.ahram.org.eg/App_Themes/Front/images/logosEsdarat/04.png | 11.5 KiB | 9.8 KiB |
div.col-12 > div.text-center > a > img.img-fluid div.col-12 > div.text-center > a > img.img-fluid | gate.ahram.org.eg/App_Themes/Front/images/logosEsdarat/10.png | 11.5 KiB | 9.8 KiB |
div.col-12 > div.text-center > a > img.img-fluid div.col-12 > div.text-center > a > img.img-fluid | gate.ahram.org.eg/App_Themes/Front/images/logosEsdarat/12.png | 11.4 KiB | 9.7 KiB |
div.col-12 > div.text-center > a > img.img-fluid div.col-12 > div.text-center > a > img.img-fluid | gate.ahram.org.eg/App_Themes/Front/images/logosEsdarat/02.png | 11.0 KiB | 9.2 KiB |
div.col-12 > div.text-center > a > img.img-fluid div.col-12 > div.text-center > a > img.img-fluid | gate.ahram.org.eg/App_Themes/Front/images/logosEsdarat/08.png | 10.3 KiB | 8.6 KiB |
اليونان تنفي مزاعم إيران باحتجاز سفينة شحن مرتبطة بها div.col-12 > div.col-md-6 > a > img.img-fluid | gate.ahram.org.eg/Media/News/2026/4/22/2026-639124953197008175-700.JPG | 19.8 KiB | 8.1 KiB |
البيت الأبيض الرئيس الأمريكي ترامب لم يحدد موعدًا نهائياً لتمديد وقف إطلاق النار div.col-12 > div.col-md-6 > a > img.img-fluid | gate.ahram.org.eg/Media/News/2025/10/4/13_2025-638951330559417944-941.jpg | 18.6 KiB | 6.8 KiB |
div.col-12 > div.text-center > a > img.img-fluid div.col-12 > div.text-center > a > img.img-fluid | gate.ahram.org.eg/App_Themes/Front/images/logosEsdarat/15.png | 8.3 KiB | 6.5 KiB |
div.col-12 > div.text-center > a > img.img-fluid div.col-12 > div.text-center > a > img.img-fluid | gate.ahram.org.eg/App_Themes/Front/images/logosEsdarat/03.png | 6.9 KiB | 5.2 KiB |
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.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
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.
Performance issues directly impact user engagement and conversion rates.
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.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| gate.ahram.org.eg/App_Themes/FrontNew/css/bootstrap.min.css | 23.9 KiB | 1.4 s |
| gate.ahram.org.eg/App_Themes/FrontNew/css/custom.css?k=110 | 10.7 KiB | 1.0 s |
| use.fontawesome.com/releases/v5.3.1/css/all.css | 11.5 KiB | 1.1 s |
| gate.ahram.org.eg/App_Themes/FrontNew/css/owl.carousel.css | 1.9 KiB | 866 ms |
| gate.ahram.org.eg/App_Themes/FrontNew/css/responsive_devices.css | 1.6 KiB | 866 ms |
| gate.ahram.org.eg/App_Themes/FrontNew/css/owl.theme.css | 842 B | 866 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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.
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.
Performance issues directly impact user engagement and conversion rates.
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.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| gate.ahram.org.eg/App_Themes/FrontNew/css/bootstrap.min.css | 23.6 KiB | 22.5 KiB |
| .fc-consent-root .fc-dialog-container.fc-fullscreen { height: 100% !important; … } … | 16.3 KiB | 14.1 KiB |
| use.fontawesome.com/releases/v5.3.1/css/all.css | 11.1 KiB | 11.0 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.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| /pagead/managed/js/adsense/m202604170101/show_ads_impl_fy... | 177.5 KiB | 150.6 KiB |
| /pagead/managed/js/gpt/m202604160201/pubads_impl.js | 187.7 KiB | 132.0 KiB |
| embed.tawk.to/_s/v4/app/69e6f4c07ce/js/twk-chunk-vendors.js | 113.8 KiB | 79.1 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-TNH9BHQ | 123.3 KiB | 73.2 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-W45DVRF | 121.7 KiB | 62.6 KiB |
| www.googletagmanager.com/gtag/js?id=G-TL2EBYD9CQ | 153.8 KiB | 61.0 KiB |
| t.seedtag.com/c/st_668.1c49556198badcebf90b.js | 84.4 KiB | 59.7 KiB |
| embed.tawk.to/_s/v4/app/69e6f4c07ce/js/twk-chunk-common.js | 66.7 KiB | 40.5 KiB |
| fundingchoicesmessages.google.com/i/22892919920?ers=3 | 68.7 KiB | 34.9 KiB |
| /pagead/js/adsbygoogle.js?client=ca-pub-9651466704601127 | 54.1 KiB | 28.5 KiB |
| embed.tawk.to/_s/v4/app/69e6f4c07ce/js/twk-vendor.js | 31.5 KiB | 20.9 KiB |
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.
Performance issues directly impact user engagement and conversion rates.
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
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 10.3 s |
| Style & Layout | 1.6 s |
| Other | 1.5 s |
| Script Parsing & Compilation | 417 ms |
| Rendering | 236 ms |
| Parse HTML & CSS | 184 ms |
| Garbage Collection | 18 ms |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| gate.ahram.org.eg/App_Themes/FrontNew/css/custom.css?k=110 | 10.7 KiB | 3.7 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
غرفة الصناعات الهندسية الصناعات المغذية حجر الأساس للتحول نحو صناعة سيارات متكا… div.col-lg-4 > div.col-lg-12 > a > img.img-fluid | auto.ahram.org.eg/Media/News/2026/4/22/1_2026-639124785825115023-511.jpg |
;إمبراطورية جيلي; كيف يسيطر العملاق الصيني على خارطة صناعة السيارات العالمية؟ div.col-lg-4 > div.col-lg-12 > a > img.img-fluid | auto.ahram.org.eg/Media/News/2026/4/22/1_2026-639124771107961616-796.jpg |
div.col-lg-12 > div.col-5 > a#logohref > img#mainLogo div.col-lg-12 > div.col-5 > a#logohref > img#mainLogo | gate.ahram.org.eg/App_Themes/FrontNew/images/ahramlogoN.png?v=6 |
شريف منير وحكايات لا تنسى مع صلاح جاهين div.col-12 > div.col-md-6 > a > img.img-fluid | i1.ytimg.com/vi/5lb9SNVlhPo/mqdefault.jpg |
وصية صلاح جاهين الأخيرة لشريف منير div.col-12 > div.col-md-6 > a > img.img-fluid | i1.ytimg.com/vi/zmXZJJ_zKZM/mqdefault.jpg |
تداعيات اقتصادية واسعة لتطورات الأحداث بالشرق الأوسط div.col-12 > div.col-md-6 > a > img.img-fluid | i1.ytimg.com/vi/-S8NlwN-V18/mqdefault.jpg |
جهود الدولة لتنمية سيناء div.col-12 > div.col-md-6 > a > img.img-fluid | i1.ytimg.com/vi/GlU-HtMbm0U/mqdefault.jpg |
div.row > div.col-12 > div.col-lg-3 > img#footerLogo div.row > div.col-12 > div.col-lg-3 > img#footerLogo | gate.ahram.org.eg/App_Themes/FrontNew/images/logo-footer.png |
قبل أن تضيفها لسيارتك خبير يكشف ما لا تعرفه عن محسنات زيت الموتور div.col-lg-4 > div.col-lg-12 > a > img.img-fluid | auto.ahram.org.eg/Media/News/2026/4/22/1_2026-639124713844987245-498.jpg |
div.col-12 > div.text-center > a > img.img-fluid div.col-12 > div.text-center > a > img.img-fluid | gate.ahram.org.eg/App_Themes/Front/images/logosEsdarat/03.png |
div.col-12 > div.text-center > a > img.img-fluid div.col-12 > div.text-center > a > img.img-fluid | gate.ahram.org.eg/App_Themes/Front/images/logosEsdarat/04.png |
div.col-12 > div.text-center > a > img.img-fluid div.col-12 > div.text-center > a > img.img-fluid | gate.ahram.org.eg/App_Themes/Front/images/logosEsdarat/13.png |
div.col-12 > div.text-center > a > img.img-fluid div.col-12 > div.text-center > a > img.img-fluid | gate.ahram.org.eg/App_Themes/Front/images/logosEsdarat/07.png |
div.col-12 > div.text-center > a > img.img-fluid div.col-12 > div.text-center > a > img.img-fluid | gate.ahram.org.eg/App_Themes/Front/images/logosEsdarat/15.png |
div.col-12 > div.text-center > a > img.img-fluid div.col-12 > div.text-center > a > img.img-fluid | gate.ahram.org.eg/App_Themes/Front/images/logosEsdarat/05.png |
div.col-12 > div.text-center > a > img.img-fluid div.col-12 > div.text-center > a > img.img-fluid | gate.ahram.org.eg/App_Themes/Front/images/logosEsdarat/16.png |
div.col-12 > div.text-center > a > img.img-fluid div.col-12 > div.text-center > a > img.img-fluid | gate.ahram.org.eg/App_Themes/Front/images/logosEsdarat/01.png |
div.col-12 > div.text-center > a > img.img-fluid div.col-12 > div.text-center > a > img.img-fluid | gate.ahram.org.eg/App_Themes/Front/images/logosEsdarat/02.png |
div.col-12 > div.text-center > a > img.img-fluid div.col-12 > div.text-center > a > img.img-fluid | gate.ahram.org.eg/App_Themes/Front/images/logosEsdarat/12.png |
div.col-12 > div.text-center > a > img.img-fluid div.col-12 > div.text-center > a > img.img-fluid | gate.ahram.org.eg/App_Themes/Front/images/logosEsdarat/08.png |
div.col-12 > div.text-center > a > img.img-fluid div.col-12 > div.text-center > a > img.img-fluid | gate.ahram.org.eg/App_Themes/Front/images/logosEsdarat/09.png |
div.col-12 > div.text-center > a > img.img-fluid div.col-12 > div.text-center > a > img.img-fluid | gate.ahram.org.eg/App_Themes/Front/images/logosEsdarat/11.png |
div.col-12 > div.text-center > a > img.img-fluid div.col-12 > div.text-center > a > img.img-fluid | gate.ahram.org.eg/App_Themes/Front/images/logosEsdarat/10.png |
div.col-12 > div.text-center > a > img.img-fluid div.col-12 > div.text-center > a > img.img-fluid | gate.ahram.org.eg/App_Themes/Front/images/logosEsdarat/03.png |
div.col-12 > div.text-center > a > img.img-fluid div.col-12 > div.text-center > a > img.img-fluid | gate.ahram.org.eg/App_Themes/Front/images/logosEsdarat/04.png |
div.col-12 > div.text-center > a > img.img-fluid div.col-12 > div.text-center > a > img.img-fluid | gate.ahram.org.eg/App_Themes/Front/images/logosEsdarat/13.png |
div.col-12 > div.text-center > a > img.img-fluid div.col-12 > div.text-center > a > img.img-fluid | gate.ahram.org.eg/App_Themes/Front/images/logosEsdarat/07.png |
div.col-12 > div.text-center > a > img.img-fluid div.col-12 > div.text-center > a > img.img-fluid | gate.ahram.org.eg/App_Themes/Front/images/logosEsdarat/15.png |
div.col-12 > div.text-center > a > img.img-fluid div.col-12 > div.text-center > a > img.img-fluid | gate.ahram.org.eg/App_Themes/Front/images/logosEsdarat/05.png |
div.col-12 > div.text-center > a > img.img-fluid div.col-12 > div.text-center > a > img.img-fluid | gate.ahram.org.eg/App_Themes/Front/images/logosEsdarat/16.png |
div.col-12 > div.text-center > a > img.img-fluid div.col-12 > div.text-center > a > img.img-fluid | gate.ahram.org.eg/App_Themes/Front/images/logosEsdarat/01.png |
div.col-12 > div.text-center > a > img.img-fluid div.col-12 > div.text-center > a > img.img-fluid | gate.ahram.org.eg/App_Themes/Front/images/logosEsdarat/02.png |
div.col-12 > div.text-center > a > img.img-fluid div.col-12 > div.text-center > a > img.img-fluid | gate.ahram.org.eg/App_Themes/Front/images/logosEsdarat/12.png |
div.col-12 > div.text-center > a > img.img-fluid div.col-12 > div.text-center > a > img.img-fluid | gate.ahram.org.eg/App_Themes/Front/images/logosEsdarat/08.png |
div.col-12 > div.text-center > a > img.img-fluid div.col-12 > div.text-center > a > img.img-fluid | gate.ahram.org.eg/App_Themes/Front/images/logosEsdarat/09.png |
div.col-12 > div.text-center > a > img.img-fluid div.col-12 > div.text-center > a > img.img-fluid | gate.ahram.org.eg/App_Themes/Front/images/logosEsdarat/11.png |
div.col-12 > div.text-center > a > img.img-fluid div.col-12 > div.text-center > a > img.img-fluid | gate.ahram.org.eg/App_Themes/Front/images/logosEsdarat/10.png |
div.col-12 > div.col-lg-12 > a > img.img-fluid div.col-12 > div.col-lg-12 > a > img.img-fluid | gate.ahram.org.eg/App_Themes/Front/images/amac.jpg |
# div.col-md-6 > div.icon-play > a > img.img-fluid | gate.ahram.org.eg/App_Themes/FrontNew/images/icon-play.png |
# div.col-md-6 > div.icon-play > a > img.img-fluid | gate.ahram.org.eg/App_Themes/FrontNew/images/icon-play.png |
# div.col-md-6 > div.icon-play > a > img.img-fluid | gate.ahram.org.eg/App_Themes/FrontNew/images/icon-play.png |
# div.col-md-6 > div.icon-play > a > img.img-fluid | gate.ahram.org.eg/App_Themes/FrontNew/images/icon-play.png |
ul.nav > li > a > img.img-fluid ul.nav > li > a > img.img-fluid | gate.ahram.org.eg/App_Themes/FrontNew/images/insta.png |
ul.nav > li > a > img.img-fluid ul.nav > li > a > img.img-fluid | gate.ahram.org.eg/App_Themes/FrontNew/images/youtube.png |
ul.nav > li > a > img.img-fluid ul.nav > li > a > img.img-fluid | gate.ahram.org.eg/App_Themes/FrontNew/images/twe.png |
ul.nav > li > a > img.img-fluid ul.nav > li > a > img.img-fluid | gate.ahram.org.eg/App_Themes/FrontNew/images/face.png |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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.
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
‹ div.col-lg-8 > div#top-slider > div.owl-nav > button.owl-prev |
‹ div.col-md-9 > div#news-slider > div.owl-nav > button.owl-prev |
› div.col-md-9 > div#news-slider > div.owl-nav > button.owl-next |
‹ div.col-md-9 > div#public-slider > div.owl-nav > button.owl-prev |
› div.col-md-9 > div#public-slider > div.owl-nav > button.owl-next |
‹ div.col-md-12 > div#news-slider > div.owl-nav > button.owl-prev |
› div.col-md-12 > div#news-slider > div.owl-nav > button.owl-next |
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 |
|---|
div.col-lg-12 > div.col-5 > a#logohref > img#mainLogo div.col-lg-12 > div.col-5 > a#logohref > img#mainLogo |
div.col-12 > div.col-lg-12 > a > img.img-fluid div.col-12 > div.col-lg-12 > a > img.img-fluid |
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body > iframe body > iframe |
body > iframe body > iframe |
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.col-lg-12 > ul.nav > li.nav-item > a.nav-link div.col-lg-12 > ul.nav > li.nav-item > a.nav-link |
div.col-lg-12 > ul.nav > li.nav-item > a.nav-link div.col-lg-12 > ul.nav > li.nav-item > a.nav-link |
div.col-lg-12 > ul.nav > li.nav-item > a.nav-link div.col-lg-12 > ul.nav > li.nav-item > a.nav-link |
div.col-lg-12 > ul.nav > li.nav-item > a.nav-link div.col-lg-12 > ul.nav > li.nav-item > a.nav-link |
div.col-lg-12 > ul.nav > li.nav-item > a.nav-link div.col-lg-12 > ul.nav > li.nav-item > a.nav-link |
div.col-lg-12 > ul.nav > li.nav-item > a.nav-link div.col-lg-12 > ul.nav > li.nav-item > a.nav-link |
div.row > div.col-lg-12 > div.col-5 > a#logohref div.row > div.col-lg-12 > div.col-5 > a#logohref |
div.col-12 > div.col-md-9 > div.col-12 > a.align-self-center div.col-12 > div.col-md-9 > div.col-12 > a.align-self-center |
div.owl-item > div.col-12 > div.text-center > a div.owl-item > div.col-12 > div.text-center > a |
div.owl-item > div.col-12 > div.text-center > a div.owl-item > div.col-12 > div.text-center > a |
div.owl-item > div.col-12 > div.text-center > a div.owl-item > div.col-12 > div.text-center > a |
div.owl-item > div.col-12 > div.text-center > a div.owl-item > div.col-12 > div.text-center > a |
div.owl-item > div.col-12 > div.text-center > a div.owl-item > div.col-12 > div.text-center > a |
div.owl-item > div.col-12 > div.text-center > a div.owl-item > div.col-12 > div.text-center > a |
div.owl-item > div.col-12 > div.text-center > a div.owl-item > div.col-12 > div.text-center > a |
div.owl-item > div.col-12 > div.text-center > a div.owl-item > div.col-12 > div.text-center > a |
div.owl-item > div.col-12 > div.text-center > a div.owl-item > div.col-12 > div.text-center > a |
div.owl-item > div.col-12 > div.text-center > a div.owl-item > div.col-12 > div.text-center > a |
div.owl-item > div.col-12 > div.text-center > a div.owl-item > div.col-12 > div.text-center > a |
div.owl-item > div.col-12 > div.text-center > a div.owl-item > div.col-12 > div.text-center > a |
div.owl-item > div.col-12 > div.text-center > a div.owl-item > div.col-12 > div.text-center > a |
div.owl-item > div.col-12 > div.text-center > a div.owl-item > div.col-12 > div.text-center > a |
div.owl-item > div.col-12 > div.text-center > a div.owl-item > div.col-12 > div.text-center > a |
div.owl-item > div.col-12 > div.text-center > a div.owl-item > div.col-12 > div.text-center > a |
div.owl-item > div.col-12 > div.text-center > a div.owl-item > div.col-12 > div.text-center > a |
div.owl-item > div.col-12 > div.text-center > a div.owl-item > div.col-12 > div.text-center > a |
div.owl-item > div.col-12 > div.text-center > a div.owl-item > div.col-12 > div.text-center > a |
div.owl-item > div.col-12 > div.text-center > a div.owl-item > div.col-12 > div.text-center > a |
div.owl-item > div.col-12 > div.text-center > a div.owl-item > div.col-12 > div.text-center > a |
div.owl-item > div.col-12 > div.text-center > a div.owl-item > div.col-12 > div.text-center > a |
div.owl-item > div.col-12 > div.text-center > a div.owl-item > div.col-12 > div.text-center > a |
div.owl-item > div.col-12 > div.text-center > a div.owl-item > div.col-12 > div.text-center > a |
div.owl-item > div.col-12 > div.text-center > a div.owl-item > div.col-12 > div.text-center > a |
div.owl-item > div.col-12 > div.text-center > a div.owl-item > div.col-12 > div.text-center > a |
div.owl-item > div.col-12 > div.text-center > a div.owl-item > div.col-12 > div.text-center > a |
div.owl-item > div.col-12 > div.text-center > a div.owl-item > div.col-12 > div.text-center > a |
div#icons > ul.nav > li > a div#icons > ul.nav > li > a |
div#icons > ul.nav > li > a div#icons > ul.nav > li > a |
div#icons > ul.nav > li > a div#icons > ul.nav > li > a |
div#icons > ul.nav > li > a div#icons > ul.nav > li > a |
div.row > div.col-12 > div.col-lg-12 > a div.row > div.col-12 > div.col-lg-12 > a |
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.
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 |
|---|
EN div.col-lg-12 > ul.nav > li#Li1 > a.lang |
FR div.col-lg-12 > ul.nav > li#Li2 > a.lang |
| اشتراكات| div.col-lg-12 > ul.nav > a > li.nav-item |
مصرع شخصين في حادث تصادم بأسوان | div.col-md-12 > div#NewsScroll > marquee.news-scroll > a |
الجيش الملكي يتعادل مع نهضة بركان في الدوري المغربي | div.col-md-12 > div#NewsScroll > marquee.news-scroll > a |
الفجر div.col-lg-12 > ul.nav > li.nav-item > span.mb-0 |
الشروق div.col-lg-12 > ul.nav > li.nav-item > span.mb-0 |
الظهر div.col-lg-12 > ul.nav > li.nav-item > span.mb-0 |
العصر div.col-lg-12 > ul.nav > li.nav-item > span.mb-0 |
المغرب div.col-lg-12 > ul.nav > li.nav-item > span.mb-0 |
العشاء div.col-lg-12 > ul.nav > li.nav-item > span.mb-0 |
دولار أمريكى div.col-lg-12 > ul.nav > li.nav-item > span.mb-0 |
اليورو div.col-lg-12 > ul.nav > li.nav-item > span.mb-0 |
جنيه استرلينى div.col-lg-12 > ul.nav > li.nav-item > span.mb-0 |
ريال سعودى div.col-lg-12 > ul.nav > li.nav-item > span.mb-0 |
درهم الامارات div.col-lg-12 > ul.nav > li.nav-item > span.mb-0 |
دينار كويتى div.col-lg-12 > ul.nav > li.nav-item > span.mb-0 |
القاهرة div.col-lg-12 > ul.nav > li.nav-item > span.mb-0 |
الإسكندرية div.col-lg-12 > ul.nav > li.nav-item > span.mb-0 |
مطروح div.col-lg-12 > ul.nav > li.nav-item > span.mb-0 |
بورسعيد div.col-lg-12 > ul.nav > li.nav-item > span.mb-0 |
السويس div.col-lg-12 > ul.nav > li.nav-item > span.mb-0 |
اسيوط div.col-lg-12 > ul.nav > li.nav-item > span.mb-0 |
أخبار div.col-6 > ul.list-group > a > li.list-group-item |
عرب وعالم div.col-6 > ul.list-group > a > li.list-group-item |
اقتصاد div.col-6 > ul.list-group > a > li.list-group-item |
محافظات div.col-6 > ul.list-group > a > li.list-group-item |
حـوادث div.col-6 > ul.list-group > a > li.list-group-item |
رياضة div.col-6 > ul.list-group > a > li.list-group-item |
ثقافة وفنون div.col-6 > ul.list-group > a > li.list-group-item |
دنيا ودين div.col-6 > ul.list-group > a > li.list-group-item |
اتصالات وتكنولوجيا div.col-6 > ul.list-group > a > li.list-group-item |
صحة وعافية div.col-6 > ul.list-group > a > li.list-group-item |
منوعات div.col-6 > ul.list-group > a > li.list-group-item |
ذاكرة التاريخ div.col-6 > ul.list-group > a > li.list-group-item |
آراء div.col-6 > ul.list-group > a > li.list-group-item |
تحقيقات div.col-6 > ul.list-group > a > li.list-group-item |
النشرة الاقتصادية div.col-6 > ul.list-group > a > li.list-group-item |
Learn more div.fc-dialog-content > div.fc-dialog-scrollable-content > button.fc-faq-header > span.fc-faq-label |
List of partners. div.fc-dialog-scrollable-content > div.fc-footer > p > a.fc-vendors-list-dialog |
These are opportunities to improve the legibility of your content.
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
علاء ثابت div.owl-item > div.d-flex > div.col-8 > h5.title-name |
د.عبدالمنعم سعيد div.owl-item > div.d-flex > div.col-8 > h5.title-name |
أسامة سرايا div.owl-item > div.d-flex > div.col-8 > h5.title-name |
سكينة فؤاد div.owl-item > div.d-flex > div.col-8 > h5.title-name |
د. أسامة الغزالى حرب div.owl-item > div.d-flex > div.col-8 > h5.title-name |
د. وحيد عبدالمجيد div.owl-item > div.d-flex > div.col-8 > h5.title-name |
أحمد عبدالتواب div.owl-item > div.d-flex > div.col-8 > h5.title-name |
د. محمد فايز فرحات div.owl-item > div.d-flex > div.col-8 > h5.title-name |
ماجد منير div.owl-item > div.d-flex > div.col-8 > h5.title-name |
سناء البيسى div.owl-item > div.d-flex > div.col-8 > h5.title-name |
فاروق جويدة div.owl-item > div.d-flex > div.col-8 > h5.title-name |
د. مصطفى الفقى div.owl-item > div.d-flex > div.col-8 > h5.title-name |
عبدالمحسن سلامة div.owl-item > div.d-flex > div.col-8 > h5.title-name |
علاء ثابت div.owl-item > div.d-flex > div.col-8 > h5.title-name |
د.عبدالمنعم سعيد div.owl-item > div.d-flex > div.col-8 > h5.title-name |
أسامة سرايا div.owl-item > div.d-flex > div.col-8 > h5.title-name |
سكينة فؤاد div.owl-item > div.d-flex > div.col-8 > h5.title-name |
د. أسامة الغزالى حرب div.owl-item > div.d-flex > div.col-8 > h5.title-name |
د. وحيد عبدالمجيد div.owl-item > div.d-flex > div.col-8 > h5.title-name |
أحمد عبدالتواب div.owl-item > div.d-flex > div.col-8 > h5.title-name |
د. محمد فايز فرحات div.owl-item > div.d-flex > div.col-8 > h5.title-name |
ماجد منير div.owl-item > div.d-flex > div.col-8 > h5.title-name |
سناء البيسى div.owl-item > div.d-flex > div.col-8 > h5.title-name |
فاروق جويدة div.owl-item > div.d-flex > div.col-8 > h5.title-name |
د. مصطفى الفقى div.owl-item > div.d-flex > div.col-8 > h5.title-name |
عبدالمحسن سلامة div.owl-item > div.d-flex > div.col-8 > h5.title-name |
علاء ثابت div.owl-item > div.d-flex > div.col-8 > h5.title-name |
بقلم: محمد إبراهيم الدسوقي div.col-12 > div.col-12 > a > h5.title-name |
المزيد + div.row > div.col-12 > a.align-self-center > h4.more |
كيف يدعم بنك ناصر المطلقة إذا رفض طليقها دفع النفقة؟ وإجراءات التقديم div.col-12 > div.col-md-6 > a > h5.py-3 |
المزيد + div.row > div.col-12 > a.align-self-center > h4.more |
جوتيريش يحث على التخلص من الاعتماد على الوقود الأحفوري وحماية الطبيعة div.col-12 > div.col-md-6 > a > h5.py-3 |
المزيد + div.row > div.col-12 > a.align-self-center > h4.more |
المزيد + div.row > div.col-12 > a.align-self-center > h4.more |
المزيد + div.row > div.col-12 > a.align-self-center > h4.more |
سقوط صانع محتوى حرّض على العنف وبث ألفاظ خادشة div.col-12 > div.col-md-6 > a > h5.py-3 |
المزيد + div.row > div.col-12 > a.align-self-center > h4.more |
المزيد + div.row > div.col-12 > a.align-self-center > h4.more |
المزيد + div.row > div.col-12 > a.align-self-center > h4.more |
المزيد + div.row > div.col-12 > a.align-self-center > h4.more |
المزيد + div.row > div.col-12 > a.align-self-center > h4.more |
المزيد + div.row > div.col-12 > a.align-self-center > h4.more |
المزيد + div.row > div.col-12 > a.align-self-center > h4.more |
لماذ استحق ابن حيان لقب «شيخ مؤرخي الأندلس»؟ div.col-12 > div.col-md-6 > a > h5.py-3 |
المزيد + div.row > div.col-12 > a.align-self-center > h4.more |
المزيد + div.row > div.col-12 > a.align-self-center > h4.more |
المزيد + div.row > div.col-12 > a.align-self-center > h4.more |
المزيد + div.col-md-12 > div.col-12 > a.align-self-center > h4.more |
عثمان فكري يكتب: div.col-12 > div.col-7 > a > h5.title-name |
د. خالد قنديل يكتب: div.col-12 > div.col-7 > a > h5.title-name |
حسن فتحي يكتب: div.col-12 > div.col-7 > a > h5.title-name |
علي محمود يكتب: div.col-12 > div.col-7 > a > h5.title-name |
كمال جاب الله يكتب: div.col-12 > div.col-7 > a > h5.title-name |
سيد محمود سلام يكتب: div.col-12 > div.col-7 > a > h5.title-name |
هشام الزيني يكتب: div.col-12 > div.col-7 > a > h5.title-name |
د. عادل القليعي يكتب: div.col-12 > div.col-7 > a > h5.title-name |
محمد شعير يكتب: div.col-12 > div.col-7 > a > h5.title-name |
محمود دياب يكتب: div.col-12 > div.col-7 > a > h5.title-name |
محمد صابرين يكتب: div.col-12 > div.col-7 > a > h5.title-name |
د. أحمد قنديل يكتب: div.col-12 > div.col-7 > a > h5.title-name |
د. عاطف عبدالله يكتب: div.col-12 > div.col-7 > a > h5.title-name |
ثابت أمين عواد يكتب: div.col-12 > div.col-7 > a > h5.title-name |
د. إلهام سيف الدولة حمدان تكتب: div.col-12 > div.col-7 > a > h5.title-name |
عثمان فكري يكتب: div.col-12 > div.col-7 > a > h5.title-name |
د. خالد قنديل يكتب: div.col-12 > div.col-7 > a > h5.title-name |
حسن فتحي يكتب: div.col-12 > div.col-7 > a > h5.title-name |
علي محمود يكتب: div.col-12 > div.col-7 > a > h5.title-name |
كمال جاب الله يكتب: div.col-12 > div.col-7 > a > h5.title-name |
سيد محمود سلام يكتب: div.col-12 > div.col-7 > a > h5.title-name |
هشام الزيني يكتب: div.col-12 > div.col-7 > a > h5.title-name |
د. عادل القليعي يكتب: div.col-12 > div.col-7 > a > h5.title-name |
محمد شعير يكتب: div.col-12 > div.col-7 > a > h5.title-name |
محمود دياب يكتب: div.col-12 > div.col-7 > a > h5.title-name |
محمد صابرين يكتب: div.col-12 > div.col-7 > a > h5.title-name |
د. أحمد قنديل يكتب: div.col-12 > div.col-7 > a > h5.title-name |
د. عاطف عبدالله يكتب: div.col-12 > div.col-7 > a > h5.title-name |
ثابت أمين عواد يكتب: div.col-12 > div.col-7 > a > h5.title-name |
د. إلهام سيف الدولة حمدان تكتب: div.col-12 > div.col-7 > a > h5.title-name |
المزيد + div.row > div.col-12 > a.align-self-center > h4.more |
المزيد + div.row > div.col-12 > a.align-self-center > h4.more |
These are opportunities to improve keyboard navigation in your application.
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
EN
FR
|
الخميس 23 ابريل 2026
| اشتراكات|
اتصل بنا div.container > div.row > div.col-lg-12 > ul.nav |
أخبار
عرب وعالم
اقتصاد
محافظات
حـوادث div.col-12 > div#footerMenu > div.col-6 > ul.list-group |
رياضة
ثقافة وفنون
دنيا ودين
اتصالات وتكنولوجيا
صحة وعافية div.col-12 > div#footerMenu > div.col-6 > ul.list-group |
منوعات
ذاكرة التاريخ
آراء
تحقيقات
النشرة الاقتصادية div.col-12 > div#footerMenu > div.col-6 > ul.list-group |
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 |
|---|
| اشتراكات| div.col-lg-12 > ul.nav > a > li.nav-item |
اتصل بنا div.col-lg-12 > ul.nav > a > li.nav-item |
أخبار div.col-6 > ul.list-group > a > li.list-group-item |
عرب وعالم div.col-6 > ul.list-group > a > li.list-group-item |
اقتصاد div.col-6 > ul.list-group > a > li.list-group-item |
محافظات div.col-6 > ul.list-group > a > li.list-group-item |
حـوادث div.col-6 > ul.list-group > a > li.list-group-item |
رياضة div.col-6 > ul.list-group > a > li.list-group-item |
ثقافة وفنون div.col-6 > ul.list-group > a > li.list-group-item |
دنيا ودين div.col-6 > ul.list-group > a > li.list-group-item |
اتصالات وتكنولوجيا div.col-6 > ul.list-group > a > li.list-group-item |
صحة وعافية div.col-6 > ul.list-group > a > li.list-group-item |
منوعات div.col-6 > ul.list-group > a > li.list-group-item |
ذاكرة التاريخ div.col-6 > ul.list-group > a > li.list-group-item |
آراء div.col-6 > ul.list-group > a > li.list-group-item |
تحقيقات div.col-6 > ul.list-group > a > li.list-group-item |
النشرة الاقتصادية div.col-6 > ul.list-group > a > li.list-group-item |
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 |
|---|
الجيش الملكي يتعادل مع نهضة بركان في الدوري المغربي | div.col-md-12 > div#NewsScroll > marquee.news-scroll > a |
These items highlight common accessibility best practices.
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
الهلال الأحمر المصري يدفع بالمساعدات الإنسانية عبر قافلة زاد العزة الـ لغزة و… div.col-12 > div.col-md-6 > a > img.img-fluid | gate.ahram.org.eg/Media/GeneralMediaAlbum/2026-639117782900892139-89.jpeg | 370 x 200 (1.85) | 1280 x 960 (1.33) |
الشوربجي يلتقي رئيس الهيئة العامة للاستعلامات div.col-12 > div.col-md-6 > a > img.img-fluid | gate.ahram.org.eg/Media/GeneralMediaAlbum/2026-639119476212823614-282.jpg | 370 x 200 (1.85) | 800 x 483 (1.66) |
الرئيس السيسي يستقبل رئيس جمهورية فنلندا ألكسندر ستوب في إطار زيارته الرسمية إل… div.col-12 > div.col-md-6 > a > img.img-fluid | gate.ahram.org.eg/Media/GeneralMediaAlbum/2026-639123898741877056-187.jpg | 370 x 200 (1.85) | 640 x 475 (1.35) |
أجواء البهجة تسود الكاتدرائية في عيد القيامة والبابا تواضروس يوزع الحلوى على ال… div.col-12 > div.col-md-6 > a > img.img-fluid | gate.ahram.org.eg/Media/GeneralMediaAlbum/2026-639115961116734337-673.jpeg | 370 x 200 (1.85) | 471 x 640 (0.74) |
سقوط أوربان تآكل الداخل وتكلفة الاختيارات الخارجية في المجر div.col-md-3 > div#sm-img > a > img.img-fluid | acpss.ahram.org.eg/Media//News/2026/4/20/19_2026-639122841427879021-787.jpg | 381 x 200 (1.91) | 655 x 435 (1.51) |
سياقات الحروب لماذا تتصاعد دعوات التعويضات في الشرق الأوسط عام ؟ div.col-md-3 > div#sm-img > a > img.img-fluid | acpss.ahram.org.eg/Media//News/2026/4/19/19_2026-639122019554542561-454.jpg | 381 x 200 (1.91) | 655 x 435 (1.51) |
من الوسيط النزيه إلى الشريك الضامن ما هي الحسابات الاستراتيجية الصينية في… div.col-md-3 > div#sm-img > a > img.img-fluid | acpss.ahram.org.eg/Media//News/2026/4/18/19_2026-639121135967446355-744.jpg | 381 x 200 (1.91) | 655 x 435 (1.51) |
هل تلجأ إسرائيل للسلاح النووي لإنهاء الحرب مع إيران؟ div.col-md-3 > div#sm-img > a > img.img-fluid | acpss.ahram.org.eg/Media//News/2026/4/15/19_2026-639118641825006897-500.jpg | 381 x 200 (1.91) | 655 x 435 (1.51) |
# div#sm-text > div.col-md-4 > div#sm-img > img.img-fluid | gate.ahram.org.eg/Media/News/2024/8/24/1_2024-638601204510941350-94.jpg | 381 x 180 (2.12) | 650 x 420 (1.55) |
# div#sm-text > div.col-md-4 > div#sm-img > img.img-fluid | gate.ahram.org.eg/Media/News/2026/3/25/1_2026-639100685865820108-582.jpeg | 381 x 180 (2.12) | 650 x 420 (1.55) |
إبراهيم صابر القاهرة سجل مفتوح لحضارات متعاقبة نعمل للحفاظ على تراثها وترميمه div.col-md-3 > div#sm-img > a > img.img-fluid | gate.ahram.org.eg/Media/News/2026/4/22/1_2026-639124906249777524-977.jpeg | 381 x 200 (1.91) | 650 x 420 (1.55) |
محافظ الجيزة إنجاز بملف التصالح وتوجيهات بحسم المخالفات div.col-md-3 > div#sm-img > a > img.img-fluid | gate.ahram.org.eg/Media/News/2025/6/17/1_2025-638857884833156008-315.jpeg | 381 x 200 (1.91) | 650 x 420 (1.55) |
محافظ الجيزة يُزيل موقفًا عشوائيًا ويُطلق حملات موسعة لضبط السرفيس والنظافة| صور div.col-md-3 > div#sm-img > a > img.img-fluid | gate.ahram.org.eg/Media/News/2026/4/22/1_2026-639124845080216223-21.jpeg | 381 x 200 (1.91) | 650 x 420 (1.55) |
إحالة أوراق متهمين بقتل شخص بمنية النصر إلى المفتي div.col-md-3 > div#sm-img > a > img.img-fluid | gate.ahram.org.eg/Media/News/2019/1/14/1_2019-636830277153913904-391.jpg | 381 x 200 (1.91) | 650 x 420 (1.55) |
غلق وتشميع منشأة والتحفظ على شيشة خلال حملات بأحياء الإسكندرية div.col-md-3 > div#sm-img > a > img.img-fluid | gate.ahram.org.eg/Media/News/2026/3/31/1_2026-639105689258021184-802.jpeg | 381 x 200 (1.91) | 650 x 420 (1.55) |
محافظ المنوفية يوجه بتشكيل لجنة هندسية لحل مشكلات الصرف بزاوية الناعورة| صور div.col-md-3 > div#sm-img > a > img.img-fluid | gate.ahram.org.eg/Media/News/2026/4/22/1_2026-639124616814458806-445.jpeg | 381 x 200 (1.91) | 650 x 420 (1.55) |
بايرن ميونخ يتأهل لنهائي كأس ألمانيا بفوز مثير على ليفركوزن div.col-md-3 > div#sm-img > a > img.img-fluid | gate.ahram.org.eg/Media/News/2026/4/11/1_2026-639115406652838655-283.jpg | 381 x 200 (1.91) | 650 x 420 (1.55) |
إقالة روسينيور من تدريب تشيلسي div.col-md-3 > div#sm-img > a > img.img-fluid | gate.ahram.org.eg/Media/News/2026/1/30/1_2026-639054086787437325-743.jpg | 381 x 200 (1.91) | 650 x 420 (1.55) |
المصري يتعادل مع إنبي بالدوري div.col-md-3 > div#sm-img > a > img.img-fluid | gate.ahram.org.eg/Media/News/2026/4/22/1_2026-639124815793402924-340.jpg | 381 x 200 (1.91) | 650 x 420 (1.55) |
أشرف زكي ويسرا وأمير كرارة في عزاء والد منة شلبي div.col-md-3 > div#sm-img > a > img.img-fluid | gate.ahram.org.eg/Media/News/2021/9/27/1_2021-637683668087188863-718.jpg | 381 x 200 (1.91) | 650 x 420 (1.55) |
صفحة الفنان هاني شاكر تعلن تفاصيل جديدة عن حالته الصحية div.col-md-3 > div#sm-img > a > img.img-fluid | gate.ahram.org.eg/Media/News/2022/3/17/1_2022-637831538248846578-884.jpg | 381 x 200 (1.91) | 650 x 420 (1.55) |
سماح أنور مسيرة فنية حافلة وعودة قوية في دراما رمضان div.col-md-3 > div#sm-img > a > img.img-fluid | gate.ahram.org.eg/Media/News/2026/4/10/1_2026-639114246041800236-180.jpg | 381 x 200 (1.91) | 650 x 420 (1.55) |
كشف حقيقة صور هاني شاكر من داخل المستشفى div.col-md-3 > div#sm-img > a > img.img-fluid | gate.ahram.org.eg/Media/News/2022/3/17/1_2022-637831538248846578-884.jpg | 381 x 200 (1.91) | 650 x 420 (1.55) |
;زى زيك ; ورشة عمل بمناسبة اليوم العالمي للتوحد في مكتبة مصر الجديدة للطفل div.col-md-3 > div#sm-img > a > img.img-fluid | gate.ahram.org.eg/Media/News/2026/4/22/1_2026-639124631591843025-184.jpeg | 381 x 200 (1.91) | 650 x 420 (1.55) |
قصيدة العامية في الفيوم رحلة الجذور والتحولات بين البحث النقدي والإبداع الشعري div.col-md-3 > div#sm-img > a > img.img-fluid | gate.ahram.org.eg/Media/News/2026/4/22/1_2026-639124619267577133-757.jpeg | 381 x 200 (1.91) | 650 x 420 (1.55) |
مواقيت الصلاة اليوم الأربعاء أبريل في القاهرة والمحافظات div.col-md-3 > div#sm-img > a > img.img-fluid | gate.ahram.org.eg/Media/News/2025/9/21/1_2025-638940615461082234-108.jpg | 381 x 200 (1.91) | 650 x 420 (1.55) |
هل يجوز قطع الرحم بسبب الخلافات؟ أمين الفتوى يجيب div.col-md-3 > div#sm-img > a > img.img-fluid | gate.ahram.org.eg/Media/News/2018/4/30/1_2018-636606808347333764-733.jpg | 381 x 200 (1.91) | 650 x 420 (1.55) |
دخان حرائق الغابات يرفع خطر الإصابة بالسرطان div.col-md-3 > div#sm-img > a > img.img-fluid | gate.ahram.org.eg/Media/News/2025/8/28/1_2025-638919800728066357-806.jpg | 381 x 200 (1.91) | 650 x 420 (1.55) |
القرفة التي أشعلت الحروب من استخدام الفراعنة في التحنيط إلى المطبخ الحديث div.col-md-3 > div#sm-img > a > img.img-fluid | gate.ahram.org.eg/Media/News/2022/7/14/1_2022-637934039176519292-651.jpg | 381 x 200 (1.91) | 650 x 420 (1.55) |
بين الوقاية والوعي كيف تحمي المرأة صحتها في عصر التحديات؟ div.col-md-3 > div#sm-img > a > img.img-fluid | gate.ahram.org.eg/Media/News/2026/4/21/1_2026-639123982720634705-63.png | 381 x 200 (1.91) | 650 x 420 (1.55) |
حظك اليوم الأربعاء أبريل تعرّف على الأبراج الأكثر حظًا في التقدم المهني والعا… div.col-md-3 > div#sm-img > a > img.img-fluid | gate.ahram.org.eg/Media/News/2026/4/19/1_2026-639122066640309941-30.jpg | 381 x 200 (1.91) | 650 x 420 (1.55) |
أبحاث حديثة هاتفك يكشف الاكتئاب مبكرًا بتتبع النوم والحركة div.col-md-3 > div#sm-img > a > img.img-fluid | gate.ahram.org.eg/Media/News/2018/4/22/1_2018-636600046792418771-241.jpg | 381 x 200 (1.91) | 650 x 420 (1.55) |
وزير الاتصالات يوجه رسالة للشباب فى اليوم العالمى للإبداع والابتكار تعرف عليها div.col-md-3 > div#sm-img > a > img.img-fluid | gate.ahram.org.eg/Media/News/2026/4/22/1_2026-639124511491346197-134.jpg | 381 x 200 (1.91) | 650 x 420 (1.55) |
فتح باب التسجيل في الدفعة الثانية لمبادرة ;الرواد الرقميون Digilians;| تفاصيل div.col-md-3 > div#sm-img > a > img.img-fluid | gate.ahram.org.eg/Media/News/2026/4/21/1_2026-639123905689305212-930.jpg | 381 x 200 (1.91) | 650 x 420 (1.55) |
ليدز يتعادل مع بورنموث في الوقت القاتل بالدوري الإنجليزي div.col-md-3 > div#sm-img > a > img.img-fluid | gate.ahram.org.eg/Media/News/2025/3/1/1_2025-638764617388709104-870.jpg | 381 x 200 (1.91) | 650 x 418 (1.56) |
سعر الذهب اليوم الأربعاء في مصر بعد التراجع div.col-md-3 > div#sm-img > a > img.img-fluid | gate.ahram.org.eg/Media/News/2023/12/19/1_2023-638386161547591432-759.jpg | 381 x 200 (1.91) | 650 x 410 (1.59) |
صداع متكرر متى يكون مؤشرًا لمرض خطير؟ علامات تحذيرية لا تتجاهلها div.col-md-3 > div#sm-img > a > img.img-fluid | gate.ahram.org.eg/Media/News/2026/4/21/1_2026-639123869477613674-761.jpg | 381 x 200 (1.91) | 650 x 379 (1.72) |
مكتبة الإسكندرية تنتج ورق ترميم مصري بمواصفات عالمية div.col-md-3 > div#sm-img > a > img.img-fluid | gate.ahram.org.eg/Media/News/2026/4/22/1_2026-639124538279556170-955.jpeg | 381 x 200 (1.91) | 650 x 373 (1.74) |
باريس سان جيرمان يفوز بثلاثية على نانت ويبتعد بصدارة الدوري الفرنسي div.col-md-3 > div#sm-img > a > img.img-fluid | gate.ahram.org.eg/Media/News/2025/12/13/1_2025-639012640758859702-885.jpg | 381 x 200 (1.91) | 600 x 400 (1.50) |
تشكيل سموحة في مواجهة سيراميكا بالدوري الممتاز div.col-md-3 > div#sm-img > a > img.img-fluid | gate.ahram.org.eg/Media/Massai/News/11749//19-2026-639090849018123534-812.jpg | 381 x 200 (1.91) | 600 x 400 (1.50) |
كارثة في مطبخك أطعمة تفسد سريعًا خارج الثلاجة وتهدد صحتك div.col-md-3 > div#sm-img > a > img.img-fluid | gate.ahram.org.eg/Media/News/2026/4/22/1_2026-639124720956162425-616.jpg | 381 x 200 (1.91) | 650 x 366 (1.78) |
مصر تشارك في برنامج بناء القدرات في سياسات الذكاء الاصطناعي ومعاييره بمنظمة ا… div.col-md-3 > div#sm-img > a > img.img-fluid | gate.ahram.org.eg/Media/News/2026/4/22/1_2026-639124505264687039-468.jpg | 381 x 200 (1.91) | 650 x 366 (1.78) |
هاتفك سيقرأ ما تراه تسريبات ;iOS ; تكشف أخطر تحول في ذكاء iPhone div.col-md-3 > div#sm-img > a > img.img-fluid | gate.ahram.org.eg/Media/News/2026/4/19/1_2026-639121958372230596-223.JPG | 381 x 200 (1.91) | 630 x 370 (1.70) |
تحرك عاجل للطب البيطري لضبط قرد هارب من حديقة خاصة في مدينة السادات div.col-md-3 > div#sm-img > a > img.img-fluid | gate.ahram.org.eg/Media/News/2026/4/22/1_2026-639124594802542537-254.jpeg | 381 x 200 (1.91) | 650 x 352 (1.85) |
العجلة تغيّر الحياة كيف صارت الدرّاجات طريقًا للعمل والصحة في مصر؟ div.col-md-3 > div#sm-img > a > img.img-fluid | gate.ahram.org.eg/Media/News/2026/4/22/1_2026-639124674205595945-559.jpg | 381 x 200 (1.91) | 650 x 348 (1.87) |
على هامش مؤتمر الدعوة وبناء الإنسان إشادة واسعة بمعرض مطبوعات البحوث الإسلامية div.col-md-3 > div#sm-img > a > img.img-fluid | gate.ahram.org.eg/Media/News/2026/4/22/1_2026-639124572342169739-216.jpeg | 381 x 200 (1.91) | 650 x 345 (1.88) |
ناقوس خطر اضطرابات الهرمونات تهدد صحة المرأة div.col-md-3 > div#sm-img > a > img.img-fluid | gate.ahram.org.eg/Media/News/2026/4/22/1_2026-639124785827826076-782.jpg | 381 x 200 (1.91) | 650 x 325 (2.00) |
حكاية الأكلات والمشروبات التي تحمي صحة المرأة دون أن تدري div.col-md-3 > div#sm-img > a > img.img-fluid | gate.ahram.org.eg/Media/News/2026/4/21/1_2026-639123985011783038-178.jpg | 381 x 200 (1.91) | 600 x 338 (1.78) |
تراجع سعر الذهب اليوم الأربعاء في مصر div.col-md-3 > div#sm-img > a > img.img-fluid | gate.ahram.org.eg/Media/News/2025/6/23/1_2025-638863061038385829-838.jpg | 381 x 200 (1.91) | 500 x 400 (1.25) |
هل تُقضى الصلوات الفائتة بالترتيب؟ وهل تسقط السنن؟ أمين الفتوى يجيب div.col-md-3 > div#sm-img > a > img.img-fluid | gate.ahram.org.eg/Media/News/2024/6/30/1_2024-638553719593382783-338.jpg | 381 x 200 (1.91) | 590 x 315 (1.87) |
تعديل مواعيد بدء عروض الأوبرا إلى السابعة والنصف مساءً تماشيًا مع التوقيت الصيفي div.col-md-3 > div#sm-img > a > img.img-fluid | gate.ahram.org.eg/Media/News/2026/4/22/1_2026-639124839263589477-358.jpeg | 381 x 200 (1.91) | 482 x 349 (1.38) |
فاكهة ;اليوزو; اليابانية تعيد تشكيل نكهات المطبخ العالمي div.col-md-3 > div#sm-img > a > img.img-fluid | gate.ahram.org.eg/Media/News/2026/4/22/2026-639124789989580544-958.jpeg | 381 x 200 (1.91) | 535 x 301 (1.78) |
# div#sm-text > div.col-md-4 > div#sm-img > img.img-fluid | gate.ahram.org.eg/Media/News/2015/3/1/2015-635608427521651299-165_main.jpg | 381 x 180 (2.12) | 498 x 319 (1.56) |
تمرة واحدة سر صغير للتذكر قبل دخول لجنة الامتحان div.col-md-3 > div#sm-img > a > img.img-fluid | gate.ahram.org.eg/Media/News/2026/2/10/1_2026-639063345510371366-37.jpg | 381 x 200 (1.91) | 526 x 300 (1.75) |
توصيات صحة النواب لإعادة هيكلة تكليف خريجي الأسنان والصيدلة div.col-12 > div.col-md-6 > a > img.img-fluid | gate.ahram.org.eg/Media/News/2026/4/22/13_2026-639124924758326368-832.jpeg | 362 x 200 (1.81) | 350 x 217 (1.61) |
البيت الأبيض الرئيس الأمريكي ترامب لم يحدد موعدًا نهائياً لتمديد وقف إطلاق النار div.col-12 > div.col-md-6 > a > img.img-fluid | gate.ahram.org.eg/Media/News/2025/10/4/13_2025-638951330559417944-941.jpg | 362 x 200 (1.81) | 350 x 217 (1.61) |
الاتحاد الأوروبي يطرح استراتيجية للأسمدة في مايو div.col-md-3 > div#sm-img > a > img.img-fluid | gate.ahram.org.eg/Media/News/2026/4/22/2026-639124832233283150-328.jpg | 381 x 200 (1.91) | 350 x 217 (1.61) |
تحذير طبي ارتفاع معدلات السكتة الدماغية بين الشابات div.col-md-3 > div#sm-img > a > img.img-fluid | gate.ahram.org.eg/Media/News/2026/4/22/2026-639124791493276169-327.jpg | 381 x 200 (1.91) | 350 x 217 (1.61) |
نقل النواب تناقش مشكلات الطرق والسكة الحديد بالصعيد div.col-12 > div.col-md-6 > a > img.img-fluid | gate.ahram.org.eg/Media/News/2023/12/3/13_2023-638372002061072781-107.jpg | 362 x 200 (1.81) | 350 x 211 (1.66) |
كيف يدعم بنك ناصر المطلقة إذا رفض طليقها دفع النفقة؟ وإجراءات التقديم div.col-12 > div.col-md-6 > a > img.img-fluid | gate.ahram.org.eg/Media/News/2020/12/29/13_2020-637448775108498633-849.jpg | 362 x 200 (1.81) | 333 x 217 (1.53) |
حبس المتهم بسرقة دراجة نارية بمنطقة الفسطاط بالقاهرة div.col-12 > div.col-md-6 > a > img.img-fluid | gate.ahram.org.eg/Media/News/2021/1/19/13_2021-637466683477817390-781.jpg | 362 x 200 (1.81) | 333 x 217 (1.53) |
حبس المتهم بسرقة السيارات بالقاهرة div.col-12 > div.col-md-6 > a > img.img-fluid | gate.ahram.org.eg/Media/News/2021/1/18/13_2021-637465726023600120-360.jpg | 362 x 200 (1.81) | 333 x 217 (1.53) |
اليونان تنفي مزاعم إيران باحتجاز سفينة شحن مرتبطة بها div.col-12 > div.col-md-6 > a > img.img-fluid | gate.ahram.org.eg/Media/News/2026/4/22/2026-639124953197008175-700.JPG | 362 x 200 (1.81) | 350 x 206 (1.70) |
سقوط صانع محتوى حرّض على العنف وبث ألفاظ خادشة div.col-12 > div.col-md-6 > a > img.img-fluid | gate.ahram.org.eg/Media/News/2026/4/22/13_2026-639124874718660299-866.jpeg | 362 x 200 (1.81) | 350 x 200 (1.75) |
خلافات الجيرة تتحول لمعركة سلاح أبيض في دار السلام إصابات بالجملة وضبط المتهمين… div.col-12 > div.col-md-6 > a > img.img-fluid | gate.ahram.org.eg/Media/News/2026/4/22/13_2026-639124793443961277-396.jpeg | 362 x 200 (1.81) | 350 x 200 (1.75) |
جوتيريش يحث على التخلص من الاعتماد على الوقود الأحفوري وحماية الطبيعة div.col-12 > div.col-md-6 > a > img.img-fluid | gate.ahram.org.eg/Media/News/2026/3/14/13_2026-639091100188024097-802.jpeg | 362 x 200 (1.81) | 350 x 197 (1.78) |
لماذ استحق ابن حيان لقب ;شيخ مؤرخي الأندلس;؟ div.col-12 > div.col-md-6 > a > img.img-fluid | gate.ahram.org.eg/Media/News/2026/4/21/13_2026-639123638434827625-482.jpg | 362 x 200 (1.81) | 350 x 168 (2.08) |
;يوم الطين; كيف كان شاهدًا على أقوى قصص العشق والغرام في الأندلس؟ div.col-12 > div.col-md-6 > a > img.img-fluid | gate.ahram.org.eg/Media/News/2026/4/18/13_2026-639121339855421299-542.jpg | 362 x 200 (1.81) | 306 x 165 (1.85) |
;الصحبة; في زمن القلق الاجتماعي كيف تؤثر اختيارات الأصدقاء على صحة أبنائنا ال… div.col-md-3 > div#sm-img > a > img.img-fluid | gate.ahram.org.eg/Media/News/2026/4/22/1_2026-639124692772389916-238.jpg | 381 x 200 (1.91) | 277 x 182 (1.52) |
تطورات ملف المعارين في الزمالك قبل نهاية الموسم div.col-md-3 > div#sm-img > a > img.img-fluid | gate.ahram.org.eg/Media/News/2024/10/12/1_2024-638643612331615326-161.jpg | 381 x 200 (1.91) | 286 x 176 (1.63) |
أفكار تُغيّر العالم لماذا نحتفي بـ اليوم العالمي للإبداع والابتكار؟ div.col-md-3 > div#sm-img > a > img.img-fluid | gate.ahram.org.eg/Media/News/2026/4/21/1_2026-639123814066384355-638.jpg | 381 x 200 (1.91) | 275 x 183 (1.50) |
فرنسا يجب تمكين قوة الأمم المتحدة بلبنان من ممارسة ولايتها div.col-12 > div.col-md-6 > a > img.img-fluid | gate.ahram.org.eg/Media/News/2022/12/29/13_2022-638078757504912796-491.jpg | 362 x 200 (1.81) | 276 x 182 (1.52) |
آثار مقياس النيل ماذا عثر مهندسو الري على ضفاف النهر الخالد قبل عاما؟| صور div.col-12 > div.col-md-6 > a > img.img-fluid | gate.ahram.org.eg/Media/News/2026/4/19/13_2026-639122386519901806-990.jpg | 362 x 200 (1.81) | 299 x 168 (1.78) |
ابن قُزمان إمام الزجالين في الأندلس وصوت العامية في الحضارة الإسلامية div.col-12 > div.col-md-6 > a > img.img-fluid | gate.ahram.org.eg/Media/News/2026/4/19/13_2026-639122375591822747-182.jpg | 362 x 200 (1.81) | 299 x 168 (1.78) |
بقلم محمد إبراهيم الدسوقي div.col-12 > div.col-5 > a > img.img-fluid | gate.ahram.org.eg/Media/Writer/2024-638543249552381249-238_main.jpg | 100 x 100 (1.00) | 100 x 112 (0.89) |
div.d-flex > div.col-4 > a > img.img-fluid div.d-flex > div.col-4 > a > img.img-fluid | gate.ahram.org.eg/Daily/Media//Writer/2023-638226463358510591-851_main.jpg | 97 x 100 (0.97) | 100 x 100 (1.00) |
div.d-flex > div.col-4 > a > img.img-fluid div.d-flex > div.col-4 > a > img.img-fluid | gate.ahram.org.eg/Daily/Media//Writer/2024-638525962050774452-77_main.jpg | 97 x 100 (0.97) | 100 x 100 (1.00) |
div.d-flex > div.col-4 > a > img.img-fluid div.d-flex > div.col-4 > a > img.img-fluid | gate.ahram.org.eg/Daily/Media//Writer/2023-638226463358510591-851_main.jpg | 97 x 100 (0.97) | 100 x 100 (1.00) |
div.d-flex > div.col-4 > a > img.img-fluid div.d-flex > div.col-4 > a > img.img-fluid | gate.ahram.org.eg/Daily/Media//Writer/2024-638525962050774452-77_main.jpg | 97 x 100 (0.97) | 100 x 100 (1.00) |
د خالد قنديل يكتب div.col-12 > div.col-5 > a > img.img-fluid | gate.ahram.org.eg/Media/Writer/2025-638995897494592514-459_main.jpg | 129 x 100 (1.29) | 100 x 75 (1.33) |
د خالد قنديل يكتب div.col-12 > div.col-5 > a > img.img-fluid | gate.ahram.org.eg/Media/Writer/2025-638995897494592514-459_main.jpg | 129 x 100 (1.29) | 100 x 75 (1.33) |
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| SharedStorage | |
| StorageType.persistent is deprecated. Please use standardized navigator.storage instead. | |
| Fledge | |
| Topics |
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 |
|---|---|
Access to font at 'https://gate.ahram.org.eg/App_Themes/FrontNew/fonts/GE-SS-Two-Light.ttf' from origin 'https://ahram.org.eg' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Access to font at 'https://gate.ahram.org.eg/App_Themes/FrontNew/fonts/GE-SS-Two-Light.woff' from origin 'https://ahram.org.eg' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Access to font at 'https://gate.ahram.org.eg/App_Themes/FrontNew/fonts/GE%20SS%20Two%20Medium.ttf' from origin 'https://ahram.org.eg' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Access to font at 'https://gate.ahram.org.eg/App_Themes/FrontNew/fonts/GE%20SS%20Two%20Medium.woff' from origin 'https://ahram.org.eg' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Access to XMLHttpRequest at 'https://gate.ahram.org.eg/cdn-cgi/challenge-platform/h/b/jsd/oneshot/0b8fb825cb67/0.7043180580881672:1776895634:KUWS1dNsHy93mcR9H64H8gEr55l4ZSQoZ7ewim4GQxc/9f0813e1a88dd09b' from origin 'https://ahram.org.eg' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Access to XMLHttpRequest at 'https://gate.ahram.org.eg/cdn-cgi/challenge-platform/h/b/jsd/oneshot/0b8fb825cb67/0.7043180580881672:1776895634:KUWS1dNsHy93mcR9H64H8gEr55l4ZSQoZ7ewim4GQxc/9f0813e1a88dd09b' from origin 'https://ahram.org.eg' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Failed to load resource: net::ERR_BLOCKED_BY_RESPONSE.NotSameOrigin | |
Failed to load resource: net::ERR_BLOCKED_BY_RESPONSE.NotSameOrigin | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: the server responded with a status of 400 () | |
Failed to load resource: the server responded with a status of 403 () | |
ReferenceError: AdProvider is not defined
at RenderFooter (<anonymous>:33:382)
at GetCurrentFooterAd (<anonymous>:4:368)
at <anonymous>:35:284 | |
ahram.org.eg/ line 391, col 0 | Refused to execute script from 'https://ahram.org.eg/00f0/' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled. |
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 |
|---|
| Blocked by cross-origin policy |
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.
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
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
خدمات div.row > div.col-12 > h2.title-sec > a |
To appear in search results, crawlers need access to your app.
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 |
|---|
div.col-lg-12 > div.col-5 > a#logohref > img#mainLogo div.col-lg-12 > div.col-5 > a#logohref > img#mainLogo |
div.col-12 > div.col-lg-12 > a > img.img-fluid div.col-12 > div.col-lg-12 > a > img.img-fluid |
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.
793 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
4.30 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
927 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.003
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
5.18 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.
7.40 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.
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.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
تراجع سعر الذهب اليوم الأربعاء في مصر div.col-md-3 > div#sm-img > a > img.img-fluid | gate.ahram.org.eg/Media/News/2025/6/23/1_2025-638863061038385829-838.jpg | 58.7 KiB | 48.6 KiB |
محافظ المنوفية يوجه بتشكيل لجنة هندسية لحل مشكلات الصرف بزاوية الناعورة| صور div.col-md-3 > div#sm-img > a > img.img-fluid | gate.ahram.org.eg/Media/News/2026/4/22/1_2026-639124616814458806-445.jpeg | 55.3 KiB | 45.2 KiB |
# div#sm-text > div.col-md-4 > div#sm-img > img.img-fluid | gate.ahram.org.eg/Media/News/2024/8/24/1_2024-638601204510941350-94.jpg | 54.0 KiB | 44.9 KiB |
سعر الذهب اليوم الأربعاء في مصر بعد التراجع div.col-md-3 > div#sm-img > a > img.img-fluid | gate.ahram.org.eg/Media/News/2023/12/19/1_2023-638386161547591432-759.jpg | 52.7 KiB | 42.6 KiB |
# div#sm-text > div.col-md-4 > div#sm-img > img.img-fluid | gate.ahram.org.eg/Media/News/2026/3/25/1_2026-639100685865820108-582.jpeg | 49.8 KiB | 40.7 KiB |
محافظ الجيزة يُزيل موقفًا عشوائيًا ويُطلق حملات موسعة لضبط السرفيس والنظافة| صور div.col-md-3 > div#sm-img > a > img.img-fluid | gate.ahram.org.eg/Media/News/2026/4/22/1_2026-639124845080216223-21.jpeg | 45.7 KiB | 35.6 KiB |
محافظ الجيزة إنجاز بملف التصالح وتوجيهات بحسم المخالفات div.col-md-3 > div#sm-img > a > img.img-fluid | gate.ahram.org.eg/Media/News/2025/6/17/1_2025-638857884833156008-315.jpeg | 45.4 KiB | 35.3 KiB |
إبراهيم صابر القاهرة سجل مفتوح لحضارات متعاقبة نعمل للحفاظ على تراثها وترميمه div.col-md-3 > div#sm-img > a > img.img-fluid | gate.ahram.org.eg/Media/News/2026/4/22/1_2026-639124906249777524-977.jpeg | 40.5 KiB | 31.3 KiB |
غلق وتشميع منشأة والتحفظ على شيشة خلال حملات بأحياء الإسكندرية div.col-md-3 > div#sm-img > a > img.img-fluid | gate.ahram.org.eg/Media/News/2026/3/31/1_2026-639105689258021184-802.jpeg | 30.7 KiB | 23.7 KiB |
# div#sm-text > div.col-md-4 > div#sm-img > img.img-fluid | gate.ahram.org.eg/Media/News/2015/3/1/2015-635608427521651299-165_main.jpg | 31.6 KiB | 22.5 KiB |
div.col-lg-12 > div.col-5 > a#logohref > img#mainLogo div.col-lg-12 > div.col-5 > a#logohref > img#mainLogo | gate.ahram.org.eg/App_Themes/FrontNew/images/ahramlogoN.png?v=6 | 24.9 KiB | 21.5 KiB |
div.col-12 > div.text-center > a > img.img-fluid div.col-12 > div.text-center > a > img.img-fluid | gate.ahram.org.eg/App_Themes/Front/images/logosEsdarat/16.png | 20.1 KiB | 18.9 KiB |
تحرك عاجل للطب البيطري لضبط قرد هارب من حديقة خاصة في مدينة السادات div.col-md-3 > div#sm-img > a > img.img-fluid | gate.ahram.org.eg/Media/News/2026/4/22/1_2026-639124594802542537-254.jpeg | 26.0 KiB | 18.9 KiB |
div.col-12 > div.text-center > a > img.img-fluid div.col-12 > div.text-center > a > img.img-fluid | gate.ahram.org.eg/App_Themes/Front/images/logosEsdarat/05.png | 19.2 KiB | 18.0 KiB |
إحالة أوراق متهمين بقتل شخص بمنية النصر إلى المفتي div.col-md-3 > div#sm-img > a > img.img-fluid | gate.ahram.org.eg/Media/News/2019/1/14/1_2019-636830277153913904-391.jpg | 21.7 KiB | 16.8 KiB |
div.col-12 > div.text-center > a > img.img-fluid div.col-12 > div.text-center > a > img.img-fluid | gate.ahram.org.eg/App_Themes/Front/images/logosEsdarat/01.png | 16.0 KiB | 14.8 KiB |
div.col-12 > div.text-center > a > img.img-fluid div.col-12 > div.text-center > a > img.img-fluid | gate.ahram.org.eg/App_Themes/Front/images/logosEsdarat/07.png | 15.1 KiB | 13.9 KiB |
div.col-12 > div.text-center > a > img.img-fluid div.col-12 > div.text-center > a > img.img-fluid | gate.ahram.org.eg/App_Themes/Front/images/logosEsdarat/11.png | 12.5 KiB | 11.3 KiB |
div.col-12 > div.text-center > a > img.img-fluid div.col-12 > div.text-center > a > img.img-fluid | gate.ahram.org.eg/App_Themes/Front/images/logosEsdarat/04.png | 11.5 KiB | 10.3 KiB |
div.col-12 > div.text-center > a > img.img-fluid div.col-12 > div.text-center > a > img.img-fluid | gate.ahram.org.eg/App_Themes/Front/images/logosEsdarat/10.png | 11.5 KiB | 10.3 KiB |
div.col-12 > div.text-center > a > img.img-fluid div.col-12 > div.text-center > a > img.img-fluid | gate.ahram.org.eg/App_Themes/Front/images/logosEsdarat/12.png | 11.4 KiB | 10.2 KiB |
اليونان تنفي مزاعم إيران باحتجاز سفينة شحن مرتبطة بها div.col-12 > div.col-md-6 > a > img.img-fluid | gate.ahram.org.eg/Media/News/2026/4/22/2026-639124953197008175-700.JPG | 19.8 KiB | 10.2 KiB |
div.col-12 > div.text-center > a > img.img-fluid div.col-12 > div.text-center > a > img.img-fluid | gate.ahram.org.eg/App_Themes/Front/images/logosEsdarat/02.png | 11.0 KiB | 9.8 KiB |
div.col-12 > div.text-center > a > img.img-fluid div.col-12 > div.text-center > a > img.img-fluid | gate.ahram.org.eg/App_Themes/Front/images/logosEsdarat/08.png | 10.3 KiB | 9.1 KiB |
البيت الأبيض الرئيس الأمريكي ترامب لم يحدد موعدًا نهائياً لتمديد وقف إطلاق النار div.col-12 > div.col-md-6 > a > img.img-fluid | gate.ahram.org.eg/Media/News/2025/10/4/13_2025-638951330559417944-941.jpg | 18.6 KiB | 9.0 KiB |
div.col-12 > div.text-center > a > img.img-fluid div.col-12 > div.text-center > a > img.img-fluid | gate.ahram.org.eg/App_Themes/Front/images/logosEsdarat/15.png | 8.3 KiB | 7.1 KiB |
حبس المتهم بسرقة السيارات بالقاهرة div.col-12 > div.col-md-6 > a > img.img-fluid | gate.ahram.org.eg/Media/News/2021/1/18/13_2021-637465726023600120-360.jpg | 16.1 KiB | 6.5 KiB |
div.col-12 > div.text-center > a > img.img-fluid div.col-12 > div.text-center > a > img.img-fluid | gate.ahram.org.eg/App_Themes/Front/images/logosEsdarat/03.png | 6.9 KiB | 5.7 KiB |
div.css-qa7jep > div.css-6h43br > div.css-jmv03u > img.css-15zjfli div.css-qa7jep > div.css-6h43br > div.css-jmv03u > img.css-15zjfli | /th?id=OADD2.7696665747775_175BV2EQA60D4VHZF8&pid=21.2&c=... | 7.9 KiB | 5.5 KiB |
تسهيلات جديدة لركاب المترو والقطار الكهربائي الخفيف خيارات دفع متنوعة وسريعة div.col-12 > div.col-md-6 > a > img.img-fluid | gate.ahram.org.eg/Media/News/2025/5/13/1_2025-638827561278908505-890.jpg | 45.4 KiB | 5.0 KiB |
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.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
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.
Performance issues directly impact user engagement and conversion rates.
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.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| use.fontawesome.com/releases/v5.3.1/css/all.css | 11.5 KiB | 313 ms |
| gate.ahram.org.eg/App_Themes/FrontNew/css/bootstrap.min.css | 23.9 KiB | 333 ms |
| gate.ahram.org.eg/App_Themes/FrontNew/css/owl.carousel.css | 1.9 KiB | 252 ms |
| gate.ahram.org.eg/App_Themes/FrontNew/css/custom.css?k=110 | 10.7 KiB | 293 ms |
| gate.ahram.org.eg/App_Themes/FrontNew/css/owl.theme.css | 842 B | 252 ms |
| gate.ahram.org.eg/App_Themes/FrontNew/css/responsive_devices.css | 1.6 KiB | 252 ms |
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
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.
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.
Performance issues directly impact user engagement and conversion rates.
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.
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.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| gate.ahram.org.eg/App_Themes/FrontNew/css/bootstrap.min.css | 23.6 KiB | 21.8 KiB |
| .fc-consent-root .fc-dialog-container.fc-fullscreen { height: 100% !important; … } … | 16.3 KiB | 14.1 KiB |
| use.fontawesome.com/releases/v5.3.1/css/all.css | 11.1 KiB | 11.0 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.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| /pagead/managed/js/adsense/m202604200101/show_ads_impl_fy... | 177.5 KiB | 150.6 KiB |
| /pagead/managed/js/gpt/m202604170101/pubads_impl.js?cb=31... | 187.4 KiB | 130.3 KiB |
| gate.ahram.org.eg/00f0/?id=G-TL2EBYD9CQ&cx=c>m=4e64k1 | 158.7 KiB | 111.4 KiB |
| embed.tawk.to/_s/v4/app/69e6f4c07ce/js/twk-chunk-vendors.js | 113.8 KiB | 79.0 KiB |
| ahram.org.eg/00f0/ | 116.9 KiB | 73.7 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-TNH9BHQ | 123.3 KiB | 73.2 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-W45DVRF | 121.7 KiB | 62.6 KiB |
| www.googletagmanager.com/gtag/js?id=G-TL2EBYD9CQ | 153.8 KiB | 61.6 KiB |
| t.seedtag.com/c/st_668.1c49556198badcebf90b.js | 84.4 KiB | 49.6 KiB |
| embed.tawk.to/_s/v4/app/69e6f4c07ce/js/twk-chunk-common.js | 66.7 KiB | 40.5 KiB |
| fundingchoicesmessages.google.com/i/22892919920?ers=3 | 68.7 KiB | 34.9 KiB |
| /pagead/js/adsbygoogle.js?client=ca-pub-9651466704601127 | 54.1 KiB | 28.5 KiB |
| adsdk.bing.net/viewability/app.js | 40.6 KiB | 22.9 KiB |
| embed.tawk.to/_s/v4/app/69e6f4c07ce/js/twk-vendor.js | 31.5 KiB | 20.9 KiB |
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.
Performance issues directly impact user engagement and conversion rates.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| www.googletagmanager.com/gtag/js?id=G-TL2EBYD9CQ | 1.8 s | 1.8 s | 10.0 ms |
| ahram.org.eg/ | 506 ms | 60 ms | 1.4 ms |
| Unattributable | 321 ms | 20 ms | 0.0 ms |
| t.seedtag.com/c/st_668.1c49556198badcebf90b.js | 219 ms | 51 ms | 8.1 ms |
| t.seedtag.com/c/st_137.1aba1401f1405e90aafc.js | 167 ms | 156 ms | 0.8 ms |
| /cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader... | 164 ms | 85 ms | 4.6 ms |
| gate.ahram.org.eg/cdn-cgi/challenge-platform/scripts/jsd/main.js | 138 ms | 127 ms | 3.0 ms |
| /pagead/managed/js/gpt/m202604170101/pubads_impl.js?cb=31... | 105 ms | 84 ms | 11 ms |
| t.seedtag.com/c/st_286.b12729c135636dc23283.js | 83 ms | 65 ms | 1.3 ms |
| fundingchoicesmessages.google.com/i/22892919920?ers=3 | 80 ms | 74 ms | 4.8 ms |
| /f/AGSKWxXgzgD6omF4HIXDmBMZ0cPyCjMb-bpHC3wTkonlaOxfVMzNxv... | 70 ms | 38 ms | 8.6 ms |
| embed.tawk.to/_s/v4/app/69e6f4c07ce/js/twk-chunk-vendors.js | 51 ms | 43 ms | 8.0 ms |
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
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 2.9 s |
| Style & Layout | 482 ms |
| Other | 472 ms |
| Script Parsing & Compilation | 147 ms |
| Rendering | 106 ms |
| Parse HTML & CSS | 48 ms |
| Garbage Collection | 4.8 ms |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| gate.ahram.org.eg/App_Themes/FrontNew/css/custom.css?k=110 | 10.7 KiB | 3.7 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
div.col-lg-12 > div.col-5 > a#logohref > img#mainLogo div.col-lg-12 > div.col-5 > a#logohref > img#mainLogo | gate.ahram.org.eg/App_Themes/FrontNew/images/ahramlogoN.png?v=6 |
شريف منير وحكايات لا تنسى مع صلاح جاهين div.col-12 > div.col-md-6 > a > img.img-fluid | i1.ytimg.com/vi/5lb9SNVlhPo/mqdefault.jpg |
وصية صلاح جاهين الأخيرة لشريف منير div.col-12 > div.col-md-6 > a > img.img-fluid | i1.ytimg.com/vi/zmXZJJ_zKZM/mqdefault.jpg |
تداعيات اقتصادية واسعة لتطورات الأحداث بالشرق الأوسط div.col-12 > div.col-md-6 > a > img.img-fluid | i1.ytimg.com/vi/-S8NlwN-V18/mqdefault.jpg |
جهود الدولة لتنمية سيناء div.col-12 > div.col-md-6 > a > img.img-fluid | i1.ytimg.com/vi/GlU-HtMbm0U/mqdefault.jpg |
div.row > div.col-12 > div.col-lg-3 > img#footerLogo div.row > div.col-12 > div.col-lg-3 > img#footerLogo | gate.ahram.org.eg/App_Themes/FrontNew/images/logo-footer.png |
div.col-12 > div.text-center > a > img.img-fluid div.col-12 > div.text-center > a > img.img-fluid | gate.ahram.org.eg/App_Themes/Front/images/logosEsdarat/03.png |
div.col-12 > div.text-center > a > img.img-fluid div.col-12 > div.text-center > a > img.img-fluid | gate.ahram.org.eg/App_Themes/Front/images/logosEsdarat/04.png |
div.col-12 > div.text-center > a > img.img-fluid div.col-12 > div.text-center > a > img.img-fluid | gate.ahram.org.eg/App_Themes/Front/images/logosEsdarat/13.png |
div.col-12 > div.text-center > a > img.img-fluid div.col-12 > div.text-center > a > img.img-fluid | gate.ahram.org.eg/App_Themes/Front/images/logosEsdarat/07.png |
div.col-12 > div.text-center > a > img.img-fluid div.col-12 > div.text-center > a > img.img-fluid | gate.ahram.org.eg/App_Themes/Front/images/logosEsdarat/15.png |
div.col-12 > div.text-center > a > img.img-fluid div.col-12 > div.text-center > a > img.img-fluid | gate.ahram.org.eg/App_Themes/Front/images/logosEsdarat/05.png |
div.col-12 > div.text-center > a > img.img-fluid div.col-12 > div.text-center > a > img.img-fluid | gate.ahram.org.eg/App_Themes/Front/images/logosEsdarat/16.png |
div.col-12 > div.text-center > a > img.img-fluid div.col-12 > div.text-center > a > img.img-fluid | gate.ahram.org.eg/App_Themes/Front/images/logosEsdarat/01.png |
div.col-12 > div.text-center > a > img.img-fluid div.col-12 > div.text-center > a > img.img-fluid | gate.ahram.org.eg/App_Themes/Front/images/logosEsdarat/02.png |
div.col-12 > div.text-center > a > img.img-fluid div.col-12 > div.text-center > a > img.img-fluid | gate.ahram.org.eg/App_Themes/Front/images/logosEsdarat/12.png |
div.col-12 > div.text-center > a > img.img-fluid div.col-12 > div.text-center > a > img.img-fluid | gate.ahram.org.eg/App_Themes/Front/images/logosEsdarat/08.png |
div.col-12 > div.text-center > a > img.img-fluid div.col-12 > div.text-center > a > img.img-fluid | gate.ahram.org.eg/App_Themes/Front/images/logosEsdarat/09.png |
div.col-12 > div.text-center > a > img.img-fluid div.col-12 > div.text-center > a > img.img-fluid | gate.ahram.org.eg/App_Themes/Front/images/logosEsdarat/11.png |
div.col-12 > div.text-center > a > img.img-fluid div.col-12 > div.text-center > a > img.img-fluid | gate.ahram.org.eg/App_Themes/Front/images/logosEsdarat/10.png |
div.col-12 > div.text-center > a > img.img-fluid div.col-12 > div.text-center > a > img.img-fluid | gate.ahram.org.eg/App_Themes/Front/images/logosEsdarat/03.png |
div.col-12 > div.text-center > a > img.img-fluid div.col-12 > div.text-center > a > img.img-fluid | gate.ahram.org.eg/App_Themes/Front/images/logosEsdarat/04.png |
div.col-12 > div.text-center > a > img.img-fluid div.col-12 > div.text-center > a > img.img-fluid | gate.ahram.org.eg/App_Themes/Front/images/logosEsdarat/13.png |
div.col-12 > div.text-center > a > img.img-fluid div.col-12 > div.text-center > a > img.img-fluid | gate.ahram.org.eg/App_Themes/Front/images/logosEsdarat/07.png |
div.col-12 > div.text-center > a > img.img-fluid div.col-12 > div.text-center > a > img.img-fluid | gate.ahram.org.eg/App_Themes/Front/images/logosEsdarat/15.png |
div.col-12 > div.text-center > a > img.img-fluid div.col-12 > div.text-center > a > img.img-fluid | gate.ahram.org.eg/App_Themes/Front/images/logosEsdarat/05.png |
div.col-12 > div.text-center > a > img.img-fluid div.col-12 > div.text-center > a > img.img-fluid | gate.ahram.org.eg/App_Themes/Front/images/logosEsdarat/16.png |
div.col-12 > div.text-center > a > img.img-fluid div.col-12 > div.text-center > a > img.img-fluid | gate.ahram.org.eg/App_Themes/Front/images/logosEsdarat/01.png |
div.col-12 > div.text-center > a > img.img-fluid div.col-12 > div.text-center > a > img.img-fluid | gate.ahram.org.eg/App_Themes/Front/images/logosEsdarat/02.png |
div.col-12 > div.text-center > a > img.img-fluid div.col-12 > div.text-center > a > img.img-fluid | gate.ahram.org.eg/App_Themes/Front/images/logosEsdarat/12.png |
div.col-12 > div.text-center > a > img.img-fluid div.col-12 > div.text-center > a > img.img-fluid | gate.ahram.org.eg/App_Themes/Front/images/logosEsdarat/08.png |
div.col-12 > div.text-center > a > img.img-fluid div.col-12 > div.text-center > a > img.img-fluid | gate.ahram.org.eg/App_Themes/Front/images/logosEsdarat/09.png |
div.col-12 > div.text-center > a > img.img-fluid div.col-12 > div.text-center > a > img.img-fluid | gate.ahram.org.eg/App_Themes/Front/images/logosEsdarat/11.png |
div.col-12 > div.text-center > a > img.img-fluid div.col-12 > div.text-center > a > img.img-fluid | gate.ahram.org.eg/App_Themes/Front/images/logosEsdarat/10.png |
div.col-12 > div.col-lg-12 > a > img.img-fluid div.col-12 > div.col-lg-12 > a > img.img-fluid | gate.ahram.org.eg/App_Themes/Front/images/amac.jpg |
# div.col-md-6 > div.icon-play > a > img.img-fluid | gate.ahram.org.eg/App_Themes/FrontNew/images/icon-play.png |
# div.col-md-6 > div.icon-play > a > img.img-fluid | gate.ahram.org.eg/App_Themes/FrontNew/images/icon-play.png |
# div.col-md-6 > div.icon-play > a > img.img-fluid | gate.ahram.org.eg/App_Themes/FrontNew/images/icon-play.png |
# div.col-md-6 > div.icon-play > a > img.img-fluid | gate.ahram.org.eg/App_Themes/FrontNew/images/icon-play.png |
ul.nav > li > a > img.img-fluid ul.nav > li > a > img.img-fluid | gate.ahram.org.eg/App_Themes/FrontNew/images/insta.png |
ul.nav > li > a > img.img-fluid ul.nav > li > a > img.img-fluid | gate.ahram.org.eg/App_Themes/FrontNew/images/youtube.png |
ul.nav > li > a > img.img-fluid ul.nav > li > a > img.img-fluid | gate.ahram.org.eg/App_Themes/FrontNew/images/twe.png |
ul.nav > li > a > img.img-fluid ul.nav > li > a > img.img-fluid | gate.ahram.org.eg/App_Themes/FrontNew/images/face.png |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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.
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
‹ div.col-lg-8 > div#top-slider > div.owl-nav > button.owl-prev |
‹ div.col-md-9 > div#news-slider > div.owl-nav > button.owl-prev |
› div.col-md-9 > div#news-slider > div.owl-nav > button.owl-next |
‹ div.col-md-9 > div#public-slider > div.owl-nav > button.owl-prev |
› div.col-md-9 > div#public-slider > div.owl-nav > button.owl-next |
‹ div.col-md-12 > div#news-slider > div.owl-nav > button.owl-prev |
› div.col-md-12 > div#news-slider > div.owl-nav > button.owl-next |
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 |
|---|
div.col-lg-12 > div.col-5 > a#logohref > img#mainLogo div.col-lg-12 > div.col-5 > a#logohref > img#mainLogo |
div.col-12 > div.col-lg-12 > a > img.img-fluid div.col-12 > div.col-lg-12 > a > img.img-fluid |
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 |
|---|
div.container-fluid > div#navbarSupportedContent > div.search-pos > input#searchbox div.container-fluid > div#navbarSupportedContent > div.search-pos > input#searchbox |
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body > iframe body > iframe |
body > iframe body > iframe |
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.col-lg-12 > ul.nav > li.nav-item > a.nav-link div.col-lg-12 > ul.nav > li.nav-item > a.nav-link |
div.col-lg-12 > ul.nav > li.nav-item > a.nav-link div.col-lg-12 > ul.nav > li.nav-item > a.nav-link |
div.col-lg-12 > ul.nav > li.nav-item > a.nav-link div.col-lg-12 > ul.nav > li.nav-item > a.nav-link |
div.col-lg-12 > ul.nav > li.nav-item > a.nav-link div.col-lg-12 > ul.nav > li.nav-item > a.nav-link |
div.col-lg-12 > ul.nav > li.nav-item > a.nav-link div.col-lg-12 > ul.nav > li.nav-item > a.nav-link |
div.col-lg-12 > ul.nav > li.nav-item > a.nav-link div.col-lg-12 > ul.nav > li.nav-item > a.nav-link |
div.row > div.col-lg-12 > div.col-5 > a#logohref div.row > div.col-lg-12 > div.col-5 > a#logohref |
div.col-12 > div.col-md-9 > div.col-12 > a.align-self-center div.col-12 > div.col-md-9 > div.col-12 > a.align-self-center |
div.owl-item > div.col-12 > div.text-center > a div.owl-item > div.col-12 > div.text-center > a |
div.owl-item > div.col-12 > div.text-center > a div.owl-item > div.col-12 > div.text-center > a |
div.owl-item > div.col-12 > div.text-center > a div.owl-item > div.col-12 > div.text-center > a |
div.owl-item > div.col-12 > div.text-center > a div.owl-item > div.col-12 > div.text-center > a |
div.owl-item > div.col-12 > div.text-center > a div.owl-item > div.col-12 > div.text-center > a |
div.owl-item > div.col-12 > div.text-center > a div.owl-item > div.col-12 > div.text-center > a |
div.owl-item > div.col-12 > div.text-center > a div.owl-item > div.col-12 > div.text-center > a |
div.owl-item > div.col-12 > div.text-center > a div.owl-item > div.col-12 > div.text-center > a |
div.owl-item > div.col-12 > div.text-center > a div.owl-item > div.col-12 > div.text-center > a |
div.owl-item > div.col-12 > div.text-center > a div.owl-item > div.col-12 > div.text-center > a |
div.owl-item > div.col-12 > div.text-center > a div.owl-item > div.col-12 > div.text-center > a |
div.owl-item > div.col-12 > div.text-center > a div.owl-item > div.col-12 > div.text-center > a |
div.owl-item > div.col-12 > div.text-center > a div.owl-item > div.col-12 > div.text-center > a |
div.owl-item > div.col-12 > div.text-center > a div.owl-item > div.col-12 > div.text-center > a |
div.owl-item > div.col-12 > div.text-center > a div.owl-item > div.col-12 > div.text-center > a |
div.owl-item > div.col-12 > div.text-center > a div.owl-item > div.col-12 > div.text-center > a |
div.owl-item > div.col-12 > div.text-center > a div.owl-item > div.col-12 > div.text-center > a |
div.owl-item > div.col-12 > div.text-center > a div.owl-item > div.col-12 > div.text-center > a |
div.owl-item > div.col-12 > div.text-center > a div.owl-item > div.col-12 > div.text-center > a |
div.owl-item > div.col-12 > div.text-center > a div.owl-item > div.col-12 > div.text-center > a |
div.owl-item > div.col-12 > div.text-center > a div.owl-item > div.col-12 > div.text-center > a |
div.owl-item > div.col-12 > div.text-center > a div.owl-item > div.col-12 > div.text-center > a |
div.owl-item > div.col-12 > div.text-center > a div.owl-item > div.col-12 > div.text-center > a |
div.owl-item > div.col-12 > div.text-center > a div.owl-item > div.col-12 > div.text-center > a |
div.owl-item > div.col-12 > div.text-center > a div.owl-item > div.col-12 > div.text-center > a |
div.owl-item > div.col-12 > div.text-center > a div.owl-item > div.col-12 > div.text-center > a |
div.owl-item > div.col-12 > div.text-center > a div.owl-item > div.col-12 > div.text-center > a |
div.owl-item > div.col-12 > div.text-center > a div.owl-item > div.col-12 > div.text-center > a |
div#icons > ul.nav > li > a div#icons > ul.nav > li > a |
div#icons > ul.nav > li > a div#icons > ul.nav > li > a |
div#icons > ul.nav > li > a div#icons > ul.nav > li > a |
div#icons > ul.nav > li > a div#icons > ul.nav > li > a |
div.row > div.col-12 > div.col-lg-12 > a div.row > div.col-12 > div.col-lg-12 > a |
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.
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 |
|---|
EN div.col-lg-12 > ul.nav > li#Li1 > a.lang |
FR div.col-lg-12 > ul.nav > li#Li2 > a.lang |
| اشتراكات| div.col-lg-12 > ul.nav > a > li.nav-item |
مصرع شخصين في حادث تصادم بأسوان | div.col-md-12 > div#NewsScroll > marquee.news-scroll > a |
الإدارة بالفكر الاستباقي.. مؤتمر مجموعة شركات النماء يضع حدًا لمخاطر العمل الفرد… div.col-md-12 > div#NewsScroll > marquee.news-scroll > a |
الجيش الملكي يتعادل مع نهضة بركان في الدوري المغربي | div.col-md-12 > div#NewsScroll > marquee.news-scroll > a |
الفجر div.col-lg-12 > ul.nav > li.nav-item > span.mb-0 |
الشروق div.col-lg-12 > ul.nav > li.nav-item > span.mb-0 |
الظهر div.col-lg-12 > ul.nav > li.nav-item > span.mb-0 |
العصر div.col-lg-12 > ul.nav > li.nav-item > span.mb-0 |
المغرب div.col-lg-12 > ul.nav > li.nav-item > span.mb-0 |
العشاء div.col-lg-12 > ul.nav > li.nav-item > span.mb-0 |
دولار أمريكى div.col-lg-12 > ul.nav > li.nav-item > span.mb-0 |
اليورو div.col-lg-12 > ul.nav > li.nav-item > span.mb-0 |
جنيه استرلينى div.col-lg-12 > ul.nav > li.nav-item > span.mb-0 |
ريال سعودى div.col-lg-12 > ul.nav > li.nav-item > span.mb-0 |
درهم الامارات div.col-lg-12 > ul.nav > li.nav-item > span.mb-0 |
دينار كويتى div.col-lg-12 > ul.nav > li.nav-item > span.mb-0 |
القاهرة div.col-lg-12 > ul.nav > li.nav-item > span.mb-0 |
الإسكندرية div.col-lg-12 > ul.nav > li.nav-item > span.mb-0 |
مطروح div.col-lg-12 > ul.nav > li.nav-item > span.mb-0 |
بورسعيد div.col-lg-12 > ul.nav > li.nav-item > span.mb-0 |
السويس div.col-lg-12 > ul.nav > li.nav-item > span.mb-0 |
اسيوط div.col-lg-12 > ul.nav > li.nav-item > span.mb-0 |
Learn more div.fc-dialog-content > div.fc-dialog-scrollable-content > button.fc-faq-header > span.fc-faq-label |
List of partners. div.fc-dialog-scrollable-content > div.fc-footer > p > a.fc-vendors-list-dialog |
These are opportunities to improve the legibility of your content.
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
علاء ثابت div.owl-item > div.d-flex > div.col-8 > h5.title-name |
د.عبدالمنعم سعيد div.owl-item > div.d-flex > div.col-8 > h5.title-name |
أسامة سرايا div.owl-item > div.d-flex > div.col-8 > h5.title-name |
سكينة فؤاد div.owl-item > div.d-flex > div.col-8 > h5.title-name |
د. أسامة الغزالى حرب div.owl-item > div.d-flex > div.col-8 > h5.title-name |
د. وحيد عبدالمجيد div.owl-item > div.d-flex > div.col-8 > h5.title-name |
أحمد عبدالتواب div.owl-item > div.d-flex > div.col-8 > h5.title-name |
د. محمد فايز فرحات div.owl-item > div.d-flex > div.col-8 > h5.title-name |
ماجد منير div.owl-item > div.d-flex > div.col-8 > h5.title-name |
سناء البيسى div.owl-item > div.d-flex > div.col-8 > h5.title-name |
فاروق جويدة div.owl-item > div.d-flex > div.col-8 > h5.title-name |
د. مصطفى الفقى div.owl-item > div.d-flex > div.col-8 > h5.title-name |
عبدالمحسن سلامة div.owl-item > div.d-flex > div.col-8 > h5.title-name |
علاء ثابت div.owl-item > div.d-flex > div.col-8 > h5.title-name |
د.عبدالمنعم سعيد div.owl-item > div.d-flex > div.col-8 > h5.title-name |
أسامة سرايا div.owl-item > div.d-flex > div.col-8 > h5.title-name |
سكينة فؤاد div.owl-item > div.d-flex > div.col-8 > h5.title-name |
د. أسامة الغزالى حرب div.owl-item > div.d-flex > div.col-8 > h5.title-name |
د. وحيد عبدالمجيد div.owl-item > div.d-flex > div.col-8 > h5.title-name |
أحمد عبدالتواب div.owl-item > div.d-flex > div.col-8 > h5.title-name |
د. محمد فايز فرحات div.owl-item > div.d-flex > div.col-8 > h5.title-name |
ماجد منير div.owl-item > div.d-flex > div.col-8 > h5.title-name |
سناء البيسى div.owl-item > div.d-flex > div.col-8 > h5.title-name |
فاروق جويدة div.owl-item > div.d-flex > div.col-8 > h5.title-name |
د. مصطفى الفقى div.owl-item > div.d-flex > div.col-8 > h5.title-name |
عبدالمحسن سلامة div.owl-item > div.d-flex > div.col-8 > h5.title-name |
علاء ثابت div.owl-item > div.d-flex > div.col-8 > h5.title-name |
بقلم: محمد إبراهيم الدسوقي div.col-12 > div.col-12 > a > h5.title-name |
المزيد + div.row > div.col-12 > a.align-self-center > h4.more |
كيف يدعم بنك ناصر المطلقة إذا رفض طليقها دفع النفقة؟ وإجراءات التقديم div.col-12 > div.col-md-6 > a > h5.py-3 |
المزيد + div.row > div.col-12 > a.align-self-center > h4.more |
جوتيريش يحث على التخلص من الاعتماد على الوقود الأحفوري وحماية الطبيعة div.col-12 > div.col-md-6 > a > h5.py-3 |
المزيد + div.row > div.col-12 > a.align-self-center > h4.more |
المزيد + div.row > div.col-12 > a.align-self-center > h4.more |
المزيد + div.row > div.col-12 > a.align-self-center > h4.more |
سقوط صانع محتوى حرّض على العنف وبث ألفاظ خادشة div.col-12 > div.col-md-6 > a > h5.py-3 |
المزيد + div.row > div.col-12 > a.align-self-center > h4.more |
المزيد + div.row > div.col-12 > a.align-self-center > h4.more |
المزيد + div.row > div.col-12 > a.align-self-center > h4.more |
المزيد + div.row > div.col-12 > a.align-self-center > h4.more |
المزيد + div.row > div.col-12 > a.align-self-center > h4.more |
المزيد + div.row > div.col-12 > a.align-self-center > h4.more |
المزيد + div.row > div.col-12 > a.align-self-center > h4.more |
لماذ استحق ابن حيان لقب «شيخ مؤرخي الأندلس»؟ div.col-12 > div.col-md-6 > a > h5.py-3 |
المزيد + div.row > div.col-12 > a.align-self-center > h4.more |
المزيد + div.row > div.col-12 > a.align-self-center > h4.more |
المزيد + div.row > div.col-12 > a.align-self-center > h4.more |
المزيد + div.col-md-12 > div.col-12 > a.align-self-center > h4.more |
عثمان فكري يكتب: div.col-12 > div.col-7 > a > h5.title-name |
د. خالد قنديل يكتب: div.col-12 > div.col-7 > a > h5.title-name |
حسن فتحي يكتب: div.col-12 > div.col-7 > a > h5.title-name |
علي محمود يكتب: div.col-12 > div.col-7 > a > h5.title-name |
كمال جاب الله يكتب: div.col-12 > div.col-7 > a > h5.title-name |
سيد محمود سلام يكتب: div.col-12 > div.col-7 > a > h5.title-name |
هشام الزيني يكتب: div.col-12 > div.col-7 > a > h5.title-name |
د. عادل القليعي يكتب: div.col-12 > div.col-7 > a > h5.title-name |
محمد شعير يكتب: div.col-12 > div.col-7 > a > h5.title-name |
محمود دياب يكتب: div.col-12 > div.col-7 > a > h5.title-name |
محمد صابرين يكتب: div.col-12 > div.col-7 > a > h5.title-name |
د. أحمد قنديل يكتب: div.col-12 > div.col-7 > a > h5.title-name |
د. عاطف عبدالله يكتب: div.col-12 > div.col-7 > a > h5.title-name |
ثابت أمين عواد يكتب: div.col-12 > div.col-7 > a > h5.title-name |
د. إلهام سيف الدولة حمدان تكتب: div.col-12 > div.col-7 > a > h5.title-name |
عثمان فكري يكتب: div.col-12 > div.col-7 > a > h5.title-name |
د. خالد قنديل يكتب: div.col-12 > div.col-7 > a > h5.title-name |
حسن فتحي يكتب: div.col-12 > div.col-7 > a > h5.title-name |
علي محمود يكتب: div.col-12 > div.col-7 > a > h5.title-name |
كمال جاب الله يكتب: div.col-12 > div.col-7 > a > h5.title-name |
سيد محمود سلام يكتب: div.col-12 > div.col-7 > a > h5.title-name |
هشام الزيني يكتب: div.col-12 > div.col-7 > a > h5.title-name |
د. عادل القليعي يكتب: div.col-12 > div.col-7 > a > h5.title-name |
محمد شعير يكتب: div.col-12 > div.col-7 > a > h5.title-name |
محمود دياب يكتب: div.col-12 > div.col-7 > a > h5.title-name |
محمد صابرين يكتب: div.col-12 > div.col-7 > a > h5.title-name |
د. أحمد قنديل يكتب: div.col-12 > div.col-7 > a > h5.title-name |
د. عاطف عبدالله يكتب: div.col-12 > div.col-7 > a > h5.title-name |
ثابت أمين عواد يكتب: div.col-12 > div.col-7 > a > h5.title-name |
د. إلهام سيف الدولة حمدان تكتب: div.col-12 > div.col-7 > a > h5.title-name |
المزيد + div.row > div.col-12 > a.align-self-center > h4.more |
المزيد + div.row > div.col-12 > a.align-self-center > h4.more |
These are opportunities to improve keyboard navigation in your application.
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
EN
FR
|
الخميس 23 ابريل 2026
| اشتراكات|
اتصل بنا div.container > div.row > div.col-lg-12 > ul.nav |
أخبار
عرب وعالم
اقتصاد
محافظات
حـوادث div.col-12 > div#footerMenu > div.col-6 > ul.list-group |
رياضة
ثقافة وفنون
دنيا ودين
اتصالات وتكنولوجيا
صحة وعافية div.col-12 > div#footerMenu > div.col-6 > ul.list-group |
منوعات
ذاكرة التاريخ
آراء
تحقيقات
النشرة الاقتصادية div.col-12 > div#footerMenu > div.col-6 > ul.list-group |
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 |
|---|
| اشتراكات| div.col-lg-12 > ul.nav > a > li.nav-item |
اتصل بنا div.col-lg-12 > ul.nav > a > li.nav-item |
أخبار div.col-6 > ul.list-group > a > li.list-group-item |
عرب وعالم div.col-6 > ul.list-group > a > li.list-group-item |
اقتصاد div.col-6 > ul.list-group > a > li.list-group-item |
محافظات div.col-6 > ul.list-group > a > li.list-group-item |
حـوادث div.col-6 > ul.list-group > a > li.list-group-item |
رياضة div.col-6 > ul.list-group > a > li.list-group-item |
ثقافة وفنون div.col-6 > ul.list-group > a > li.list-group-item |
دنيا ودين div.col-6 > ul.list-group > a > li.list-group-item |
اتصالات وتكنولوجيا div.col-6 > ul.list-group > a > li.list-group-item |
صحة وعافية div.col-6 > ul.list-group > a > li.list-group-item |
منوعات div.col-6 > ul.list-group > a > li.list-group-item |
ذاكرة التاريخ div.col-6 > ul.list-group > a > li.list-group-item |
آراء div.col-6 > ul.list-group > a > li.list-group-item |
تحقيقات div.col-6 > ul.list-group > a > li.list-group-item |
النشرة الاقتصادية div.col-6 > ul.list-group > a > li.list-group-item |
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 |
|---|
الجيش الملكي يتعادل مع نهضة بركان في الدوري المغربي | div.col-md-12 > div#NewsScroll > marquee.news-scroll > a |
These items highlight common accessibility best practices.
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
الهلال الأحمر المصري يدفع بالمساعدات الإنسانية عبر قافلة زاد العزة الـ لغزة و… div.col-12 > div.col-md-6 > a > img.img-fluid | gate.ahram.org.eg/Media/GeneralMediaAlbum/2026-639117782900892139-89.jpeg | 295 x 200 (1.48) | 1280 x 960 (1.33) |
الشوربجي يلتقي رئيس الهيئة العامة للاستعلامات div.col-12 > div.col-md-6 > a > img.img-fluid | gate.ahram.org.eg/Media/GeneralMediaAlbum/2026-639119476212823614-282.jpg | 295 x 200 (1.48) | 800 x 483 (1.66) |
الرئيس السيسي يستقبل رئيس جمهورية فنلندا ألكسندر ستوب في إطار زيارته الرسمية إل… div.col-12 > div.col-md-6 > a > img.img-fluid | gate.ahram.org.eg/Media/GeneralMediaAlbum/2026-639123898741877056-187.jpg | 295 x 200 (1.48) | 640 x 475 (1.35) |
أجواء البهجة تسود الكاتدرائية في عيد القيامة والبابا تواضروس يوزع الحلوى على ال… div.col-12 > div.col-md-6 > a > img.img-fluid | gate.ahram.org.eg/Media/GeneralMediaAlbum/2026-639115961116734337-673.jpeg | 295 x 200 (1.48) | 471 x 640 (0.74) |
سقوط أوربان تآكل الداخل وتكلفة الاختيارات الخارجية في المجر div.col-md-3 > div#sm-img > a > img.img-fluid | acpss.ahram.org.eg/Media//News/2026/4/20/19_2026-639122841427879021-787.jpg | 310 x 200 (1.55) | 655 x 435 (1.51) |
سياقات الحروب لماذا تتصاعد دعوات التعويضات في الشرق الأوسط عام ؟ div.col-md-3 > div#sm-img > a > img.img-fluid | acpss.ahram.org.eg/Media//News/2026/4/19/19_2026-639122019554542561-454.jpg | 310 x 200 (1.55) | 655 x 435 (1.51) |
من الوسيط النزيه إلى الشريك الضامن ما هي الحسابات الاستراتيجية الصينية في… div.col-md-3 > div#sm-img > a > img.img-fluid | acpss.ahram.org.eg/Media//News/2026/4/18/19_2026-639121135967446355-744.jpg | 310 x 200 (1.55) | 655 x 435 (1.51) |
هل تلجأ إسرائيل للسلاح النووي لإنهاء الحرب مع إيران؟ div.col-md-3 > div#sm-img > a > img.img-fluid | acpss.ahram.org.eg/Media//News/2026/4/15/19_2026-639118641825006897-500.jpg | 310 x 200 (1.55) | 655 x 435 (1.51) |
# div#sm-text > div.col-md-4 > div#sm-img > img.img-fluid | gate.ahram.org.eg/Media/News/2024/8/24/1_2024-638601204510941350-94.jpg | 310 x 180 (1.72) | 650 x 420 (1.55) |
# div#sm-text > div.col-md-4 > div#sm-img > img.img-fluid | gate.ahram.org.eg/Media/News/2026/3/25/1_2026-639100685865820108-582.jpeg | 310 x 180 (1.72) | 650 x 420 (1.55) |
سعر الذهب اليوم الأربعاء في مصر بعد التراجع div.col-md-3 > div#sm-img > a > img.img-fluid | gate.ahram.org.eg/Media/News/2023/12/19/1_2023-638386161547591432-759.jpg | 310 x 200 (1.55) | 650 x 410 (1.59) |
الجيش الأمريكي يعلن إصابة 400 من أفراده خلال الحرب مع إيران div.owl-item > div.col-12 > a > img.img-fluid | gate.ahram.org.eg/Media/News/2026/3/13/1_2026-639090369301311132-131.JPG | 620 x 360 (1.72) | 650 x 390 (1.67) |
الجيش الأمريكي يعلن إصابة 400 من أفراده خلال الحرب مع إيران div.owl-item > div.col-12 > a > img.img-fluid | gate.ahram.org.eg/Media/News/2026/3/13/1_2026-639090369301311132-131.JPG | 620 x 360 (1.72) | 650 x 390 (1.67) |
الجيش الأمريكي يعلن إصابة 400 من أفراده خلال الحرب مع إيران div.owl-item > div.col-12 > a > img.img-fluid | gate.ahram.org.eg/Media/News/2026/3/13/1_2026-639090369301311132-131.JPG | 620 x 360 (1.72) | 650 x 390 (1.67) |
صداع متكرر متى يكون مؤشرًا لمرض خطير؟ علامات تحذيرية لا تتجاهلها div.col-md-3 > div#sm-img > a > img.img-fluid | gate.ahram.org.eg/Media/News/2026/4/21/1_2026-639123869477613674-761.jpg | 310 x 200 (1.55) | 650 x 379 (1.72) |
مكتبة الإسكندرية تنتج ورق ترميم مصري بمواصفات عالمية div.col-md-3 > div#sm-img > a > img.img-fluid | gate.ahram.org.eg/Media/News/2026/4/22/1_2026-639124538279556170-955.jpeg | 310 x 200 (1.55) | 650 x 373 (1.74) |
باريس سان جيرمان يفوز بثلاثية على نانت ويبتعد بصدارة الدوري الفرنسي div.col-md-3 > div#sm-img > a > img.img-fluid | gate.ahram.org.eg/Media/News/2025/12/13/1_2025-639012640758859702-885.jpg | 310 x 200 (1.55) | 600 x 400 (1.50) |
تشكيل سموحة في مواجهة سيراميكا بالدوري الممتاز div.col-md-3 > div#sm-img > a > img.img-fluid | gate.ahram.org.eg/Media/Massai/News/11749//19-2026-639090849018123534-812.jpg | 310 x 200 (1.55) | 600 x 400 (1.50) |
كارثة في مطبخك أطعمة تفسد سريعًا خارج الثلاجة وتهدد صحتك div.col-md-3 > div#sm-img > a > img.img-fluid | gate.ahram.org.eg/Media/News/2026/4/22/1_2026-639124720956162425-616.jpg | 310 x 200 (1.55) | 650 x 366 (1.78) |
مصر تشارك في برنامج بناء القدرات في سياسات الذكاء الاصطناعي ومعاييره بمنظمة ا… div.col-md-3 > div#sm-img > a > img.img-fluid | gate.ahram.org.eg/Media/News/2026/4/22/1_2026-639124505264687039-468.jpg | 310 x 200 (1.55) | 650 x 366 (1.78) |
;مولدات الموت; توقع صيادين في قبضة الشرطة بالدقهلية للصيد بالكهرباء div.col-12 > div.col-md-6 > a > img.img-fluid | gate.ahram.org.eg/Media/News/2026/4/22/1_2026-639124912352359148-235.jpeg | 620 x 400 (1.55) | 650 x 359 (1.81) |
هاتفك سيقرأ ما تراه تسريبات ;iOS ; تكشف أخطر تحول في ذكاء iPhone div.col-md-3 > div#sm-img > a > img.img-fluid | gate.ahram.org.eg/Media/News/2026/4/19/1_2026-639121958372230596-223.JPG | 310 x 200 (1.55) | 630 x 370 (1.70) |
غرفة الصناعات الهندسية الصناعات المغذية حجر الأساس للتحول نحو صناعة سيارات متكا… div.col-lg-4 > div.col-lg-12 > a > img.img-fluid | auto.ahram.org.eg/Media/News/2026/4/22/1_2026-639124785825115023-511.jpg | 393 x 200 (1.97) | 630 x 370 (1.70) |
تحرك عاجل للطب البيطري لضبط قرد هارب من حديقة خاصة في مدينة السادات div.col-md-3 > div#sm-img > a > img.img-fluid | gate.ahram.org.eg/Media/News/2026/4/22/1_2026-639124594802542537-254.jpeg | 310 x 200 (1.55) | 650 x 352 (1.85) |
العجلة تغيّر الحياة كيف صارت الدرّاجات طريقًا للعمل والصحة في مصر؟ div.col-md-3 > div#sm-img > a > img.img-fluid | gate.ahram.org.eg/Media/News/2026/4/22/1_2026-639124674205595945-559.jpg | 310 x 200 (1.55) | 650 x 348 (1.87) |
على هامش مؤتمر الدعوة وبناء الإنسان إشادة واسعة بمعرض مطبوعات البحوث الإسلامية div.col-md-3 > div#sm-img > a > img.img-fluid | gate.ahram.org.eg/Media/News/2026/4/22/1_2026-639124572342169739-216.jpeg | 310 x 200 (1.55) | 650 x 345 (1.88) |
وزير الإعلام اللبناني نتابع محاصرة صحفيتين في الطيري ونحمّل إسرائيل مسؤولية سلام… div.col-12 > div.col-md-6 > a > img.img-fluid | gate.ahram.org.eg/Media/News/2026/3/19/1_2026-639095443261667303-166.jpg | 620 x 400 (1.55) | 650 x 341 (1.91) |
قيادة متهورة أم جريمة بلطجة عقوبة الاستعراض بالسيارة في الطريق العام div.col-12 > div.col-md-6 > a > img.img-fluid | gate.ahram.org.eg/Media/News/2022/10/14/1_2022-638013088940339305-33.jpeg | 620 x 400 (1.55) | 650 x 333 (1.95) |
ناقوس خطر اضطرابات الهرمونات تهدد صحة المرأة div.col-md-3 > div#sm-img > a > img.img-fluid | gate.ahram.org.eg/Media/News/2026/4/22/1_2026-639124785827826076-782.jpg | 310 x 200 (1.55) | 650 x 325 (2.00) |
حكاية الأكلات والمشروبات التي تحمي صحة المرأة دون أن تدري div.col-md-3 > div#sm-img > a > img.img-fluid | gate.ahram.org.eg/Media/News/2026/4/21/1_2026-639123985011783038-178.jpg | 310 x 200 (1.55) | 600 x 338 (1.78) |
;إمبراطورية جيلي; كيف يسيطر العملاق الصيني على خارطة صناعة السيارات العالمية؟ div.col-lg-4 > div.col-lg-12 > a > img.img-fluid | auto.ahram.org.eg/Media/News/2026/4/22/1_2026-639124771107961616-796.jpg | 393 x 200 (1.97) | 600 x 338 (1.78) |
تراجع سعر الذهب اليوم الأربعاء في مصر div.col-md-3 > div#sm-img > a > img.img-fluid | gate.ahram.org.eg/Media/News/2025/6/23/1_2025-638863061038385829-838.jpg | 310 x 200 (1.55) | 500 x 400 (1.25) |
مستشفى سيد جلال بجامعة الأزهر ينجح في استئصال ثلاثة أورام بالعين لشاب فلسطيني |… div.col-12 > div.col-md-6 > a > img.img-fluid | gate.ahram.org.eg/Media/News/2026/4/22/1_2026-639124982165288927-528.jpg | 620 x 400 (1.55) | 650 x 299 (2.17) |
هل تُقضى الصلوات الفائتة بالترتيب؟ وهل تسقط السنن؟ أمين الفتوى يجيب div.col-md-3 > div#sm-img > a > img.img-fluid | gate.ahram.org.eg/Media/News/2024/6/30/1_2024-638553719593382783-338.jpg | 310 x 200 (1.55) | 590 x 315 (1.87) |
«مشاهدات مقابل تجاوزات».. سقوط صانعة محتوى بعد بث فيديوهات خادشة للحياء div.owl-item > div.col-12 > a > img.img-fluid | gate.ahram.org.eg/Media/News/2026/4/22/1_2026-639124983703230701-323.jpeg | 620 x 360 (1.72) | 515 x 352 (1.46) |
«مشاهدات مقابل تجاوزات».. سقوط صانعة محتوى بعد بث فيديوهات خادشة للحياء div.owl-item > div.col-12 > a > img.img-fluid | gate.ahram.org.eg/Media/News/2026/4/22/1_2026-639124983703230701-323.jpeg | 620 x 360 (1.72) | 515 x 352 (1.46) |
«مشاهدات مقابل تجاوزات».. سقوط صانعة محتوى بعد بث فيديوهات خادشة للحياء div.owl-item > div.col-12 > a > img.img-fluid | gate.ahram.org.eg/Media/News/2026/4/22/1_2026-639124983703230701-323.jpeg | 620 x 360 (1.72) | 515 x 352 (1.46) |
تعديل مواعيد بدء عروض الأوبرا إلى السابعة والنصف مساءً تماشيًا مع التوقيت الصيفي div.col-md-3 > div#sm-img > a > img.img-fluid | gate.ahram.org.eg/Media/News/2026/4/22/1_2026-639124839263589477-358.jpeg | 310 x 200 (1.55) | 482 x 349 (1.38) |
فاكهة ;اليوزو; اليابانية تعيد تشكيل نكهات المطبخ العالمي div.col-md-3 > div#sm-img > a > img.img-fluid | gate.ahram.org.eg/Media/News/2026/4/22/2026-639124789989580544-958.jpeg | 310 x 200 (1.55) | 535 x 301 (1.78) |
# div#sm-text > div.col-md-4 > div#sm-img > img.img-fluid | gate.ahram.org.eg/Media/News/2015/3/1/2015-635608427521651299-165_main.jpg | 310 x 180 (1.72) | 498 x 319 (1.56) |
تمرة واحدة سر صغير للتذكر قبل دخول لجنة الامتحان div.col-md-3 > div#sm-img > a > img.img-fluid | gate.ahram.org.eg/Media/News/2026/2/10/1_2026-639063345510371366-37.jpg | 310 x 200 (1.55) | 526 x 300 (1.75) |
توصيات صحة النواب لإعادة هيكلة تكليف خريجي الأسنان والصيدلة div.col-12 > div.col-md-6 > a > img.img-fluid | gate.ahram.org.eg/Media/News/2026/4/22/13_2026-639124924758326368-832.jpeg | 295 x 200 (1.48) | 350 x 217 (1.61) |
البيت الأبيض الرئيس الأمريكي ترامب لم يحدد موعدًا نهائياً لتمديد وقف إطلاق النار div.col-12 > div.col-md-6 > a > img.img-fluid | gate.ahram.org.eg/Media/News/2025/10/4/13_2025-638951330559417944-941.jpg | 295 x 200 (1.48) | 350 x 217 (1.61) |
الاتحاد الأوروبي يطرح استراتيجية للأسمدة في مايو div.col-md-3 > div#sm-img > a > img.img-fluid | gate.ahram.org.eg/Media/News/2026/4/22/2026-639124832233283150-328.jpg | 310 x 200 (1.55) | 350 x 217 (1.61) |
تحذير طبي ارتفاع معدلات السكتة الدماغية بين الشابات div.col-md-3 > div#sm-img > a > img.img-fluid | gate.ahram.org.eg/Media/News/2026/4/22/2026-639124791493276169-327.jpg | 310 x 200 (1.55) | 350 x 217 (1.61) |
نقل النواب تناقش مشكلات الطرق والسكة الحديد بالصعيد div.col-12 > div.col-md-6 > a > img.img-fluid | gate.ahram.org.eg/Media/News/2023/12/3/13_2023-638372002061072781-107.jpg | 295 x 200 (1.48) | 350 x 211 (1.66) |
كيف يدعم بنك ناصر المطلقة إذا رفض طليقها دفع النفقة؟ وإجراءات التقديم div.col-12 > div.col-md-6 > a > img.img-fluid | gate.ahram.org.eg/Media/News/2020/12/29/13_2020-637448775108498633-849.jpg | 295 x 200 (1.48) | 333 x 217 (1.53) |
حبس المتهم بسرقة دراجة نارية بمنطقة الفسطاط بالقاهرة div.col-12 > div.col-md-6 > a > img.img-fluid | gate.ahram.org.eg/Media/News/2021/1/19/13_2021-637466683477817390-781.jpg | 295 x 200 (1.48) | 333 x 217 (1.53) |
حبس المتهم بسرقة السيارات بالقاهرة div.col-12 > div.col-md-6 > a > img.img-fluid | gate.ahram.org.eg/Media/News/2021/1/18/13_2021-637465726023600120-360.jpg | 295 x 200 (1.48) | 333 x 217 (1.53) |
اليونان تنفي مزاعم إيران باحتجاز سفينة شحن مرتبطة بها div.col-12 > div.col-md-6 > a > img.img-fluid | gate.ahram.org.eg/Media/News/2026/4/22/2026-639124953197008175-700.JPG | 295 x 200 (1.48) | 350 x 206 (1.70) |
# div.col-12 > div.col-lg-4 > div#sm-img > img.img-fluid | gate.ahram.org.eg/Media/News/2026/4/22/2026-639124951611083307-108.JPG | 325 x 220 (1.48) | 350 x 203 (1.72) |
غدًا وزير الخارجية التركي يناقش في بريطانيا تطورات الحرب في إيران وأوكرانيا والت… div.col-12 > div.col-md-6 > a > img.img-fluid | gate.ahram.org.eg/Media/News/2026/3/10/2026-639087561679463697-946.JPG | 620 x 400 (1.55) | 350 x 202 (1.73) |
سقوط صانع محتوى حرّض على العنف وبث ألفاظ خادشة div.col-12 > div.col-md-6 > a > img.img-fluid | gate.ahram.org.eg/Media/News/2026/4/22/13_2026-639124874718660299-866.jpeg | 295 x 200 (1.48) | 350 x 200 (1.75) |
خلافات الجيرة تتحول لمعركة سلاح أبيض في دار السلام إصابات بالجملة وضبط المتهمين… div.col-12 > div.col-md-6 > a > img.img-fluid | gate.ahram.org.eg/Media/News/2026/4/22/13_2026-639124793443961277-396.jpeg | 295 x 200 (1.48) | 350 x 200 (1.75) |
جوتيريش يحث على التخلص من الاعتماد على الوقود الأحفوري وحماية الطبيعة div.col-12 > div.col-md-6 > a > img.img-fluid | gate.ahram.org.eg/Media/News/2026/3/14/13_2026-639091100188024097-802.jpeg | 295 x 200 (1.48) | 350 x 197 (1.78) |
من ضبابية الدماغ لفقدان العضلات احذر إهمال البروتين div.col-md-3 > div#sm-img > a > img.img-fluid | gate.ahram.org.eg/Media/News/2026/4/22/2026-639124797610932750-93.JPG | 310 x 200 (1.55) | 350 x 188 (1.86) |
لماذ استحق ابن حيان لقب ;شيخ مؤرخي الأندلس;؟ div.col-12 > div.col-md-6 > a > img.img-fluid | gate.ahram.org.eg/Media/News/2026/4/21/13_2026-639123638434827625-482.jpg | 295 x 200 (1.48) | 350 x 168 (2.08) |
قبل أن تضيفها لسيارتك خبير يكشف ما لا تعرفه عن محسنات زيت الموتور div.col-lg-4 > div.col-lg-12 > a > img.img-fluid | auto.ahram.org.eg/Media/News/2026/4/22/1_2026-639124713844987245-498.jpg | 393 x 200 (1.97) | 310 x 180 (1.72) |
;يوم الطين; كيف كان شاهدًا على أقوى قصص العشق والغرام في الأندلس؟ div.col-12 > div.col-md-6 > a > img.img-fluid | gate.ahram.org.eg/Media/News/2026/4/18/13_2026-639121339855421299-542.jpg | 295 x 200 (1.48) | 306 x 165 (1.85) |
;الصحبة; في زمن القلق الاجتماعي كيف تؤثر اختيارات الأصدقاء على صحة أبنائنا ال… div.col-md-3 > div#sm-img > a > img.img-fluid | gate.ahram.org.eg/Media/News/2026/4/22/1_2026-639124692772389916-238.jpg | 310 x 200 (1.55) | 277 x 182 (1.52) |
تطورات ملف المعارين في الزمالك قبل نهاية الموسم div.col-md-3 > div#sm-img > a > img.img-fluid | gate.ahram.org.eg/Media/News/2024/10/12/1_2024-638643612331615326-161.jpg | 310 x 200 (1.55) | 286 x 176 (1.63) |
أفكار تُغيّر العالم لماذا نحتفي بـ اليوم العالمي للإبداع والابتكار؟ div.col-md-3 > div#sm-img > a > img.img-fluid | gate.ahram.org.eg/Media/News/2026/4/21/1_2026-639123814066384355-638.jpg | 310 x 200 (1.55) | 275 x 183 (1.50) |
فرنسا يجب تمكين قوة الأمم المتحدة بلبنان من ممارسة ولايتها div.col-12 > div.col-md-6 > a > img.img-fluid | gate.ahram.org.eg/Media/News/2022/12/29/13_2022-638078757504912796-491.jpg | 295 x 200 (1.48) | 276 x 182 (1.52) |
آثار مقياس النيل ماذا عثر مهندسو الري على ضفاف النهر الخالد قبل عاما؟| صور div.col-12 > div.col-md-6 > a > img.img-fluid | gate.ahram.org.eg/Media/News/2026/4/19/13_2026-639122386519901806-990.jpg | 295 x 200 (1.48) | 299 x 168 (1.78) |
ابن قُزمان إمام الزجالين في الأندلس وصوت العامية في الحضارة الإسلامية div.col-12 > div.col-md-6 > a > img.img-fluid | gate.ahram.org.eg/Media/News/2026/4/19/13_2026-639122375591822747-182.jpg | 295 x 200 (1.48) | 299 x 168 (1.78) |
div.d-flex > div.col-4 > a > img.img-fluid div.d-flex > div.col-4 > a > img.img-fluid | gate.ahram.org.eg/Daily/Media//Writer/2024-638531308524803968-480_main.jpeg | 83 x 100 (0.83) | 100 x 150 (0.67) |
div.d-flex > div.col-4 > a > img.img-fluid div.d-flex > div.col-4 > a > img.img-fluid | gate.ahram.org.eg/Daily/Media//Writer/2024-638531308524803968-480_main.jpeg | 83 x 100 (0.83) | 100 x 150 (0.67) |
د إلهام سيف الدولة حمدان تكتب div.col-12 > div.col-5 > a > img.img-fluid | gate.ahram.org.eg/Media/Writer/2026-639080623239787908-978_main.jpg | 100 x 100 (1.00) | 100 x 143 (0.70) |
عثمان فكري يكتب div.col-12 > div.col-5 > a > img.img-fluid | gate.ahram.org.eg/Media/Writer/2023-638125739302641024-264_main.jpg | 100 x 100 (1.00) | 100 x 143 (0.70) |
حسن فتحي يكتب div.col-12 > div.col-5 > a > img.img-fluid | gate.ahram.org.eg/Media/Writer/2025-638754915246820870-682_main.jpg | 100 x 100 (1.00) | 100 x 143 (0.70) |
علي محمود يكتب div.col-12 > div.col-5 > a > img.img-fluid | gate.ahram.org.eg/Media/Writer/2024-638638213675447343-544_main.jpg | 100 x 100 (1.00) | 100 x 143 (0.70) |
كمال جاب الله يكتب div.col-12 > div.col-5 > a > img.img-fluid | gate.ahram.org.eg/Media/Writer/2017-636484214819036449-903_main.jpg | 100 x 100 (1.00) | 100 x 143 (0.70) |
سيد محمود سلام يكتب div.col-12 > div.col-5 > a > img.img-fluid | gate.ahram.org.eg/Media/Writer/2016-635959936615492472-549_main.jpg | 100 x 100 (1.00) | 100 x 143 (0.70) |
هشام الزيني يكتب div.col-12 > div.col-5 > a > img.img-fluid | gate.ahram.org.eg/Media/Writer/2025-638970022708702407-870_main.jpg | 100 x 100 (1.00) | 100 x 143 (0.70) |
د عادل القليعي يكتب div.col-12 > div.col-5 > a > img.img-fluid | gate.ahram.org.eg/Media/Writer/2024-638689188678269640-826_main.jpg | 100 x 100 (1.00) | 100 x 143 (0.70) |
محمد شعير يكتب div.col-12 > div.col-5 > a > img.img-fluid | gate.ahram.org.eg/Media/Writer/2025-638887084046752826-675_main.jpg | 100 x 100 (1.00) | 100 x 143 (0.70) |
محمود دياب يكتب div.col-12 > div.col-5 > a > img.img-fluid | gate.ahram.org.eg/Media/Writer/2017-636468878657430133-743_main.jpg | 100 x 100 (1.00) | 100 x 143 (0.70) |
محمد صابرين يكتب div.col-12 > div.col-5 > a > img.img-fluid | gate.ahram.org.eg/Media/Writer/2024-638707390991676473-167_main.jpg | 100 x 100 (1.00) | 100 x 143 (0.70) |
د أحمد قنديل يكتب div.col-12 > div.col-5 > a > img.img-fluid | gate.ahram.org.eg/Media/Writer/2025-638948584458487218-848_main.jpg | 100 x 100 (1.00) | 100 x 143 (0.70) |
د عاطف عبدالله يكتب div.col-12 > div.col-5 > a > img.img-fluid | gate.ahram.org.eg/Media/Writer/2025-638784290274052089-405_main.jpg | 100 x 100 (1.00) | 100 x 143 (0.70) |
ثابت أمين عواد يكتب div.col-12 > div.col-5 > a > img.img-fluid | gate.ahram.org.eg/Media/Writer/2021-637501279616610706-661_main.jpg | 100 x 100 (1.00) | 100 x 143 (0.70) |
د إلهام سيف الدولة حمدان تكتب div.col-12 > div.col-5 > a > img.img-fluid | gate.ahram.org.eg/Media/Writer/2026-639080623239787908-978_main.jpg | 100 x 100 (1.00) | 100 x 143 (0.70) |
عثمان فكري يكتب div.col-12 > div.col-5 > a > img.img-fluid | gate.ahram.org.eg/Media/Writer/2023-638125739302641024-264_main.jpg | 100 x 100 (1.00) | 100 x 143 (0.70) |
حسن فتحي يكتب div.col-12 > div.col-5 > a > img.img-fluid | gate.ahram.org.eg/Media/Writer/2025-638754915246820870-682_main.jpg | 100 x 100 (1.00) | 100 x 143 (0.70) |
علي محمود يكتب div.col-12 > div.col-5 > a > img.img-fluid | gate.ahram.org.eg/Media/Writer/2024-638638213675447343-544_main.jpg | 100 x 100 (1.00) | 100 x 143 (0.70) |
كمال جاب الله يكتب div.col-12 > div.col-5 > a > img.img-fluid | gate.ahram.org.eg/Media/Writer/2017-636484214819036449-903_main.jpg | 100 x 100 (1.00) | 100 x 143 (0.70) |
سيد محمود سلام يكتب div.col-12 > div.col-5 > a > img.img-fluid | gate.ahram.org.eg/Media/Writer/2016-635959936615492472-549_main.jpg | 100 x 100 (1.00) | 100 x 143 (0.70) |
هشام الزيني يكتب div.col-12 > div.col-5 > a > img.img-fluid | gate.ahram.org.eg/Media/Writer/2025-638970022708702407-870_main.jpg | 100 x 100 (1.00) | 100 x 143 (0.70) |
د عادل القليعي يكتب div.col-12 > div.col-5 > a > img.img-fluid | gate.ahram.org.eg/Media/Writer/2024-638689188678269640-826_main.jpg | 100 x 100 (1.00) | 100 x 143 (0.70) |
محمد شعير يكتب div.col-12 > div.col-5 > a > img.img-fluid | gate.ahram.org.eg/Media/Writer/2025-638887084046752826-675_main.jpg | 100 x 100 (1.00) | 100 x 143 (0.70) |
محمود دياب يكتب div.col-12 > div.col-5 > a > img.img-fluid | gate.ahram.org.eg/Media/Writer/2017-636468878657430133-743_main.jpg | 100 x 100 (1.00) | 100 x 143 (0.70) |
محمد صابرين يكتب div.col-12 > div.col-5 > a > img.img-fluid | gate.ahram.org.eg/Media/Writer/2024-638707390991676473-167_main.jpg | 100 x 100 (1.00) | 100 x 143 (0.70) |
د أحمد قنديل يكتب div.col-12 > div.col-5 > a > img.img-fluid | gate.ahram.org.eg/Media/Writer/2025-638948584458487218-848_main.jpg | 100 x 100 (1.00) | 100 x 143 (0.70) |
د عاطف عبدالله يكتب div.col-12 > div.col-5 > a > img.img-fluid | gate.ahram.org.eg/Media/Writer/2025-638784290274052089-405_main.jpg | 100 x 100 (1.00) | 100 x 143 (0.70) |
ثابت أمين عواد يكتب div.col-12 > div.col-5 > a > img.img-fluid | gate.ahram.org.eg/Media/Writer/2021-637501279616610706-661_main.jpg | 100 x 100 (1.00) | 100 x 143 (0.70) |
د إلهام سيف الدولة حمدان تكتب div.col-12 > div.col-5 > a > img.img-fluid | gate.ahram.org.eg/Media/Writer/2026-639080623239787908-978_main.jpg | 100 x 100 (1.00) | 100 x 143 (0.70) |
div.d-flex > div.col-4 > a > img.img-fluid div.d-flex > div.col-4 > a > img.img-fluid | gate.ahram.org.eg/Daily/Media//Writer/2023-638226453866349655-634_main.jpg | 83 x 100 (0.83) | 100 x 140 (0.71) |
div.d-flex > div.col-4 > a > img.img-fluid div.d-flex > div.col-4 > a > img.img-fluid | gate.ahram.org.eg/Daily/Media//Writer/2023-638226453866349655-634_main.jpg | 83 x 100 (0.83) | 100 x 140 (0.71) |
div.d-flex > div.col-4 > a > img.img-fluid div.d-flex > div.col-4 > a > img.img-fluid | gate.ahram.org.eg/Daily/Media//Writer/2023-638226462124471993-447_main.jpg | 83 x 100 (0.83) | 100 x 131 (0.76) |
div.d-flex > div.col-4 > a > img.img-fluid div.d-flex > div.col-4 > a > img.img-fluid | gate.ahram.org.eg/Daily/Media//Writer/2025-638993754890376708-37_main.jpg | 83 x 100 (0.83) | 100 x 131 (0.76) |
div.d-flex > div.col-4 > a > img.img-fluid div.d-flex > div.col-4 > a > img.img-fluid | gate.ahram.org.eg/Daily/Media//Writer/2023-638226462124471993-447_main.jpg | 83 x 100 (0.83) | 100 x 131 (0.76) |
div.d-flex > div.col-4 > a > img.img-fluid div.d-flex > div.col-4 > a > img.img-fluid | gate.ahram.org.eg/Daily/Media//Writer/2025-638993754890376708-37_main.jpg | 83 x 100 (0.83) | 100 x 131 (0.76) |
div.d-flex > div.col-4 > a > img.img-fluid div.d-flex > div.col-4 > a > img.img-fluid | gate.ahram.org.eg/Daily/Media//Writer/2021-637513244987656692-765_main.jpg | 83 x 100 (0.83) | 100 x 117 (0.85) |
div.d-flex > div.col-4 > a > img.img-fluid div.d-flex > div.col-4 > a > img.img-fluid | gate.ahram.org.eg/Daily/Media//Writer/2021-637513244987656692-765_main.jpg | 83 x 100 (0.83) | 100 x 117 (0.85) |
div.d-flex > div.col-4 > a > img.img-fluid div.d-flex > div.col-4 > a > img.img-fluid | gate.ahram.org.eg/Daily/Media//Writer/2021-637513244987656692-765_main.jpg | 83 x 100 (0.83) | 100 x 117 (0.85) |
div.d-flex > div.col-4 > a > img.img-fluid div.d-flex > div.col-4 > a > img.img-fluid | gate.ahram.org.eg/Daily/Media//Writer/2026-639105535013982792-398_main.jpg | 83 x 100 (0.83) | 100 x 113 (0.88) |
div.d-flex > div.col-4 > a > img.img-fluid div.d-flex > div.col-4 > a > img.img-fluid | gate.ahram.org.eg/Daily/Media//Writer/2026-639105535013982792-398_main.jpg | 83 x 100 (0.83) | 100 x 113 (0.88) |
بقلم محمد إبراهيم الدسوقي div.col-12 > div.col-5 > a > img.img-fluid | gate.ahram.org.eg/Media/Writer/2024-638543249552381249-238_main.jpg | 100 x 100 (1.00) | 100 x 112 (0.89) |
div.d-flex > div.col-4 > a > img.img-fluid div.d-flex > div.col-4 > a > img.img-fluid | gate.ahram.org.eg/Daily/Media//Writer/2023-638226468788051328-805_main.jpg | 83 x 100 (0.83) | 100 x 103 (0.97) |
div.d-flex > div.col-4 > a > img.img-fluid div.d-flex > div.col-4 > a > img.img-fluid | gate.ahram.org.eg/Daily/Media//Writer/2023-638226468788051328-805_main.jpg | 83 x 100 (0.83) | 100 x 103 (0.97) |
div.d-flex > div.col-4 > a > img.img-fluid div.d-flex > div.col-4 > a > img.img-fluid | gate.ahram.org.eg/Daily/Media//Writer/2023-638226466636428784-642_main.jpg | 83 x 100 (0.83) | 100 x 102 (0.98) |
div.d-flex > div.col-4 > a > img.img-fluid div.d-flex > div.col-4 > a > img.img-fluid | gate.ahram.org.eg/Daily/Media//Writer/2023-638226466636428784-642_main.jpg | 83 x 100 (0.83) | 100 x 102 (0.98) |
div.d-flex > div.col-4 > a > img.img-fluid div.d-flex > div.col-4 > a > img.img-fluid | gate.ahram.org.eg/Daily/Media//Writer/2023-638226463358510591-851_main.jpg | 83 x 100 (0.83) | 100 x 100 (1.00) |
div.d-flex > div.col-4 > a > img.img-fluid div.d-flex > div.col-4 > a > img.img-fluid | gate.ahram.org.eg/Daily/Media//Writer/2024-638525962050774452-77_main.jpg | 83 x 100 (0.83) | 100 x 100 (1.00) |
div.d-flex > div.col-4 > a > img.img-fluid div.d-flex > div.col-4 > a > img.img-fluid | gate.ahram.org.eg/Daily/Media//Writer/2023-638226463358510591-851_main.jpg | 83 x 100 (0.83) | 100 x 100 (1.00) |
div.d-flex > div.col-4 > a > img.img-fluid div.d-flex > div.col-4 > a > img.img-fluid | gate.ahram.org.eg/Daily/Media//Writer/2024-638525962050774452-77_main.jpg | 83 x 100 (0.83) | 100 x 100 (1.00) |
د خالد قنديل يكتب div.col-12 > div.col-5 > a > img.img-fluid | gate.ahram.org.eg/Media/Writer/2025-638995897494592514-459_main.jpg | 100 x 100 (1.00) | 100 x 75 (1.33) |
د خالد قنديل يكتب div.col-12 > div.col-5 > a > img.img-fluid | gate.ahram.org.eg/Media/Writer/2025-638995897494592514-459_main.jpg | 100 x 100 (1.00) | 100 x 75 (1.33) |
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| SharedStorage | |
| StorageType.persistent is deprecated. Please use standardized navigator.storage instead. | |
| Fledge | |
| Topics |
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 |
|---|---|
ahram.org.eg/ line 2339, col 0 | Access to font at 'https://gate.ahram.org.eg/App_Themes/FrontNew/fonts/GE-SS-Two-Light.ttf' from origin 'https://ahram.org.eg' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. |
ahram.org.eg/ line 2339, col 0 | Access to font at 'https://gate.ahram.org.eg/App_Themes/FrontNew/fonts/GE-SS-Two-Light.woff' from origin 'https://ahram.org.eg' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. |
ahram.org.eg/ line 2339, col 0 | Access to font at 'https://gate.ahram.org.eg/App_Themes/FrontNew/fonts/GE%20SS%20Two%20Medium.ttf' from origin 'https://ahram.org.eg' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. |
ahram.org.eg/ line 2339, col 0 | Access to font at 'https://gate.ahram.org.eg/App_Themes/FrontNew/fonts/GE%20SS%20Two%20Medium.woff' from origin 'https://ahram.org.eg' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. |
Access to XMLHttpRequest at 'https://gate.ahram.org.eg/cdn-cgi/challenge-platform/h/b/jsd/oneshot/0b8fb825cb67/0.7043180580881672:1776895634:KUWS1dNsHy93mcR9H64H8gEr55l4ZSQoZ7ewim4GQxc/9f0814764a3a0f1e' from origin 'https://ahram.org.eg' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Access to XMLHttpRequest at 'https://gate.ahram.org.eg/cdn-cgi/challenge-platform/h/b/jsd/oneshot/0b8fb825cb67/0.7043180580881672:1776895634:KUWS1dNsHy93mcR9H64H8gEr55l4ZSQoZ7ewim4GQxc/9f0814764a3a0f1e' from origin 'https://ahram.org.eg' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: the server responded with a status of 400 () | |
ReferenceError: AdProvider is not defined
at RenderFooter (<anonymous>:33:382)
at GetCurrentFooterAd (<anonymous>:4:368)
at <anonymous>:35:284 |
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.
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
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
خدمات div.row > div.col-12 > h2.title-sec > a |
To appear in search results, crawlers need access to your app.
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 |
|---|
div.col-lg-12 > div.col-5 > a#logohref > img#mainLogo div.col-lg-12 > div.col-5 > a#logohref > img#mainLogo |
div.col-12 > div.col-lg-12 > a > img.img-fluid div.col-12 > div.col-lg-12 > a > img.img-fluid |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback