Skip to content
https://elvalordemiweb.com

Performance

· 26 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
91
GRADE
A
FIX
1
REVIEW
7
PASS
15
INFO
3

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

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

2.40 s

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

5.02 s

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

104 ms

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

0.027

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

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

5.51 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
26
15 PASS 7 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
48% third-party, 0 ms blocking
REVIEW
48% third-party, 0 ms blocking
Info::
Third-party code accounts for 48% of page weight (304.8 KiB of 636.7 KiB)
Info::
Third-party blocking time is low (0 ms)
52%
48%
First-party Third-party
C
Image Optimization
Action
11 images, 0 KB saveable
REVIEW
11 images, 0 KB saveable
Warning::
https://elvalordemiweb.com/site_snapshot/youtube.c... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
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/site_snapshot/facebook.... 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/theme/default/img/a700.... 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.
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 Execution Cost
917ms total JS execution
REVIEW
917ms total JS execution
Warning::
https://elvalordemiweb.com/: 304ms CPU time
Warning::
Unattributable: 274ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-VYMK...: 162ms CPU time
Info::
https://code.jquery.com/jquery-1.10.2.min.js: 68ms CPU time
Info::
https://elvalordemiweb.com/theme/default/js/AdminL...: 55ms CPU time
Info::
Third-party scripts: 285ms (31% of total)

Main Thread Breakdown

Script Evaluation 35% Other 32% Style & Layout 15% Script Parsing & Compilation 9% Rendering 5% Parse HTML & CSS 5%
ScriptTotalScriptingParse/CompileParty
https://elvalordemiweb.com/304ms19ms4ms1st
Unattributable274ms48ms0ms1st
https://www.googletagmanager.com/gtag/js?id=G-VYMKBH7R3V&cx=c&_slc=1162ms126ms34ms3rd
https://code.jquery.com/jquery-1.10.2.min.js68ms52ms7ms3rd
https://elvalordemiweb.com/theme/default/js/AdminLTE/app.js55ms13ms13ms1st
https://www.google-analytics.com/analytics.js55ms44ms5ms3rd
B
JS Bundles
12 scripts, 110 KB unused
REVIEW
12 scripts, 110 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: 110 KB
110 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.js50 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.
B
JavaScript Blocking
1 JS blocking issue(s) detected
REVIEW
1 JS blocking issue(s) detected
Warning::
10 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+
Page Weight Budget
637 KB transferred, 43 requests
PASS
637 KB transferred, 43 requests
Info::
Page weighs 1.6 MB (637 KB transferred)
Info::
43 HTTP requests
Info::
Estimated 0.13 g CO2 per page load
637 KB / 2.4 MB budget
637 KB transferred
43 requests
0.13 g CO2 per page load
JavaScript 362.1 KiB 57%
Fonts 111.1 KiB 17%
Images 64.2 KiB 10%
CSS 50.9 KiB 8%
Other 29.2 KiB 5%
HTML 17.7 KiB 3%
Other 551 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+
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 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 2.4 s LCP 5.0 shttps://fonts.gstatic.com/s/sourcesanspro/v23/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7lujVj9w.woff26xK3dSBYKcSV-LCoeQqfX1R... https://fonts.gstatic.com/s/sourcesanspro/v23/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7lujVj9w.woff2 — 14.5 KiB — 59 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 — 52 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 — 82.0 KiB — 308 ms — font-display: swap
6xK3dSBYKcSV-LCoeQqfX1R... woff2 swap
Size 15 KB
Load time 59 ms
Start 2.1 s
Risk FOUT — text flashes from fallback to web font
6xKydSBYKcSV-LCoeQqfX1R... woff2 swap
Size 15 KB
Load time 52 ms
Start 2.1 s
Risk FOUT — text flashes from fallback to web font
fontawesome-webfont.woff woff swap
Size 82 KB
Load time 308 ms
Start 2.1 s
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
43 resources · 637 KB · 110 KB savings available
PASS
43 resources · 637 KB · 110 KB savings available
Info::
Within 1MB page-weight target
Got: 637 KB
Info::
~110 KB of savings available
Warning::
15 third-party resources (48% of weight)
43 resources · 636.7 KiB · 15 third-party Within 1MB page-weight target
JavaScript 57% · 362.1 KiB
Font 17% · 111.1 KiB
Image 15% · 93.3 KiB
CSS 8% · 50.9 KiB
Document 3% · 17.7 KiB
Other 0% · 1.7 KiB

