Skip to content
https://elvalordemiweb.com

Performance

· 21 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
91
GRADE
A
FIX
1
REVIEW
5
PASS
13
INFO
2

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

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

1.32 s

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

1.67 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.002

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

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

1.67 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
21
13 PASS 5 REVIEW 1 FIX
D
HTTP Caching
Action
no-store (uncacheable)
FIX
no-store (uncacheable)
Info::
Cache-Control: no-store prevents all caching
Intentional for dynamic content, but increases server load for every page view.
Got: no-store, no-cache, must-revalidate
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

no-store, no-cache, must-revalidate

DirectiveValueMeaning
no-storeNever cache this response
no-cacheCache but always revalidate first
must-revalidateMust recheck with server after expiry
B
Third-Party Impact
49% third-party, 0 ms blocking
REVIEW
49% third-party, 0 ms blocking
Info::
Third-party code accounts for 49% of page weight (304.8 KiB of 622.1 KiB)
Info::
Third-party blocking time is low (0 ms)
51%
49%
First-party Third-party
C
Image Optimization
Action
11 images, 0 KB saveable
REVIEW
11 images, 0 KB saveable
Warning::
https://elvalordemiweb.com/core/img/19734_logo-elv... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://elvalordemiweb.com/theme/default/img/a700.... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://elvalordemiweb.com/theme/default/img/no-pr... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://elvalordemiweb.com/site_snapshot/google.co... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://elvalordemiweb.com/site_snapshot/facebook.... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://elvalordemiweb.com/site_snapshot/youtube.c... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
11 images 64 KB
0 oversized -0 KB
11 legacy format
6 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

B
JS Bundles
12 scripts, 109 KB unused
REVIEW
12 scripts, 109 KB unused
Warning::
https://www.googletagmanager.com/gtag/js?id=G-VYMK...: 64 KB unused (43%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://cdnjs.cloudflare.com/ajax/libs/raphael/2.1...: 23 KB unused (88%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://ajax.googleapis.com/ajax/libs/jquery/1.10....: 22 KB unused (69%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 109 KB
109 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtag/js?id=G-VYMKBH7R3V&cx=c&_slc=1149 KB64 KB (43%)3rd
https://cdnjs.cloudflare.com/ajax/libs/raphael/2.1.0/raphael-min.js28 KB23 KB (88%)3rd
https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js33 KB22 KB (69%)3rd
https://code.jquery.com/jquery-1.10.2.min.js32 KB3rd
https://netdna.bootstrapcdn.com/bootstrap/3.1.0/js/bootstrap.min.js8 KB3rd
https://elvalordemiweb.com/theme/default/js/bootstrap.min.js7 KB1st
https://elvalordemiweb.com/theme/default/js/plugins/morris/morris.min.js9 KB1st
https://elvalordemiweb.com/theme/default/js/plugins/jvectormap/jquery-jvectormap-1.2.2.min.js8 KB1st
https://elvalordemiweb.com/theme/default/js/plugins/jvectormap/jquery-jvectormap-world-mill-en.js49 KB1st
https://elvalordemiweb.com/theme/default/js/plugins/jqueryKnob/jquery.knob.js5 KB1st

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

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
Server-Timing Observability
No Server-Timing header found
REVIEW
No Server-Timing header found
Info::
No Server-Timing header found
Server-Timing exposes backend timing breakdowns to browser DevTools (e.g., `db: 45ms; render: 120ms; cache: 2ms`). Useful for diagnosing slow pages without backend log access. Most modern frameworks (Next.js, Cloudflare Workers, Fastly) emit it automatically; absence on a managed platform usually means telemetry headers are stripped at the edge.
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A+
Page Weight Budget
622 KB transferred, 41 requests
PASS
622 KB transferred, 41 requests
Info::
Page weighs 1.6 MB (622 KB transferred)
Info::
41 HTTP requests
Info::
Estimated 0.13 g CO2 per page load
622 KB / 2.4 MB budget
622 KB transferred
41 requests
0.13 g CO2 per page load
JavaScript 362.1 KiB 58%
Fonts 111.0 KiB 18%
Images 63.7 KiB 10%
CSS 48.8 KiB 8%
Other 29.1 KiB 5%
HTML 5.9 KiB 1%
Other 560 B 0%
Other 551 B 0%
Other 467 B 0%
0 2.4 MB 4.9 MB
Under budget
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
174ms total JS execution
PASS
174ms total JS execution
Info::
https://elvalordemiweb.com/: 105ms CPU time
Info::
Unattributable: 69ms CPU time

