Skip to content
https://nationalenglishinstitute.com

Performance

· 26 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
90
GRADE
A
FIX
1
REVIEW
8
PASS
14
INFO
3

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

64
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
87
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.

2.44 s

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

6.64 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.008

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

29.71 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.

6.64 s

Page Load Progression

2.6 s
5.2 s
7.9 s
10.5 s
13.1 s
15.7 s
18.4 s
21.0 s
Checks
26
14 PASS 8 REVIEW 1 FIX
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.

C
Page Weight Budget
Action
1.6 MB transferred, 45 requests
REVIEW
1.6 MB transferred, 45 requests
Info::
Page weighs 2.3 MB (1.6 MB transferred)
Warning::
Images are 1.4 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.4 MB
Info::
45 HTTP requests
Info::
Estimated 0.34 g CO2 per page load
1.6 MB / 2.4 MB budget
1.6 MB transferred
45 requests
0.34 g CO2 per page load
Images 1.4 MiB 87%
JavaScript 129.3 KiB 8%
CSS 44.1 KiB 3%
HTML 29.4 KiB 2%
Fonts 21.0 KiB 1%
Other 2.2 KiB 0%
Other 483 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

B
Image Optimization
14 images, 0 KB saveable
REVIEW
14 images, 0 KB saveable
Info::
All images are well-optimized
14 images 1.4 MB
0 oversized -0 KB
14 legacy format
0 missing dimensions CLS risk
B
JS Execution Cost
723ms total JS execution
REVIEW
723ms total JS execution
Warning::
https://nationalenglishinstitute.com/: 360ms CPU time
Warning::
Unattributable: 301ms CPU time
Info::
https://nationalenglishinstitute.com/wp-includes/j...: 61ms CPU time

Main Thread Breakdown

Other 45% Style & Layout 20% Script Evaluation 18% Parse HTML & CSS 8% Rendering 5% Script Parsing & Compilation 5%
ScriptTotalScriptingParse/CompileParty
https://nationalenglishinstitute.com/360ms18ms4ms1st
Unattributable301ms6ms0ms1st
https://nationalenglishinstitute.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.161ms50ms7ms1st
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 · 1.6 MB · 56 KB savings available
REVIEW
45 resources · 1.6 MB · 56 KB savings available
Warning::
Page weight 1.6 MB exceeds 1 MB target by 659 KB
Got: 1.6 MB Expected: ≤ 1 MB
Info::
~56 KB of savings available
Info::
7 third-party resources (12% of weight)
Info::
2 resources over 200KB
45 resources · 1.6 MiB · 7 third-party 658.7 KiB over 1MB target
Image 87% · 1.4 MiB
JavaScript 8% · 129.3 KiB
CSS 3% · 44.1 KiB
Document 2% · 29.4 KiB
Font 1% · 21.0 KiB
Other 0% · 483 B

~56.5 KiB of savings available

Remove unused JavaScript: 56.5 KiB
B
JavaScript Blocking
1 JS blocking issue(s) detected
REVIEW
1 JS blocking issue(s) detected
Warning::
14 render-blocking <script src> tag(s) without async/defer
Each `<script src=...>` without `async`, `defer`, or `type="module"` blocks HTML parsing while the browser fetches and executes it. The block lasts the entire round-trip + execution time -- on slow networks this translates directly into LCP delay. Add `defer` (executes after parse, in source order) for scripts that interact with the DOM, or `async` (executes whenever ready) for analytics / independent scripts. Module scripts (`type="module"`) are deferred by default.
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A+
Third-Party Impact
12% third-party, 0 ms blocking
PASS
12% third-party, 0 ms blocking
Info::
Third-party code accounts for 12% of page weight (202.1 KiB of 1.6 MiB)
Info::
Third-party blocking time is low (0 ms)
88%
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+
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 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s FCP 2.4 s LCP 6.6 shttps://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVIUx6EQ.woff2memSYaGs126MiZpBA-UvWbX... https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVIUx6EQ.woff2 — 13.1 KiB — 21 ms — font-display: swaphttps://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLEj6Z1xlFd2JQEk.woff2pxiByp8kv8JHgFVrLEj6Z1x... https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLEj6Z1xlFd2JQEk.woff2 — 7.8 KiB — 21 ms — font-display: swap
memSYaGs126MiZpBA-UvWbX... woff2 swap
Size 13 KB
Load time 21 ms
Start 20.3 s
Risk FOUT — text flashes from fallback to web font
pxiByp8kv8JHgFVrLEj6Z1x... woff2 swap
Size 8 KB
Load time 21 ms
Start 20.3 s
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
4 hints, 0 missing preconnects
PASS
4 hints, 0 missing preconnects
Info::
1 dns-prefetch redundant with preconnect on same origin
preconnect already does the DNS lookup; adding dns-prefetch to the same origin is at best a no-op. Sample: https://fonts.googleapis.com. Remove the redundant dns-prefetch entries.
Info::
Page uses 4 resource hint(s)

