Skip to content
https://nationalenglishinstitute.com

Performance

· 22 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
90
GRADE
A
FIX
2
REVIEW
5
PASS
12
INFO
3

Performance-focused optimization plan with CWV assessment, top offenders, and time estimates

91
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
90
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
100
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
100
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.

858 ms

Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.

1.81 s

Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.

0 ms

Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.

0.001

Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.

858 ms

Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.

1.84 s

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
22
12 PASS 5 REVIEW 2 FIX
D
Page Weight Budget
Action
2.2 MB transferred, 45 requests
FIX
2.2 MB transferred, 45 requests
Info::
Page weighs 2.9 MB (2.2 MB transferred)
Warning::
Images are 2.0 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 2.0 MB
Info::
45 HTTP requests
Info::
Estimated 0.46 g CO2 per page load
2.2 MB / 2.4 MB budget
2.2 MB transferred
45 requests
0.46 g CO2 per page load
Images 2.0 MiB 90%
JavaScript 130.1 KiB 6%
CSS 45.8 KiB 2%
HTML 29.3 KiB 1%
Fonts 21.0 KiB 1%
Other 2.2 KiB 0%
Other 486 B 0%
0 2.4 MB 4.9 MB
Approaching limit

Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.

Why this matters

Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.

Source: web.dev

F
HTTP Caching
Action
No cache headers
FIX
No cache headers
Warning::
No Cache-Control header found
Browsers will use heuristic caching, which can be unpredictable. Set explicit cache headers.

No Cache-Control header

Adding a Cache-Control header can significantly improve repeat-visit performance.

B
Image Optimization
14 images, 0 KB saveable
REVIEW
14 images, 0 KB saveable
Info::
All images are well-optimized
14 images 2.0 MB
0 oversized -0 KB
14 legacy format
0 missing dimensions CLS risk
B
JS Bundles
17 scripts, 56 KB unused
REVIEW
17 scripts, 56 KB unused
Warning::
https://nationalenglishinstitute.com/wp-content/pl...: 36 KB unused (97%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://nationalenglishinstitute.com/wp-includes/j...: 21 KB unused (72%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 56 KB
56 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://nationalenglishinstitute.com/wp-content/plugins/ultimate-addons-for-gutenberg/assets/js/swiper-bundle.min.js?ver=2.20.037 KB36 KB (97%)1st
https://nationalenglishinstitute.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.129 KB21 KB (72%)1st
https://nationalenglishinstitute.com/wp-content/plugins/ultimate-addons-for-gutenberg/assets/js/uagb-button-child.min.js?ver=2.20.01 KB1st
https://nationalenglishinstitute.com/wp-content/plugins/ultimate-addons-for-gutenberg/assets/js/image-gallery.min.js?ver=2.20.03 KB1st
https://nationalenglishinstitute.com/wp-includes/js/dist/dom-ready.min.js?ver=f77871ff7694fffea3811 KB1st
https://nationalenglishinstitute.com/wp-content/plugins/astra-sites/inc/lib/onboarding/assets/dist/template-preview/main.js?ver=089983451e6a251a0ab93 KB1st
https://nationalenglishinstitute.com/wp-content/plugins/hostinger-reach/frontend/dist/blocks/subscription-view.js?ver=17791006593 KB1st
https://nationalenglishinstitute.com/wp-content/plugins/ultimate-addons-for-gutenberg/assets/js/spectra-block-positioning.min.js?ver=2.20.02 KB1st
https://nationalenglishinstitute.com/wp-content/themes/astra/assets/js/minified/frontend.min.js?ver=4.13.06 KB1st
https://static.cloudflareinsights.com/beacon.min.js/v31edd6df95cf4e85bb4c19e7a9bdbcba178836298749510 KB3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

B
Main HTML Cache-Control
No Cache-Control header on main HTML response
REVIEW
No Cache-Control header on main HTML response
Info::
Main HTML response has no Cache-Control header
Without an explicit Cache-Control, browsers fall back to heuristic caching (~10% of Last-Modified age). Set `Cache-Control: no-cache` or `max-age=300` for HTML to control freshness explicitly -- prevents stale auth state and SPA shell drift.
C
Page Weight Inventory
Action
45 resources · 2.2 MB · 56 KB savings available
REVIEW
45 resources · 2.2 MB · 56 KB savings available
Warning::
Page weight 2.2 MB exceeds 1 MB target by 1.2 MB
Got: 2.2 MB Expected: ≤ 1 MB
Info::
~56 KB of savings available
Info::
7 third-party resources (9% of weight)
Info::
2 resources over 200KB
45 resources · 2.2 MiB · 7 third-party 1.2 MiB over 1MB target
Image 90% · 2.0 MiB
JavaScript 6% · 130.1 KiB
CSS 2% · 45.8 KiB
Document 1% · 29.3 KiB
Font 1% · 21.0 KiB
Other 0% · 486 B