Main Thread Breakdown

Script Evaluation 36% Other 28% Style & Layout 17% Script Parsing & Compilation 8% Rendering 7% Parse HTML & CSS 3%
ScriptTotalScriptingParse/CompileParty
https://elvalordemiweb.com/105ms1ms1ms1st
Unattributable69ms20ms0ms1st
A+
Font Loading
3 fonts (111 KB)
PASS
3 fonts (111 KB)
Info::
3 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

3

111 KB total

Render-blocking

0

of 3

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 1.3 s LCP 1.7 shttps://fonts.gstatic.com/s/sourcesanspro/v23/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7lujVj9w.woff26xK3dSBYKcSV-LCoeQqfX1R... https://fonts.gstatic.com/s/sourcesanspro/v23/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7lujVj9w.woff2 — 14.5 KiB — 83 ms — font-display: swaphttps://fonts.gstatic.com/s/sourcesanspro/v23/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlxdu3cOWxw.woff26xKydSBYKcSV-LCoeQqfX1R... https://fonts.gstatic.com/s/sourcesanspro/v23/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlxdu3cOWxw.woff2 — 14.6 KiB — 73 ms — font-display: swaphttps://elvalordemiweb.com/theme/default/fonts/fontawesome-webfont.woff?v=4.1.0fontawesome-webfont.woff https://elvalordemiweb.com/theme/default/fonts/fontawesome-webfont.woff?v=4.1.0 — 81.9 KiB — 199 ms — font-display: swap
6xK3dSBYKcSV-LCoeQqfX1R... woff2 swap
Size 15 KB
Load time 83 ms
Start 806 ms
Risk FOUT — text flashes from fallback to web font
6xKydSBYKcSV-LCoeQqfX1R... woff2 swap
Size 15 KB
Load time 73 ms
Start 806 ms
Risk FOUT — text flashes from fallback to web font
fontawesome-webfont.woff woff swap
Size 82 KB
Load time 199 ms
Start 806 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
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)

Fixing the unchecked items could save ~25 KB and ~50 ms

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+
Compression Algorithm
Main response uses brotli
PASS
Main 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+
Main HTML Cache-Control
Main HTML uses no-store -- correct for sensitive/dynamic content
PASS
Main HTML uses no-store -- correct for sensitive/dynamic content
Info::
Main HTML uses no-store -- correct for sensitive/dynamic content
Got: no-store, no-cache, must-revalidate
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
Page Weight Inventory
41 resources · 622 KB · 109 KB savings available
PASS
41 resources · 622 KB · 109 KB savings available
Info::
Within 1MB page-weight target
Got: 622 KB
Info::
~109 KB of savings available
Warning::
15 third-party resources (49% of weight)
41 resources · 622.1 KiB · 15 third-party Within 1MB page-weight target
JavaScript 58% · 362.1 KiB
Font 18% · 111.0 KiB
Image 15% · 92.8 KiB
CSS 8% · 48.8 KiB
Document 1% · 5.9 KiB
Other 0% · 1.5 KiB

~109.4 KiB of savings available