Current Resource Hints

preconnect
2
preload
dns-prefetch
2
prefetch

4 resource hints configured

preconnect already does the DNS lookup; adding dns-prefetch to the same origin is at best a no-op. Sample: https://fonts.googleapis.com. Remove the redundant dns-prefetch entries.

Why this matters

Performance issues directly impact user engagement and conversion rates.

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.
A+
Render-Blocking Resources
No render-blocking resources detected
PASS
No render-blocking resources detected
Info::
No render-blocking resources detected in <head>
A+
Third-Party Resources
No third-party resources detected
PASS
No third-party resources detected
A
CSS Performance Depth
1 CSS depth issue(s) detected
PASS
1 CSS depth issue(s) detected
Warning::
9 render-blocking stylesheet(s) -- recommended: <=3
Each `<link rel="stylesheet">` without a non-blocking `media` attribute holds up the first paint. Browsers download all of them before painting any content. Consolidate into 1-2 critical-path stylesheets; defer non-critical CSS via `<link rel="stylesheet" media="print" onload="this.media='all'">` or via the loadCSS pattern; inline above-the-fold CSS in `<style>` to short-circuit the request entirely.
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 21519ms
INFO
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s 22.0 s FCP 2.4 s LCP 6.6 shttps://nationalenglishinstitute.com// https://nationalenglishinstitute.com/ — 200 — 29.4 KiB — 512 ms — h2https://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.4 KiB — 428 ms — h2https://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.1 KiB — 91 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.8 KiB — 19.7 s — h2https://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.4 KiB — 448 ms — h2https://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 — 553 B — 450 ms — h2https://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 — 547 B — 424 ms — h2https://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.2 KiB — 429 ms — h2https://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.5 KiB — 465 ms — h2https://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.6 KiB — 439 ms — h2https://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.3 KiB — 34 ms — h2https://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 — 4.9 KiB — 32 ms — h2https://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.9 KiB — 893 ms — h2https://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 — 5.8 KiB — 33 ms — h2https://static.cloudflareinsights.com/beacon.min.js/v31edd6df95cf4e85bb4c19e7a9bdbcba1788362987495static.cloudflareinsights.com/beaco... https://static.cloudflareinsights.com/beacon.min.js/v31edd6df95cf4e85bb4c19e7a9bdbcba1788362987495 — 200 — 10.1 KiB — 85 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 — 958 B — 32 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 — 26 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 — 854 B — 27 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 — 26 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 — 39 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 — 32 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 — 27 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 — 30 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 — 777 B — 27 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.6 KiB — 224 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.3 KiB — 189 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 — 829 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 — 671 ms — h3
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s 22.0 s FCP 2.4 s LCP 6.6 shttps://nationalenglishinstitute.com// https://nationalenglishinstitute.com/ — 200 — 29.4 KiB — 512 ms — h2https://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.4 KiB — 428 ms — h2https://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.1 KiB — 91 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.8 KiB — 19.7 s — h2https://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.4 KiB — 448 ms — h2https://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 — 553 B — 450 ms — h2https://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 — 547 B — 424 ms — h2https://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.2 KiB — 429 ms — h2https://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.5 KiB — 465 ms — h2https://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.6 KiB — 439 ms — h2https://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.3 KiB — 34 ms — h2https://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 — 4.9 KiB — 32 ms — h2https://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.9 KiB — 893 ms — h2https://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 — 5.8 KiB — 33 ms — h2https://static.cloudflareinsights.com/beacon.min.js/v31edd6df95cf4e85bb4c19e7a9bdbcba1788362987495static.cloudflareinsights.com/beaco... https://static.cloudflareinsights.com/beacon.min.js/v31edd6df95cf4e85bb4c19e7a9bdbcba1788362987495 — 200 — 10.1 KiB — 85 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 — 958 B — 32 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 — 26 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 — 854 B — 27 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 — 26 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 — 39 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 — 32 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 — 27 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 — 30 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 — 777 B — 27 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.6 KiB — 224 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.3 KiB — 189 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 — 829 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 — 671 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 — 630 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 — 674 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 — 722 ms — h3https://nationalenglishinstitute.com/wp-content/uploads/2025/05/7c54d31d-d2c4-47fd-8f18-85e8917e52e0-copia-300x225.jpeg/wp-content/uploads/2025/05/7c54d31... https://nationalenglishinstitute.com/wp-content/uploads/2025/05/7c54d31d-d2c4-47fd-8f18-85e8917e52e0-copia-300x225.jpeg — 200 — 15.6 KiB — 441 ms — h3https://nationalenglishinstitute.com/wp-content/uploads/2025/05/1e340c1b-9bae-4de6-b344-3f27c6b0b38c-1-300x227.jpeg/wp-content/uploads/2025/05/1e340c1... https://nationalenglishinstitute.com/wp-content/uploads/2025/05/1e340c1b-9bae-4de6-b344-3f27c6b0b38c-1-300x227.jpeg — 200 — 16.8 KiB — 449 ms — h3https://nationalenglishinstitute.com/wp-content/uploads/2025/05/ce2fd735-5f56-4a37-8b77-6689bb0da015-copia-300x225.jpeg/wp-content/uploads/2025/05/ce2fd73... https://nationalenglishinstitute.com/wp-content/uploads/2025/05/ce2fd735-5f56-4a37-8b77-6689bb0da015-copia-300x225.jpeg — 200 — 15.7 KiB — 446 ms — h3https://nationalenglishinstitute.com/wp-content/uploads/2025/05/1ff955c2-0430-49b8-a277-d0bfd12c7e11-300x289.jpeg/wp-content/uploads/2025/05/1ff955c... https://nationalenglishinstitute.com/wp-content/uploads/2025/05/1ff955c2-0430-49b8-a277-d0bfd12c7e11-300x289.jpeg — 200 — 16.7 KiB — 434 ms — h3https://nationalenglishinstitute.com/wp-content/uploads/2025/05/cad454ed-6277-4c0b-8adf-315873e8e238-copia-300x169.jpeg/wp-content/uploads/2025/05/cad454e... https://nationalenglishinstitute.com/wp-content/uploads/2025/05/cad454ed-6277-4c0b-8adf-315873e8e238-copia-300x169.jpeg — 200 — 12.4 KiB — 436 ms — h3https://nationalenglishinstitute.com/wp-content/uploads/2025/05/3737f6df-eb02-4345-918d-2d5789342653-copia-300x169.jpeg/wp-content/uploads/2025/05/3737f6d... https://nationalenglishinstitute.com/wp-content/uploads/2025/05/3737f6df-eb02-4345-918d-2d5789342653-copia-300x169.jpeg — 200 — 10.9 KiB — 425 ms — h3https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVIUx6EQ.woff2fonts.gstatic.com/s/opensans/v44/me... https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVIUx6EQ.woff2 — 200 — 13.1 KiB — 21 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 — 21 ms — h3blob:https://nationalenglishinstitute.com/6dfe7af9-ad9a-4ec0-ad8a-bc82d18afb46nationalenglishinstitute.com/6dfe7a... blob:https://nationalenglishinstitute.com/6dfe7af9-ad9a-4ec0-ad8a-bc82d18afb46 — 200 — -1 B — 36 ms — blobhttps://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 — 415 ms — h3https://nationalenglishinstitute.com/cdn-cgi/rum?/cdn-cgi/rum? https://nationalenglishinstitute.com/cdn-cgi/rum? — 204 — 483 B — 26 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 — 411 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