~56.5 KiB of savings available

Remove unused JavaScript: 56.5 KiB
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A+
Third-Party Impact
9% third-party, 0 ms blocking
PASS
9% third-party, 0 ms blocking
Info::
Third-party code accounts for 9% of page weight (202.2 KiB of 2.2 MiB)
Info::
Third-party blocking time is low (0 ms)
91%
First-party Third-party
A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
JS Execution Cost
136ms total JS execution
PASS
136ms total JS execution
Info::
Unattributable: 74ms CPU time
Info::
https://nationalenglishinstitute.com/: 62ms CPU time

Main Thread Breakdown

Other 38% Style & Layout 24% Script Evaluation 21% Parse HTML & CSS 8% Script Parsing & Compilation 6% Rendering 3%
ScriptTotalScriptingParse/CompileParty
Unattributable74ms1ms0ms1st
https://nationalenglishinstitute.com/62ms11ms2ms1st
A+
Font Loading
2 fonts (21 KB)
PASS
2 fonts (21 KB)
Info::
2 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

2

21 KB total

Render-blocking

0

of 2

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s 1.5 s FCP 858 ms LCP 1.8 shttps://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVIUwaEQbjA.woff2memSYaGs126MiZpBA-UvWbX... https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVIUwaEQbjA.woff2 — 13.2 KiB — 23 ms — font-display: swaphttps://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLEj6Z1xlFd2JQEk.woff2pxiByp8kv8JHgFVrLEj6Z1x... https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLEj6Z1xlFd2JQEk.woff2 — 7.8 KiB — 27 ms — font-display: swap
memSYaGs126MiZpBA-UvWbX... woff2 swap
Size 13 KB
Load time 23 ms
Start 425 ms
Risk FOUT — text flashes from fallback to web font
pxiByp8kv8JHgFVrLEj6Z1x... woff2 swap
Size 8 KB
Load time 27 ms
Start 425 ms
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)
A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
A+
HTTP/3 (QUIC)
HTTP/3 advertised via Alt-Svc
PASS
HTTP/3 advertised via Alt-Svc
Info::
HTTP/3 (QUIC) is supported
First-load mobile users on cellular networks see meaningful latency improvements with HTTP/3. The QUIC transport collapses TLS + TCP handshakes into one and recovers faster from packet loss.
A+
Document Compression
Document response uses brotli
PASS
Document response uses brotli
Info::
Main HTML response uses brotli (Content-Encoding: br)
Brotli is the best text-compression algorithm for general use, ~20% smaller than gzip on average (40% on smaller files). Modern browsers all support it.
A+
LCP Image Preload
LCP preload audit not available
PASS
LCP preload audit not available
Info::
LCP image preload audit not available for this scan
A+
Server-Timing Observability
3 Server-Timing entries advertised
PASS
3 Server-Timing entries advertised
Info::
Server-Timing header advertises 3 timing entries
A+
Server Response Intelligence
2 server-response signal(s) detected
PASS
2 server-response signal(s) detected
Info::
`Vary` header declared: Accept-Encoding
The page declares a `Vary` header, telling downstream caches which request headers the response varies on. Critical for content-negotiated responses (compression, language, cookies, device class).
Info::
No `ETag` or `Last-Modified` -- conditional GET not supported
Without either header, browsers can't issue conditional GETs and refresh always re-downloads the full response body even when nothing changed. Add `ETag: "<hash>"` (or `Last-Modified: <date>`) on cacheable responses; the server returns 304 Not Modified when the client's cached copy is still valid, saving bandwidth.
Asset Compression
No text asset hosts to measure
INFO
No text asset hosts to measure
Info::
No third-party or subdomain host served enough text assets to measure
Asset compression is measured per host, from one HEAD request against a sampled resource. Pages that serve all their JS and CSS from the document's own origin are covered by the document compression check instead.
Network Waterfall
45 requests over 1140ms
INFO
0 ms 500 ms 1.0 s 1.5 s FCP 858 ms LCP 1.8 shttps://nationalenglishinstitute.com// https://nationalenglishinstitute.com/ — 200 — 29.3 KiB — 273 ms — h3https://nationalenglishinstitute.com/wp-content/themes/astra/assets/css/minified/main.min.css?ver=4.13.0/wp-content/themes/astra/assets/css... https://nationalenglishinstitute.com/wp-content/themes/astra/assets/css/minified/main.min.css?ver=4.13.0 — 200 — 8.6 KiB — 24 ms — h3https://fonts.googleapis.com/css?family=Open+Sans%3A400%7CPoppins%3A600&display=swap&ver=4.13.0fonts.googleapis.com/css?family=Ope... https://fonts.googleapis.com/css?family=Open+Sans%3A400%7CPoppins%3A600&display=swap&ver=4.13.0 — 200 — 2.2 KiB — 88 ms — h2https://nationalenglishinstitute.com/wp-includes/css/dist/block-library/style.min.css?ver=6.9.8/wp-includes/css/dist/block-library... https://nationalenglishinstitute.com/wp-includes/css/dist/block-library/style.min.css?ver=6.9.8 — 200 — 14.9 KiB — 36 ms — h3https://nationalenglishinstitute.com/wp-content/plugins/hostinger-reach/frontend/dist/blocks/subscription.css?ver=1779100659/wp-content/plugins/hostinger-reach... https://nationalenglishinstitute.com/wp-content/plugins/hostinger-reach/frontend/dist/blocks/subscription.css?ver=1779100659 — 200 — 1.7 KiB — 27 ms — h3https://nationalenglishinstitute.com/wp-content/plugins/omnisend/styles/site-styles.css?1789879077&ver=1.7.9/wp-content/plugins/omnisend/styles... https://nationalenglishinstitute.com/wp-content/plugins/omnisend/styles/site-styles.css?1789879077&ver=1.7.9 — 200 — 749 B — 23 ms — h3https://nationalenglishinstitute.com/wp-content/plugins/ultimate-addons-for-gutenberg/assets/css/spectra-block-positioning.min.css?ver=2.20.0/wp-content/plugins/ultimate-addons... https://nationalenglishinstitute.com/wp-content/plugins/ultimate-addons-for-gutenberg/assets/css/spectra-block-positioning.min.css?ver=2.20.0 — 200 — 760 B — 29 ms — h3https://nationalenglishinstitute.com/wp-content/plugins/ultimate-addons-for-gutenberg/assets/css/slick.min.css?ver=2.20.0/wp-content/plugins/ultimate-addons... https://nationalenglishinstitute.com/wp-content/plugins/ultimate-addons-for-gutenberg/assets/css/slick.min.css?ver=2.20.0 — 200 — 1.4 KiB — 30 ms — h3https://nationalenglishinstitute.com/wp-content/plugins/ultimate-addons-for-gutenberg/assets/css/swiper-bundle.min.css?ver=2.20.0/wp-content/plugins/ultimate-addons... https://nationalenglishinstitute.com/wp-content/plugins/ultimate-addons-for-gutenberg/assets/css/swiper-bundle.min.css?ver=2.20.0 — 200 — 4.7 KiB — 27 ms — h3https://nationalenglishinstitute.com/wp-content/uploads/uag-plugin/assets/3000/uag-css-2523.css?ver=1785349533/wp-content/uploads/uag-plugin/asse... https://nationalenglishinstitute.com/wp-content/uploads/uag-plugin/assets/3000/uag-css-2523.css?ver=1785349533 — 200 — 10.8 KiB — 43 ms — h3https://nationalenglishinstitute.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1/wp-includes/js/jquery/jquery.min.j... https://nationalenglishinstitute.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 — 200 — 29.5 KiB — 34 ms — h3https://nationalenglishinstitute.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1/wp-includes/js/jquery/jquery-migra... https://nationalenglishinstitute.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1 — 200 — 5.2 KiB — 33 ms — h3https://nationalenglishinstitute.com/wp-content/uploads/2025/03/logo-national.png/wp-content/uploads/2025/03/logo-na... https://nationalenglishinstitute.com/wp-content/uploads/2025/03/logo-national.png — 200 — 438.8 KiB — 73 ms — h3https://nationalenglishinstitute.com/wp-content/themes/astra/assets/js/minified/frontend.min.js?ver=4.13.0/wp-content/themes/astra/assets/js/... https://nationalenglishinstitute.com/wp-content/themes/astra/assets/js/minified/frontend.min.js?ver=4.13.0 — 200 — 6.1 KiB — 42 ms — h3https://static.cloudflareinsights.com/beacon.min.js/v31edd6df95cf4e85bb4c19e7a9bdbcba1788362987495static.cloudflareinsights.com/beaco... https://static.cloudflareinsights.com/beacon.min.js/v31edd6df95cf4e85bb4c19e7a9bdbcba1788362987495 — 200 — 10.1 KiB — 100 ms — h2https://nationalenglishinstitute.com/wp-includes/js/dist/dom-ready.min.js?ver=f77871ff7694fffea381/wp-includes/js/dist/dom-ready.min.... https://nationalenglishinstitute.com/wp-includes/js/dist/dom-ready.min.js?ver=f77871ff7694fffea381 — 200 — 928 B — 27 ms — h3https://nationalenglishinstitute.com/wp-content/plugins/astra-sites/inc/lib/onboarding/assets/dist/template-preview/main.js?ver=089983451e6a251a0ab9/wp-content/plugins/astra-sites/inc... https://nationalenglishinstitute.com/wp-content/plugins/astra-sites/inc/lib/onboarding/assets/dist/template-preview/main.js?ver=089983451e6a251a0ab9 — 200 — 2.7 KiB — 27 ms — h3https://nationalenglishinstitute.com/wp-content/plugins/hostinger-reach/frontend/dist/blocks/subscription-view.js?ver=1779100659/wp-content/plugins/hostinger-reach... https://nationalenglishinstitute.com/wp-content/plugins/hostinger-reach/frontend/dist/blocks/subscription-view.js?ver=1779100659 — 200 — 3.0 KiB — 26 ms — h3https://nationalenglishinstitute.com/wp-content/plugins/ultimate-addons-for-gutenberg/assets/js/spectra-block-positioning.min.js?ver=2.20.0/wp-content/plugins/ultimate-addons... https://nationalenglishinstitute.com/wp-content/plugins/ultimate-addons-for-gutenberg/assets/js/spectra-block-positioning.min.js?ver=2.20.0 — 200 — 1.6 KiB — 26 ms — h3https://nationalenglishinstitute.com/wp-content/plugins/ultimate-addons-for-gutenberg/assets/js/uagb-button-child.min.js?ver=2.20.0/wp-content/plugins/ultimate-addons... https://nationalenglishinstitute.com/wp-content/plugins/ultimate-addons-for-gutenberg/assets/js/uagb-button-child.min.js?ver=2.20.0 — 200 — 847 B — 40 ms — h3https://nationalenglishinstitute.com/wp-content/plugins/ultimate-addons-for-gutenberg/assets/js/image-gallery.min.js?ver=2.20.0/wp-content/plugins/ultimate-addons... https://nationalenglishinstitute.com/wp-content/plugins/ultimate-addons-for-gutenberg/assets/js/image-gallery.min.js?ver=2.20.0 — 200 — 3.3 KiB — 38 ms — h3https://nationalenglishinstitute.com/wp-content/plugins/ultimate-addons-for-gutenberg/assets/js/isotope.min.js?ver=2.20.0/wp-content/plugins/ultimate-addons... https://nationalenglishinstitute.com/wp-content/plugins/ultimate-addons-for-gutenberg/assets/js/isotope.min.js?ver=2.20.0 — 200 — 9.8 KiB — 38 ms — h3https://nationalenglishinstitute.com/wp-content/plugins/ultimate-addons-for-gutenberg/assets/js/imagesloaded.min.js?ver=2.20.0/wp-content/plugins/ultimate-addons... https://nationalenglishinstitute.com/wp-content/plugins/ultimate-addons-for-gutenberg/assets/js/imagesloaded.min.js?ver=2.20.0 — 200 — 2.6 KiB — 38 ms — h3https://nationalenglishinstitute.com/wp-content/plugins/ultimate-addons-for-gutenberg/assets/js/slick.min.js?ver=2.20.0/wp-content/plugins/ultimate-addons... https://nationalenglishinstitute.com/wp-content/plugins/ultimate-addons-for-gutenberg/assets/js/slick.min.js?ver=2.20.0 — 200 — 10.9 KiB — 40 ms — h3https://nationalenglishinstitute.com/wp-content/plugins/ultimate-addons-for-gutenberg/assets/js/swiper-bundle.min.js?ver=2.20.0/wp-content/plugins/ultimate-addons... https://nationalenglishinstitute.com/wp-content/plugins/ultimate-addons-for-gutenberg/assets/js/swiper-bundle.min.js?ver=2.20.0 — 200 — 37.4 KiB — 40 ms — h3https://nationalenglishinstitute.com/wp-content/uploads/uag-plugin/assets/3000/uag-js-2523.js?ver=1785349533/wp-content/uploads/uag-plugin/asse... https://nationalenglishinstitute.com/wp-content/uploads/uag-plugin/assets/3000/uag-js-2523.js?ver=1785349533 — 200 — 774 B — 37 ms — h3https://websitedemos.net/online-courses-08/wp-content/uploads/sites/722/2020/02/bg-01-free-img.jpgwebsitedemos.net/online-courses-08/... https://websitedemos.net/online-courses-08/wp-content/uploads/sites/722/2020/02/bg-01-free-img.jpg — 200 — 145.8 KiB — 110 ms — h2https://websitedemos.net/online-courses-08/wp-content/uploads/sites/722/2022/09/pattern-v.pngwebsitedemos.net/online-courses-08/... https://websitedemos.net/online-courses-08/wp-content/uploads/sites/722/2022/09/pattern-v.png — 200 — 23.1 KiB — 109 ms — h2https://nationalenglishinstitute.com/wp-content/uploads/2025/05/480456333_946496894341847_3916039397968060672_n.jpg/wp-content/uploads/2025/05/4804563... https://nationalenglishinstitute.com/wp-content/uploads/2025/05/480456333_946496894341847_3916039397968060672_n.jpg — 200 — 305.6 KiB — 77 ms — h3https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVIUwaEQbjA.woff2fonts.gstatic.com/s/opensans/v44/me... https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVIUwaEQbjA.woff2 — 200 — 13.2 KiB — 23 ms — h3
0 ms 500 ms 1.0 s 1.5 s FCP 858 ms LCP 1.8 shttps://nationalenglishinstitute.com// https://nationalenglishinstitute.com/ — 200 — 29.3 KiB — 273 ms — h3https://nationalenglishinstitute.com/wp-content/themes/astra/assets/css/minified/main.min.css?ver=4.13.0/wp-content/themes/astra/assets/css... https://nationalenglishinstitute.com/wp-content/themes/astra/assets/css/minified/main.min.css?ver=4.13.0 — 200 — 8.6 KiB — 24 ms — h3https://fonts.googleapis.com/css?family=Open+Sans%3A400%7CPoppins%3A600&display=swap&ver=4.13.0fonts.googleapis.com/css?family=Ope... https://fonts.googleapis.com/css?family=Open+Sans%3A400%7CPoppins%3A600&display=swap&ver=4.13.0 — 200 — 2.2 KiB — 88 ms — h2https://nationalenglishinstitute.com/wp-includes/css/dist/block-library/style.min.css?ver=6.9.8/wp-includes/css/dist/block-library... https://nationalenglishinstitute.com/wp-includes/css/dist/block-library/style.min.css?ver=6.9.8 — 200 — 14.9 KiB — 36 ms — h3https://nationalenglishinstitute.com/wp-content/plugins/hostinger-reach/frontend/dist/blocks/subscription.css?ver=1779100659/wp-content/plugins/hostinger-reach... https://nationalenglishinstitute.com/wp-content/plugins/hostinger-reach/frontend/dist/blocks/subscription.css?ver=1779100659 — 200 — 1.7 KiB — 27 ms — h3https://nationalenglishinstitute.com/wp-content/plugins/omnisend/styles/site-styles.css?1789879077&ver=1.7.9/wp-content/plugins/omnisend/styles... https://nationalenglishinstitute.com/wp-content/plugins/omnisend/styles/site-styles.css?1789879077&ver=1.7.9 — 200 — 749 B — 23 ms — h3https://nationalenglishinstitute.com/wp-content/plugins/ultimate-addons-for-gutenberg/assets/css/spectra-block-positioning.min.css?ver=2.20.0/wp-content/plugins/ultimate-addons... https://nationalenglishinstitute.com/wp-content/plugins/ultimate-addons-for-gutenberg/assets/css/spectra-block-positioning.min.css?ver=2.20.0 — 200 — 760 B — 29 ms — h3https://nationalenglishinstitute.com/wp-content/plugins/ultimate-addons-for-gutenberg/assets/css/slick.min.css?ver=2.20.0/wp-content/plugins/ultimate-addons... https://nationalenglishinstitute.com/wp-content/plugins/ultimate-addons-for-gutenberg/assets/css/slick.min.css?ver=2.20.0 — 200 — 1.4 KiB — 30 ms — h3https://nationalenglishinstitute.com/wp-content/plugins/ultimate-addons-for-gutenberg/assets/css/swiper-bundle.min.css?ver=2.20.0/wp-content/plugins/ultimate-addons... https://nationalenglishinstitute.com/wp-content/plugins/ultimate-addons-for-gutenberg/assets/css/swiper-bundle.min.css?ver=2.20.0 — 200 — 4.7 KiB — 27 ms — h3https://nationalenglishinstitute.com/wp-content/uploads/uag-plugin/assets/3000/uag-css-2523.css?ver=1785349533/wp-content/uploads/uag-plugin/asse... https://nationalenglishinstitute.com/wp-content/uploads/uag-plugin/assets/3000/uag-css-2523.css?ver=1785349533 — 200 — 10.8 KiB — 43 ms — h3https://nationalenglishinstitute.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1/wp-includes/js/jquery/jquery.min.j... https://nationalenglishinstitute.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 — 200 — 29.5 KiB — 34 ms — h3https://nationalenglishinstitute.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1/wp-includes/js/jquery/jquery-migra... https://nationalenglishinstitute.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1 — 200 — 5.2 KiB — 33 ms — h3https://nationalenglishinstitute.com/wp-content/uploads/2025/03/logo-national.png/wp-content/uploads/2025/03/logo-na... https://nationalenglishinstitute.com/wp-content/uploads/2025/03/logo-national.png — 200 — 438.8 KiB — 73 ms — h3https://nationalenglishinstitute.com/wp-content/themes/astra/assets/js/minified/frontend.min.js?ver=4.13.0/wp-content/themes/astra/assets/js/... https://nationalenglishinstitute.com/wp-content/themes/astra/assets/js/minified/frontend.min.js?ver=4.13.0 — 200 — 6.1 KiB — 42 ms — h3https://static.cloudflareinsights.com/beacon.min.js/v31edd6df95cf4e85bb4c19e7a9bdbcba1788362987495static.cloudflareinsights.com/beaco... https://static.cloudflareinsights.com/beacon.min.js/v31edd6df95cf4e85bb4c19e7a9bdbcba1788362987495 — 200 — 10.1 KiB — 100 ms — h2https://nationalenglishinstitute.com/wp-includes/js/dist/dom-ready.min.js?ver=f77871ff7694fffea381/wp-includes/js/dist/dom-ready.min.... https://nationalenglishinstitute.com/wp-includes/js/dist/dom-ready.min.js?ver=f77871ff7694fffea381 — 200 — 928 B — 27 ms — h3https://nationalenglishinstitute.com/wp-content/plugins/astra-sites/inc/lib/onboarding/assets/dist/template-preview/main.js?ver=089983451e6a251a0ab9/wp-content/plugins/astra-sites/inc... https://nationalenglishinstitute.com/wp-content/plugins/astra-sites/inc/lib/onboarding/assets/dist/template-preview/main.js?ver=089983451e6a251a0ab9 — 200 — 2.7 KiB — 27 ms — h3https://nationalenglishinstitute.com/wp-content/plugins/hostinger-reach/frontend/dist/blocks/subscription-view.js?ver=1779100659/wp-content/plugins/hostinger-reach... https://nationalenglishinstitute.com/wp-content/plugins/hostinger-reach/frontend/dist/blocks/subscription-view.js?ver=1779100659 — 200 — 3.0 KiB — 26 ms — h3https://nationalenglishinstitute.com/wp-content/plugins/ultimate-addons-for-gutenberg/assets/js/spectra-block-positioning.min.js?ver=2.20.0/wp-content/plugins/ultimate-addons... https://nationalenglishinstitute.com/wp-content/plugins/ultimate-addons-for-gutenberg/assets/js/spectra-block-positioning.min.js?ver=2.20.0 — 200 — 1.6 KiB — 26 ms — h3https://nationalenglishinstitute.com/wp-content/plugins/ultimate-addons-for-gutenberg/assets/js/uagb-button-child.min.js?ver=2.20.0/wp-content/plugins/ultimate-addons... https://nationalenglishinstitute.com/wp-content/plugins/ultimate-addons-for-gutenberg/assets/js/uagb-button-child.min.js?ver=2.20.0 — 200 — 847 B — 40 ms — h3https://nationalenglishinstitute.com/wp-content/plugins/ultimate-addons-for-gutenberg/assets/js/image-gallery.min.js?ver=2.20.0/wp-content/plugins/ultimate-addons... https://nationalenglishinstitute.com/wp-content/plugins/ultimate-addons-for-gutenberg/assets/js/image-gallery.min.js?ver=2.20.0 — 200 — 3.3 KiB — 38 ms — h3https://nationalenglishinstitute.com/wp-content/plugins/ultimate-addons-for-gutenberg/assets/js/isotope.min.js?ver=2.20.0/wp-content/plugins/ultimate-addons... https://nationalenglishinstitute.com/wp-content/plugins/ultimate-addons-for-gutenberg/assets/js/isotope.min.js?ver=2.20.0 — 200 — 9.8 KiB — 38 ms — h3https://nationalenglishinstitute.com/wp-content/plugins/ultimate-addons-for-gutenberg/assets/js/imagesloaded.min.js?ver=2.20.0/wp-content/plugins/ultimate-addons... https://nationalenglishinstitute.com/wp-content/plugins/ultimate-addons-for-gutenberg/assets/js/imagesloaded.min.js?ver=2.20.0 — 200 — 2.6 KiB — 38 ms — h3https://nationalenglishinstitute.com/wp-content/plugins/ultimate-addons-for-gutenberg/assets/js/slick.min.js?ver=2.20.0/wp-content/plugins/ultimate-addons... https://nationalenglishinstitute.com/wp-content/plugins/ultimate-addons-for-gutenberg/assets/js/slick.min.js?ver=2.20.0 — 200 — 10.9 KiB — 40 ms — h3https://nationalenglishinstitute.com/wp-content/plugins/ultimate-addons-for-gutenberg/assets/js/swiper-bundle.min.js?ver=2.20.0/wp-content/plugins/ultimate-addons... https://nationalenglishinstitute.com/wp-content/plugins/ultimate-addons-for-gutenberg/assets/js/swiper-bundle.min.js?ver=2.20.0 — 200 — 37.4 KiB — 40 ms — h3https://nationalenglishinstitute.com/wp-content/uploads/uag-plugin/assets/3000/uag-js-2523.js?ver=1785349533/wp-content/uploads/uag-plugin/asse... https://nationalenglishinstitute.com/wp-content/uploads/uag-plugin/assets/3000/uag-js-2523.js?ver=1785349533 — 200 — 774 B — 37 ms — h3https://websitedemos.net/online-courses-08/wp-content/uploads/sites/722/2020/02/bg-01-free-img.jpgwebsitedemos.net/online-courses-08/... https://websitedemos.net/online-courses-08/wp-content/uploads/sites/722/2020/02/bg-01-free-img.jpg — 200 — 145.8 KiB — 110 ms — h2https://websitedemos.net/online-courses-08/wp-content/uploads/sites/722/2022/09/pattern-v.pngwebsitedemos.net/online-courses-08/... https://websitedemos.net/online-courses-08/wp-content/uploads/sites/722/2022/09/pattern-v.png — 200 — 23.1 KiB — 109 ms — h2https://nationalenglishinstitute.com/wp-content/uploads/2025/05/480456333_946496894341847_3916039397968060672_n.jpg/wp-content/uploads/2025/05/4804563... https://nationalenglishinstitute.com/wp-content/uploads/2025/05/480456333_946496894341847_3916039397968060672_n.jpg — 200 — 305.6 KiB — 77 ms — h3https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVIUwaEQbjA.woff2fonts.gstatic.com/s/opensans/v44/me... https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVIUwaEQbjA.woff2 — 200 — 13.2 KiB — 23 ms — h3https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLEj6Z1xlFd2JQEk.woff2fonts.gstatic.com/s/poppins/v24/pxi... https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLEj6Z1xlFd2JQEk.woff2 — 200 — 7.8 KiB — 27 ms — h3https://nationalenglishinstitute.com/wp-content/uploads/2025/05/480174620_944592367865633_5855288376263277615_n.jpg/wp-content/uploads/2025/05/4801746... https://nationalenglishinstitute.com/wp-content/uploads/2025/05/480174620_944592367865633_5855288376263277615_n.jpg — 200 — 102.9 KiB — 56 ms — h3https://nationalenglishinstitute.com/wp-content/uploads/2025/05/3737f6df-eb02-4345-918d-2d5789342653-copia-1024x576.jpeg/wp-content/uploads/2025/05/3737f6d... https://nationalenglishinstitute.com/wp-content/uploads/2025/05/3737f6df-eb02-4345-918d-2d5789342653-copia-1024x576.jpeg — 200 — 74.2 KiB — 56 ms — h3https://nationalenglishinstitute.com/wp-content/uploads/2025/05/1e340c1b-9bae-4de6-b344-3f27c6b0b38c-1-1024x775.jpeg/wp-content/uploads/2025/05/1e340c1... https://nationalenglishinstitute.com/wp-content/uploads/2025/05/1e340c1b-9bae-4de6-b344-3f27c6b0b38c-1-1024x775.jpeg — 200 — 115.9 KiB — 34 ms — h3https://nationalenglishinstitute.com/wp-content/uploads/2025/05/Diseno-sin-titulo-1024x768.png/wp-content/uploads/2025/05/Diseno-... https://nationalenglishinstitute.com/wp-content/uploads/2025/05/Diseno-sin-titulo-1024x768.png — 200 — 161.7 KiB — 55 ms — h3https://nationalenglishinstitute.com/wp-content/uploads/2025/05/7c54d31d-d2c4-47fd-8f18-85e8917e52e0-copia-1024x768.jpeg/wp-content/uploads/2025/05/7c54d31... https://nationalenglishinstitute.com/wp-content/uploads/2025/05/7c54d31d-d2c4-47fd-8f18-85e8917e52e0-copia-1024x768.jpeg — 200 — 114.0 KiB — 676 ms — h3https://nationalenglishinstitute.com/wp-content/uploads/2025/05/ce2fd735-5f56-4a37-8b77-6689bb0da015-copia-1024x768.jpeg/wp-content/uploads/2025/05/ce2fd73... https://nationalenglishinstitute.com/wp-content/uploads/2025/05/ce2fd735-5f56-4a37-8b77-6689bb0da015-copia-1024x768.jpeg — 200 — 109.0 KiB — 669 ms — h3https://nationalenglishinstitute.com/wp-content/uploads/2025/05/1ff955c2-0430-49b8-a277-d0bfd12c7e11-1024x986.jpeg/wp-content/uploads/2025/05/1ff955c... https://nationalenglishinstitute.com/wp-content/uploads/2025/05/1ff955c2-0430-49b8-a277-d0bfd12c7e11-1024x986.jpeg — 200 — 123.7 KiB — 706 ms — h3https://nationalenglishinstitute.com/wp-content/uploads/2025/05/cad454ed-6277-4c0b-8adf-315873e8e238-copia-1024x576.jpeg/wp-content/uploads/2025/05/cad454e... https://nationalenglishinstitute.com/wp-content/uploads/2025/05/cad454ed-6277-4c0b-8adf-315873e8e238-copia-1024x576.jpeg — 200 — 88.9 KiB — 686 ms — h3https://nationalenglishinstitute.com/wp-content/uploads/2025/05/6c6af1ba-77f2-4918-9652-83f77a0dbccf-1024x768.jpeg/wp-content/uploads/2025/05/6c6af1b... https://nationalenglishinstitute.com/wp-content/uploads/2025/05/6c6af1ba-77f2-4918-9652-83f77a0dbccf-1024x768.jpeg — 200 — 119.2 KiB — 685 ms — h3https://nationalenglishinstitute.com/wp-content/uploads/2025/05/480456333_946496894341847_3916039397968060672_n-1024x768.jpg/wp-content/uploads/2025/05/4804563... https://nationalenglishinstitute.com/wp-content/uploads/2025/05/480456333_946496894341847_3916039397968060672_n-1024x768.jpg — 200 — 105.0 KiB — 659 ms — h3blob:https://nationalenglishinstitute.com/2f39fb2e-ffee-48f0-912a-fca0570901fbnationalenglishinstitute.com/2f39fb... blob:https://nationalenglishinstitute.com/2f39fb2e-ffee-48f0-912a-fca0570901fb — 200 — -1 B — 63 ms — blobhttps://nationalenglishinstitute.com/cdn-cgi/rum?/cdn-cgi/rum? https://nationalenglishinstitute.com/cdn-cgi/rum? — 204 — 486 B — 21 ms — h3https://nationalenglishinstitute.com/wp-content/uploads/2025/03/cropped-logo-national-32x32.png/wp-content/uploads/2025/03/cropped... https://nationalenglishinstitute.com/wp-content/uploads/2025/03/cropped-logo-national-32x32.png — 200 — 2.2 KiB — 24 ms — h3https://nationalenglishinstitute.com/wp-includes/js/wp-emoji-release.min.js?ver=6.9.8/wp-includes/js/wp-emoji-release.mi... https://nationalenglishinstitute.com/wp-includes/js/wp-emoji-release.min.js?ver=6.9.8 — 200 — 5.4 KiB — 25 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Image Optimization
15 images, 1416 KB total, 90 KB wasted
INFO

Image Optimization Audit

Total Images

15

Total Size

1416 KB

Oversized

1

Wasted

90 KB

8 missing dimensions 1 missing lazy loading
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback