🚀

الأداء

حجم DOM، CSS/JS المضمّن، الموارد التي تحظر العرض، التحميل الكسول، تنسيقات الصور الحديثة.

ما نفحصه

We analyze inline CSS/JS, render-blocking resources, DOM size, image optimization (lazy loading, modern formats), viewport meta tag, and resource counts.

الفحوصات الفردية

Inline CSS

warning

Detects excessive inline style blocks that increase page size.

Example: <style>...</style>
Best practice: ≤3 blocks, ≤10KB

Inline JS

warning

Detects excessive inline script blocks that block rendering.

Example: <script>...</script>
Best practice: ≤5 blocks, ≤20KB

Render-blocking

warning

Identifies CSS/JS in head that block page rendering.

Example: <script src="..." async>
Best practice: async or defer

Image Dimensions

notice

Checks if images have width/height to prevent layout shift.

Example: <img width="800" height="600">
Best practice: 100%

Lazy Loading

notice

Checks for loading="lazy" on below-fold images.

Example: <img loading="lazy">
Best practice: All below-fold images

Viewport Meta

error

Verifies viewport meta tag for mobile rendering.

Example: <meta name="viewport" content="width=device-width">
Best practice: موجود

DOM Size

warning

Counts DOM elements. Large DOM slows rendering.

Best practice: <1500 elements

CSS Files

warning

Counts external CSS files. Too many increase load time.

Example: <link rel="stylesheet" href="...">
Best practice: ≤8

JS Files

warning

Counts external JS files. Too many increase load time.

Example: <script src="...">
Best practice: ≤10

Modern Image Formats

notice

Checks for modern image formats (WebP/AVIF).

Example: <img src="photo.webp">
Best practice: WebP/AVIF

لماذا هو مهم

Page speed directly affects rankings and user experience. Render-blocking resources, excessive inline code, and unoptimized images increase load times and hurt Core Web Vitals.

اختبر موقعك الآن

تحليل الموقع

فئات فحص أخرى

📊

تحتاج تحليل SEO أكثر تفصيلًا؟

✓ أكثر من 30 فحص SEO مستمر
✓ تكامل Google Search Console
✓ تتبع الكلمات المفتاحية
جرّب TopRankerTools
👥

Let's talk about increasing your profits online

🔎 SEO health of your website
📈 Opportunities for growth
🎯 Expected results
Book Free Consultation