~110.1 KiB of savings available

Remove unused JavaScript: 110.1 KiB
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::
7 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.
Network Waterfall
43 requests over 2891ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 2.4 s LCP 5.0 shttps://elvalordemiweb.com// https://elvalordemiweb.com/ — 200 — 11.7 KiB — 460 ms — h2https://elvalordemiweb.com/z0f76a1d14fd21a8fb5fd0d03e0fdc3d3cedae52f?wsidchk=10055785&pdata=https%253A%252F%252Felvalordemiweb.com&id=7fa3b767c460b54a2be4d49030b349c7&ts=1779796601/z0f76a1d14fd21a8fb5fd0d03e0fdc3d3c... https://elvalordemiweb.com/z0f76a1d14fd21a8fb5fd0d03e0fdc3d3cedae52f?wsidchk=10055785&pdata=https%253A%252F%252Felvalordemiweb.com&id=7fa3b767c460b54a2be4d49030b349c7&ts=1779796601 — 302 — 195 B — 115 ms — h2https://elvalordemiweb.com// https://elvalordemiweb.com/ — 200 — 6.0 KiB — 182 ms — h2https://elvalordemiweb.com/theme/default/css/theme.css/theme/default/css/theme.css https://elvalordemiweb.com/theme/default/css/theme.css — 200 — 21.8 KiB — 128 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.6 KiB — 138 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.8 KiB — 236 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 — 533 B — 139 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 — 577 B — 140 ms — h2https://elvalordemiweb.com/theme/default/css/AdminLTE.css/theme/default/css/AdminLTE.css https://elvalordemiweb.com/theme/default/css/AdminLTE.css — 200 — 11.9 KiB — 239 ms — h2https://elvalordemiweb.com/theme/default/css/reset.css/theme/default/css/reset.css https://elvalordemiweb.com/theme/default/css/reset.css — 200 — 2.6 KiB — 236 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 — 163 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 — 11.1 KiB — 238 ms — h2https://elvalordemiweb.com/theme/default/img/a700.png/theme/default/img/a700.png https://elvalordemiweb.com/theme/default/img/a700.png — 200 — 6.1 KiB — 237 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 — 148 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 — 127 ms — h3https://elvalordemiweb.com/site_snapshot/facebook.com.jpg/site_snapshot/facebook.com.jpg https://elvalordemiweb.com/site_snapshot/facebook.com.jpg — 200 — 14 B — 129 ms — h3https://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 — 70 ms — h2https://fonts.googleapis.com/css?family=Kaushan+Scriptfonts.googleapis.com/css?family=Kau... https://fonts.googleapis.com/css?family=Kaushan+Script — 200 — 494 B — 55 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 — 124 ms — h3https://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 — 36 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 — 54 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 — 336 ms — h3https://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 — 67 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 — 348 ms — h3https://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 — 357 ms — h3https://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 — 399 ms — h3https://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 — 403 ms — h3https://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 — 405 ms — h3https://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 — 431 ms — h3https://www.google-analytics.com/analytics.jswww.google-analytics.com/analytics.... https://www.google-analytics.com/analytics.js — 200 — 20.9 KiB — 135 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 2.4 s LCP 5.0 shttps://elvalordemiweb.com// https://elvalordemiweb.com/ — 200 — 11.7 KiB — 460 ms — h2https://elvalordemiweb.com/z0f76a1d14fd21a8fb5fd0d03e0fdc3d3cedae52f?wsidchk=10055785&pdata=https%253A%252F%252Felvalordemiweb.com&id=7fa3b767c460b54a2be4d49030b349c7&ts=1779796601/z0f76a1d14fd21a8fb5fd0d03e0fdc3d3c... https://elvalordemiweb.com/z0f76a1d14fd21a8fb5fd0d03e0fdc3d3cedae52f?wsidchk=10055785&pdata=https%253A%252F%252Felvalordemiweb.com&id=7fa3b767c460b54a2be4d49030b349c7&ts=1779796601 — 302 — 195 B — 115 ms — h2https://elvalordemiweb.com// https://elvalordemiweb.com/ — 200 — 6.0 KiB — 182 ms — h2https://elvalordemiweb.com/theme/default/css/theme.css/theme/default/css/theme.css https://elvalordemiweb.com/theme/default/css/theme.css — 200 — 21.8 KiB — 128 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.6 KiB — 138 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.8 KiB — 236 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 — 533 B — 139 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 — 577 B — 140 ms — h2https://elvalordemiweb.com/theme/default/css/AdminLTE.css/theme/default/css/AdminLTE.css https://elvalordemiweb.com/theme/default/css/AdminLTE.css — 200 — 11.9 KiB — 239 ms — h2https://elvalordemiweb.com/theme/default/css/reset.css/theme/default/css/reset.css https://elvalordemiweb.com/theme/default/css/reset.css — 200 — 2.6 KiB — 236 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 — 163 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 — 11.1 KiB — 238 ms — h2https://elvalordemiweb.com/theme/default/img/a700.png/theme/default/img/a700.png https://elvalordemiweb.com/theme/default/img/a700.png — 200 — 6.1 KiB — 237 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 — 148 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 — 127 ms — h3https://elvalordemiweb.com/site_snapshot/facebook.com.jpg/site_snapshot/facebook.com.jpg https://elvalordemiweb.com/site_snapshot/facebook.com.jpg — 200 — 14 B — 129 ms — h3https://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 — 70 ms — h2https://fonts.googleapis.com/css?family=Kaushan+Scriptfonts.googleapis.com/css?family=Kau... https://fonts.googleapis.com/css?family=Kaushan+Script — 200 — 494 B — 55 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 — 124 ms — h3https://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 — 36 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 — 54 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 — 336 ms — h3https://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 — 67 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 — 348 ms — h3https://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 — 357 ms — h3https://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 — 399 ms — h3https://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 — 403 ms — h3https://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 — 405 ms — h3https://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 — 431 ms — h3https://www.google-analytics.com/analytics.jswww.google-analytics.com/analytics.... https://www.google-analytics.com/analytics.js — 200 — 20.9 KiB — 135 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 — 436 ms — h3https://elvalordemiweb.com/theme/default/img/facebook.png/theme/default/img/facebook.png https://elvalordemiweb.com/theme/default/img/facebook.png — 200 — 268 B — 405 ms — h3https://elvalordemiweb.com/theme/default/img/twitter.png/theme/default/img/twitter.png https://elvalordemiweb.com/theme/default/img/twitter.png — 200 — 453 B — 405 ms — h3https://elvalordemiweb.com/theme/default/img/gp.png/theme/default/img/gp.png https://elvalordemiweb.com/theme/default/img/gp.png — 200 — 457 B — 405 ms — h3https://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 — 59 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 — 52 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 — 82.0 KiB — 308 ms — h3https://www.google-analytics.com/j/collect?v=1&_v=j102&a=1154192249&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=412x823&vp=412x823&_u=IEBAAEABAAAAACAAI~&jid=1995864447&gjid=1800077969&cid=276793182.1779796604&tid=UA-216567169-1&_gid=251207422.1779796604&_r=1&_slc=1&z=139853752www.google-analytics.com/j/collect?... https://www.google-analytics.com/j/collect?v=1&_v=j102&a=1154192249&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=412x823&vp=412x823&_u=IEBAAEABAAAAACAAI~&jid=1995864447&gjid=1800077969&cid=276793182.1779796604&tid=UA-216567169-1&_gid=251207422.1779796604&_r=1&_slc=1&z=139853752 — 200 — 467 B — 52 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 — 254 ms — h2https://region1.analytics.google.com/g/collect?v=2&tid=G-VYMKBH7R3V&gtm=45je65k1v9164244739za20g&_p=1779796603614&_gaz=1&gcd=13l3l3l2l2l1&npa=0&dma_cps=a&dma=1&_eu=EBAIAGA&are=1&cid=276793182.1779796604&frm=0&ir=1&pscdl=noapi&rcb=4&sr=412x823&uaa=&uab=64&uafvl=Not%252FA)Brand%3B99.0.0.0%7CChromium%3B148.0.7778.178&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115616986~115938465~115938469~119034492~119168154&dl=https%3A%2F%2Felvalordemiweb.com%2F&dt=Calcula%20el%20Valor%20de%20tu%20Sitio%20Web%20%7C%20Estimaci%C3%B3n%20%2B%20SEO&sid=1779796603&sct=1&seg=0&_tu=wAQ&en=page_view&_fv=1&_ss=1&_ee=1&tfd=1119region1.analytics.google.com/g/coll... https://region1.analytics.google.com/g/collect?v=2&tid=G-VYMKBH7R3V&gtm=45je65k1v9164244739za20g&_p=1779796603614&_gaz=1&gcd=13l3l3l2l2l1&npa=0&dma_cps=a&dma=1&_eu=EBAIAGA&are=1&cid=276793182.1779796604&frm=0&ir=1&pscdl=noapi&rcb=4&sr=412x823&uaa=&uab=64&uafvl=Not%252FA)Brand%3B99.0.0.0%7CChromium%3B148.0.7778.178&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115616986~115938465~115938469~119034492~119168154&dl=https%3A%2F%2Felvalordemiweb.com%2F&dt=Calcula%20el%20Valor%20de%20tu%20Sitio%20Web%20%7C%20Estimaci%C3%B3n%20%2B%20SEO&sid=1779796603&sct=1&seg=0&_tu=wAQ&en=page_view&_fv=1&_ss=1&_ee=1&tfd=1119 — 204 — 551 B — 89 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-VYMKBH7R3V&cid=276793182.1779796604&gtm=45je65k1v9164244739za20g&rcb=4&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l2l1&npa=0&frm=0&tag_exp=0~115616986~115938465~115938469~119034492~119168154stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-VYMKBH7R3V&cid=276793182.1779796604&gtm=45je65k1v9164244739za20g&rcb=4&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l2l1&npa=0&frm=0&tag_exp=0~115616986~115938465~115938469~119034492~119168154 — 204 — 551 B — 135 ms — h2https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-VYMKBH7R3V&cid=276793182.1779796604&gtm=45je65k1v9164244739za20g&rcb=4&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l2l1&npa=0&frm=0&tag_exp=0~115616986~115938465~115938469~119034492~119168154&z=760060786www.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=276793182.1779796604&gtm=45je65k1v9164244739za20g&rcb=4&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l2l1&npa=0&frm=0&tag_exp=0~115616986~115938465~115938469~119034492~119168154&z=760060786 — 200 — 408 B — 164 ms — h2https://elvalordemiweb.com/core/img/favicon.png/core/img/favicon.png https://elvalordemiweb.com/core/img/favicon.png — 200 — 29.0 KiB — 123 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
31% of JavaScript execution is third-party
First-party Third-party 285ms · 202KB · €3/mo
Google Tag Manager
Tag Manager
Optional
Execution 162ms
Transfer 149 KB
Unused 43%
Monthly Cost €2/mo
code.jquery.com
Other
Optional
Execution 68ms
Transfer 32 KB
Monthly Cost €1/mo
Google Analytics
Analytics
Optional
Execution 55ms
Transfer 21 KB
Monthly Cost €1/mo

How third-party costs are calculated

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