Laravel Vitals
Toggle theme
audit · Apr 28, 12:19
/dashboard

dashboard

mobile · Tue, Apr 28, 2026 12:19 PM ·
demo
Perf
C
75/100
Global
B
88/100
Performance
Lighthouse Performance score
C
-18 vs prev
Accessibility
Lighthouse Accessibility score
B
+3 vs prev
Best Practices
Lighthouse Best Practices score
A
+6 vs prev
SEO
Lighthouse SEO score
A
-7 vs prev

Core Web Vitals

LCP
Largest Contentful Paint — time until the largest visible content element is rendered. Good = under 2.5s.
2436ms
Largest Contentful Paint
CLS
Cumulative Layout Shift — how much visible content unexpectedly shifts during load. Good = under 0.1.
0.05
Cumulative Layout Shift
INP
Interaction to Next Paint — latency between user input and the next paint. Good = under 200ms.
149ms
Interaction to Next Paint
TTFB
Time to First Byte — how long the server takes to respond with the first byte. Good = under 800ms.
261ms
Time to First Byte

Front-end ↔ Back-end breakdown

LCP composition 2436ms total
frontend 2175ms (89.3%)

Backend telemetry

Queries
21 (22 unique)
Query time
100ms
Memory peak
52.0MB
Cache hit rate
71%

Recommendations

1

performance

Reduce unused JavaScript

Warning
View all occurrences

JavaScript shipped to the browser but never executed wastes bandwidth and parse time.

Unused JavaScript still costs network bandwidth, parse time, and CPU. The browser must download, parse, and compile every byte you ship — even if it never executes.

Typical savings: 30-60% bundle size, 200-500ms LCP improvement
Recommended
// Lazy-load route-specific JS
const Dashboard = () => import('./Dashboard.js');

// Or use @vite directive in Blade
@vite(['resources/js/app.js'])
Avoid
<!-- Loading the entire bundle on every page -->
<script src="/build/everything.js"></script>
Found in your application
resources/views/dashboard.blade.php:12
<script src="/build/assets/app-abc.js"></script>
Hint: Use @vite([...]) instead.

Page details

Page weight
1,194 KB
HTTP requests
59
DOM elements
1,046
Render-blocking
254ms
LCP element
main > section.hero > img <img src="/images/hero.jpg" loading="eager">

Resource breakdown

Type
Count
Size
script 14 618 KB
stylesheet 3 139 KB
image 15 699 KB
font 3 70 KB
document 1 23 KB

Third-party impact

1
Entity
Transfer
Blocking
Main thread
Google Analytics 23 KB 60ms 100ms

Main thread breakdown

Slowest requests

URL
Type
Size
Duration
vendor.js
Script
371 KB
586ms
products
XHR
24 KB
208ms

Diagnostics

Critical request chain depth
2 levels
Top JS execution costs
  • app.js 387ms
  • vendor.js 108ms
Open Vitals Spotlight (Cmd+K)
Open Vitals Spotlight (Ctrl+K)
Type at least 2 characters to search
↑↓ Navigate Open
0 results