Remove unused JavaScript: 109.4 KiB
Network Waterfall
41 requests over 1563ms
INFO
0 ms 500 ms 1.0 s 1.5 s FCP 1.3 s LCP 1.7 shttps://elvalordemiweb.com// https://elvalordemiweb.com/ — 200 — 5.9 KiB — 428 ms — h2https://elvalordemiweb.com/theme/default/css/theme.css/theme/default/css/theme.css https://elvalordemiweb.com/theme/default/css/theme.css — 200 — 21.6 KiB — 229 ms — h2https://elvalordemiweb.com/theme/default/css/font-awesome.min.css/theme/default/css/font-awesome.min... https://elvalordemiweb.com/theme/default/css/font-awesome.min.css — 200 — 4.4 KiB — 229 ms — h2https://elvalordemiweb.com/theme/default/css/ionicons.min.css/theme/default/css/ionicons.min.css https://elvalordemiweb.com/theme/default/css/ionicons.min.css — 200 — 5.5 KiB — 280 ms — h2https://elvalordemiweb.com/theme/default/css/morris/morris.css/theme/default/css/morris/morris.cs... https://elvalordemiweb.com/theme/default/css/morris/morris.css — 200 — 217 B — 230 ms — h2https://elvalordemiweb.com/theme/default/css/jvectormap/jquery-jvectormap-1.2.2.css/theme/default/css/jvectormap/jquer... https://elvalordemiweb.com/theme/default/css/jvectormap/jquery-jvectormap-1.2.2.css — 200 — 260 B — 281 ms — h2https://elvalordemiweb.com/theme/default/css/AdminLTE.css/theme/default/css/AdminLTE.css https://elvalordemiweb.com/theme/default/css/AdminLTE.css — 200 — 11.6 KiB — 231 ms — h2https://elvalordemiweb.com/theme/default/css/reset.css/theme/default/css/reset.css https://elvalordemiweb.com/theme/default/css/reset.css — 200 — 2.3 KiB — 278 ms — h2https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.jsajax.googleapis.com/ajax/libs/jquer... https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js — 200 — 32.8 KiB — 161 ms — h2https://elvalordemiweb.com/core/img/19734_logo-elvalordemiweb.com.png/core/img/19734_logo-elvalordemiweb... https://elvalordemiweb.com/core/img/19734_logo-elvalordemiweb.com.png — 200 — 10.8 KiB — 276 ms — h2https://elvalordemiweb.com/theme/default/img/a700.png/theme/default/img/a700.png https://elvalordemiweb.com/theme/default/img/a700.png — 200 — 5.8 KiB — 229 ms — h2https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,200italic,300italic,400italic,600italicfonts.googleapis.com/css?family=Sou... https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,200italic,300italic,400italic,600italic — 200 — 1.5 KiB — 144 ms — h2https://elvalordemiweb.com/site_snapshot/google.com.jpg/site_snapshot/google.com.jpg https://elvalordemiweb.com/site_snapshot/google.com.jpg — 200 — 14 B — 121 ms — h2https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,300italic,400italic,600italicfonts.googleapis.com/css?family=Sou... https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,300italic,400italic,600italic — 200 — 1.0 KiB — 141 ms — h2https://fonts.googleapis.com/css?family=Kaushan+Scriptfonts.googleapis.com/css?family=Kau... https://fonts.googleapis.com/css?family=Kaushan+Script — 200 — 471 B — 143 ms — h2https://elvalordemiweb.com/site_snapshot/facebook.com.jpg/site_snapshot/facebook.com.jpg https://elvalordemiweb.com/site_snapshot/facebook.com.jpg — 200 — 14 B — 146 ms — h2https://elvalordemiweb.com/site_snapshot/youtube.com.jpg/site_snapshot/youtube.com.jpg https://elvalordemiweb.com/site_snapshot/youtube.com.jpg — 200 — 14 B — 120 ms — h2https://code.jquery.com/jquery-1.10.2.min.jscode.jquery.com/jquery-1.10.2.min.j... https://code.jquery.com/jquery-1.10.2.min.js — 200 — 32.4 KiB — 13 ms — h2https://netdna.bootstrapcdn.com/bootstrap/3.1.0/js/bootstrap.min.jsnetdna.bootstrapcdn.com/bootstrap/3... https://netdna.bootstrapcdn.com/bootstrap/3.1.0/js/bootstrap.min.js — 200 — 8.4 KiB — 48 ms — h3https://elvalordemiweb.com/theme/default/js/bootstrap.min.js/theme/default/js/bootstrap.min.js https://elvalordemiweb.com/theme/default/js/bootstrap.min.js — 200 — 6.9 KiB — 118 ms — h2https://cdnjs.cloudflare.com/ajax/libs/raphael/2.1.0/raphael-min.jscdnjs.cloudflare.com/ajax/libs/raph... https://cdnjs.cloudflare.com/ajax/libs/raphael/2.1.0/raphael-min.js — 200 — 27.6 KiB — 71 ms — h3https://elvalordemiweb.com/theme/default/js/plugins/morris/morris.min.js/theme/default/js/plugins/morris/mo... https://elvalordemiweb.com/theme/default/js/plugins/morris/morris.min.js — 200 — 9.4 KiB — 119 ms — h2https://elvalordemiweb.com/theme/default/js/plugins/jvectormap/jquery-jvectormap-1.2.2.min.js/theme/default/js/plugins/jvectorma... https://elvalordemiweb.com/theme/default/js/plugins/jvectormap/jquery-jvectormap-1.2.2.min.js — 200 — 8.4 KiB — 120 ms — h2https://elvalordemiweb.com/theme/default/js/plugins/jvectormap/jquery-jvectormap-world-mill-en.js/theme/default/js/plugins/jvectorma... https://elvalordemiweb.com/theme/default/js/plugins/jvectormap/jquery-jvectormap-world-mill-en.js — 200 — 49.5 KiB — 146 ms — h2https://elvalordemiweb.com/theme/default/js/plugins/jqueryKnob/jquery.knob.js/theme/default/js/plugins/jqueryKno... https://elvalordemiweb.com/theme/default/js/plugins/jqueryKnob/jquery.knob.js — 200 — 5.2 KiB — 147 ms — h2https://elvalordemiweb.com/theme/default/js/AdminLTE/app.js/theme/default/js/AdminLTE/app.js https://elvalordemiweb.com/theme/default/js/AdminLTE/app.js — 200 — 11.9 KiB — 227 ms — h2https://elvalordemiweb.com/theme/default/img/no-preview.png/theme/default/img/no-preview.png https://elvalordemiweb.com/theme/default/img/no-preview.png — 200 — 12.4 KiB — 228 ms — h2https://www.google-analytics.com/analytics.jswww.google-analytics.com/analytics.... https://www.google-analytics.com/analytics.js — 200 — 20.9 KiB — 131 ms — h2https://elvalordemiweb.com/theme/default/img/img-icons-background.jpg/theme/default/img/img-icons-backgr... https://elvalordemiweb.com/theme/default/img/img-icons-background.jpg — 200 — 33.1 KiB — 227 ms — h2https://elvalordemiweb.com/theme/default/img/facebook.png/theme/default/img/facebook.png https://elvalordemiweb.com/theme/default/img/facebook.png — 200 — 279 B — 229 ms — h2
0 ms 500 ms 1.0 s 1.5 s FCP 1.3 s LCP 1.7 shttps://elvalordemiweb.com// https://elvalordemiweb.com/ — 200 — 5.9 KiB — 428 ms — h2https://elvalordemiweb.com/theme/default/css/theme.css/theme/default/css/theme.css https://elvalordemiweb.com/theme/default/css/theme.css — 200 — 21.6 KiB — 229 ms — h2https://elvalordemiweb.com/theme/default/css/font-awesome.min.css/theme/default/css/font-awesome.min... https://elvalordemiweb.com/theme/default/css/font-awesome.min.css — 200 — 4.4 KiB — 229 ms — h2https://elvalordemiweb.com/theme/default/css/ionicons.min.css/theme/default/css/ionicons.min.css https://elvalordemiweb.com/theme/default/css/ionicons.min.css — 200 — 5.5 KiB — 280 ms — h2https://elvalordemiweb.com/theme/default/css/morris/morris.css/theme/default/css/morris/morris.cs... https://elvalordemiweb.com/theme/default/css/morris/morris.css — 200 — 217 B — 230 ms — h2https://elvalordemiweb.com/theme/default/css/jvectormap/jquery-jvectormap-1.2.2.css/theme/default/css/jvectormap/jquer... https://elvalordemiweb.com/theme/default/css/jvectormap/jquery-jvectormap-1.2.2.css — 200 — 260 B — 281 ms — h2https://elvalordemiweb.com/theme/default/css/AdminLTE.css/theme/default/css/AdminLTE.css https://elvalordemiweb.com/theme/default/css/AdminLTE.css — 200 — 11.6 KiB — 231 ms — h2https://elvalordemiweb.com/theme/default/css/reset.css/theme/default/css/reset.css https://elvalordemiweb.com/theme/default/css/reset.css — 200 — 2.3 KiB — 278 ms — h2https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.jsajax.googleapis.com/ajax/libs/jquer... https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js — 200 — 32.8 KiB — 161 ms — h2https://elvalordemiweb.com/core/img/19734_logo-elvalordemiweb.com.png/core/img/19734_logo-elvalordemiweb... https://elvalordemiweb.com/core/img/19734_logo-elvalordemiweb.com.png — 200 — 10.8 KiB — 276 ms — h2https://elvalordemiweb.com/theme/default/img/a700.png/theme/default/img/a700.png https://elvalordemiweb.com/theme/default/img/a700.png — 200 — 5.8 KiB — 229 ms — h2https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,200italic,300italic,400italic,600italicfonts.googleapis.com/css?family=Sou... https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,200italic,300italic,400italic,600italic — 200 — 1.5 KiB — 144 ms — h2https://elvalordemiweb.com/site_snapshot/google.com.jpg/site_snapshot/google.com.jpg https://elvalordemiweb.com/site_snapshot/google.com.jpg — 200 — 14 B — 121 ms — h2https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,300italic,400italic,600italicfonts.googleapis.com/css?family=Sou... https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,300italic,400italic,600italic — 200 — 1.0 KiB — 141 ms — h2https://fonts.googleapis.com/css?family=Kaushan+Scriptfonts.googleapis.com/css?family=Kau... https://fonts.googleapis.com/css?family=Kaushan+Script — 200 — 471 B — 143 ms — h2https://elvalordemiweb.com/site_snapshot/facebook.com.jpg/site_snapshot/facebook.com.jpg https://elvalordemiweb.com/site_snapshot/facebook.com.jpg — 200 — 14 B — 146 ms — h2https://elvalordemiweb.com/site_snapshot/youtube.com.jpg/site_snapshot/youtube.com.jpg https://elvalordemiweb.com/site_snapshot/youtube.com.jpg — 200 — 14 B — 120 ms — h2https://code.jquery.com/jquery-1.10.2.min.jscode.jquery.com/jquery-1.10.2.min.j... https://code.jquery.com/jquery-1.10.2.min.js — 200 — 32.4 KiB — 13 ms — h2https://netdna.bootstrapcdn.com/bootstrap/3.1.0/js/bootstrap.min.jsnetdna.bootstrapcdn.com/bootstrap/3... https://netdna.bootstrapcdn.com/bootstrap/3.1.0/js/bootstrap.min.js — 200 — 8.4 KiB — 48 ms — h3https://elvalordemiweb.com/theme/default/js/bootstrap.min.js/theme/default/js/bootstrap.min.js https://elvalordemiweb.com/theme/default/js/bootstrap.min.js — 200 — 6.9 KiB — 118 ms — h2https://cdnjs.cloudflare.com/ajax/libs/raphael/2.1.0/raphael-min.jscdnjs.cloudflare.com/ajax/libs/raph... https://cdnjs.cloudflare.com/ajax/libs/raphael/2.1.0/raphael-min.js — 200 — 27.6 KiB — 71 ms — h3https://elvalordemiweb.com/theme/default/js/plugins/morris/morris.min.js/theme/default/js/plugins/morris/mo... https://elvalordemiweb.com/theme/default/js/plugins/morris/morris.min.js — 200 — 9.4 KiB — 119 ms — h2https://elvalordemiweb.com/theme/default/js/plugins/jvectormap/jquery-jvectormap-1.2.2.min.js/theme/default/js/plugins/jvectorma... https://elvalordemiweb.com/theme/default/js/plugins/jvectormap/jquery-jvectormap-1.2.2.min.js — 200 — 8.4 KiB — 120 ms — h2https://elvalordemiweb.com/theme/default/js/plugins/jvectormap/jquery-jvectormap-world-mill-en.js/theme/default/js/plugins/jvectorma... https://elvalordemiweb.com/theme/default/js/plugins/jvectormap/jquery-jvectormap-world-mill-en.js — 200 — 49.5 KiB — 146 ms — h2https://elvalordemiweb.com/theme/default/js/plugins/jqueryKnob/jquery.knob.js/theme/default/js/plugins/jqueryKno... https://elvalordemiweb.com/theme/default/js/plugins/jqueryKnob/jquery.knob.js — 200 — 5.2 KiB — 147 ms — h2https://elvalordemiweb.com/theme/default/js/AdminLTE/app.js/theme/default/js/AdminLTE/app.js https://elvalordemiweb.com/theme/default/js/AdminLTE/app.js — 200 — 11.9 KiB — 227 ms — h2https://elvalordemiweb.com/theme/default/img/no-preview.png/theme/default/img/no-preview.png https://elvalordemiweb.com/theme/default/img/no-preview.png — 200 — 12.4 KiB — 228 ms — h2https://www.google-analytics.com/analytics.jswww.google-analytics.com/analytics.... https://www.google-analytics.com/analytics.js — 200 — 20.9 KiB — 131 ms — h2https://elvalordemiweb.com/theme/default/img/img-icons-background.jpg/theme/default/img/img-icons-backgr... https://elvalordemiweb.com/theme/default/img/img-icons-background.jpg — 200 — 33.1 KiB — 227 ms — h2https://elvalordemiweb.com/theme/default/img/facebook.png/theme/default/img/facebook.png https://elvalordemiweb.com/theme/default/img/facebook.png — 200 — 279 B — 229 ms — h2https://elvalordemiweb.com/theme/default/img/twitter.png/theme/default/img/twitter.png https://elvalordemiweb.com/theme/default/img/twitter.png — 200 — 464 B — 230 ms — h2https://elvalordemiweb.com/theme/default/img/gp.png/theme/default/img/gp.png https://elvalordemiweb.com/theme/default/img/gp.png — 200 — 468 B — 230 ms — h2https://fonts.gstatic.com/s/sourcesanspro/v23/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7lujVj9w.woff2fonts.gstatic.com/s/sourcesanspro/v... https://fonts.gstatic.com/s/sourcesanspro/v23/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7lujVj9w.woff2 — 200 — 14.5 KiB — 83 ms — h3https://fonts.gstatic.com/s/sourcesanspro/v23/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlxdu3cOWxw.woff2fonts.gstatic.com/s/sourcesanspro/v... https://fonts.gstatic.com/s/sourcesanspro/v23/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlxdu3cOWxw.woff2 — 200 — 14.6 KiB — 73 ms — h3https://elvalordemiweb.com/theme/default/fonts/fontawesome-webfont.woff?v=4.1.0/theme/default/fonts/fontawesome-we... https://elvalordemiweb.com/theme/default/fonts/fontawesome-webfont.woff?v=4.1.0 — 200 — 81.9 KiB — 199 ms — h2https://www.google-analytics.com/j/collect?v=1&_v=j102&a=1119214098&t=pageview&_s=1&dl=https%3A%2F%2Felvalordemiweb.com%2F&ul=en-us&dt=Calcula%20el%20Valor%20de%20tu%20Sitio%20Web%20%7C%20Estimaci%C3%B3n%20%2B%20SEO&sr=800x600&vp=1350x940&_u=IEBAAEABAAAAACAAI~&jid=518581393&gjid=460056445&cid=323100905.1779796615&tid=UA-216567169-1&_gid=1515117865.1779796615&_r=1&_slc=1&z=961130552www.google-analytics.com/j/collect?... https://www.google-analytics.com/j/collect?v=1&_v=j102&a=1119214098&t=pageview&_s=1&dl=https%3A%2F%2Felvalordemiweb.com%2F&ul=en-us&dt=Calcula%20el%20Valor%20de%20tu%20Sitio%20Web%20%7C%20Estimaci%C3%B3n%20%2B%20SEO&sr=800x600&vp=1350x940&_u=IEBAAEABAAAAACAAI~&jid=518581393&gjid=460056445&cid=323100905.1779796615&tid=UA-216567169-1&_gid=1515117865.1779796615&_r=1&_slc=1&z=961130552 — 200 — 467 B — 53 ms — h2https://www.googletagmanager.com/gtag/js?id=G-VYMKBH7R3V&cx=c&_slc=1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-VYMKBH7R3V&cx=c&_slc=1 — 200 — 148.6 KiB — 242 ms — h2https://region1.analytics.google.com/g/collect?v=2&tid=G-VYMKBH7R3V&gtm=45je65k1v9164244739za20g&_p=1779796615057&_gaz=1&gcd=13l3l3l2l2l1&npa=0&dma_cps=a&dma=1&_eu=EBAIAGA&are=1&cid=323100905.1779796615&frm=0&ir=1&pscdl=noapi&rcb=1&sr=800x600&uaa=x86&uab=64&uafvl=Not%252FA)Brand%3B99.0.0.0%7CChromium%3B148.0.7778.178&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115616985~115938466~115938469~118012009&dl=https%3A%2F%2Felvalordemiweb.com%2F&dt=Calcula%20el%20Valor%20de%20tu%20Sitio%20Web%20%7C%20Estimaci%C3%B3n%20%2B%20SEO&sid=1779796615&sct=1&seg=0&_tu=wAQ&en=page_view&_fv=1&_ss=1&_ee=1&tfd=1297region1.analytics.google.com/g/coll... https://region1.analytics.google.com/g/collect?v=2&tid=G-VYMKBH7R3V&gtm=45je65k1v9164244739za20g&_p=1779796615057&_gaz=1&gcd=13l3l3l2l2l1&npa=0&dma_cps=a&dma=1&_eu=EBAIAGA&are=1&cid=323100905.1779796615&frm=0&ir=1&pscdl=noapi&rcb=1&sr=800x600&uaa=x86&uab=64&uafvl=Not%252FA)Brand%3B99.0.0.0%7CChromium%3B148.0.7778.178&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115616985~115938466~115938469~118012009&dl=https%3A%2F%2Felvalordemiweb.com%2F&dt=Calcula%20el%20Valor%20de%20tu%20Sitio%20Web%20%7C%20Estimaci%C3%B3n%20%2B%20SEO&sid=1779796615&sct=1&seg=0&_tu=wAQ&en=page_view&_fv=1&_ss=1&_ee=1&tfd=1297 — 204 — 551 B — 70 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-VYMKBH7R3V&cid=323100905.1779796615&gtm=45je65k1v9164244739za20g&rcb=1&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l2l1&npa=0&frm=0&tag_exp=0~115616985~115938466~115938469~118012009stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-VYMKBH7R3V&cid=323100905.1779796615&gtm=45je65k1v9164244739za20g&rcb=1&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l2l1&npa=0&frm=0&tag_exp=0~115616985~115938466~115938469~118012009 — 204 — 560 B — 98 ms — h2https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-VYMKBH7R3V&cid=323100905.1779796615&gtm=45je65k1v9164244739za20g&rcb=1&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l2l1&npa=0&frm=0&tag_exp=0~115616985~115938466~115938469~118012009&z=431876935www.google.es/ads/ga-audiences?v=1&... https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-VYMKBH7R3V&cid=323100905.1779796615&gtm=45je65k1v9164244739za20g&rcb=1&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l2l1&npa=0&frm=0&tag_exp=0~115616985~115938466~115938469~118012009&z=431876935 — 200 — 408 B — 141 ms — h2https://elvalordemiweb.com/core/img/favicon.png/core/img/favicon.png https://elvalordemiweb.com/core/img/favicon.png — 200 — 29.1 KiB — 114 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Image Optimization
12 images, 97 KB total, 0 KB wasted
INFO

Image Optimization Audit

Total Images

12

Total Size

97 KB

2 missing alt text 12 missing dimensions 11 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