Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
thedaviddias avatar

Page Load Time

  • 1 installs
  • 73.4k repo stars
  • Updated June 18, 2026
  • thedaviddias/frontendchecklist

Measures page load time against a 3-second threshold and applies lazy loading, CDN, caching, and resource optimization to hit it.

About

Verifies pages load under 3 seconds on a standard connection since slower pages spike bounce rate and hurt conversions and SEO. A developer uses it when auditing slow page loads and rendering delays.

  • 53% of mobile users abandon sites over 3 seconds
  • Focus on Core Web Vitals: LCP, FID/INP, CLS

Page Load Time by the numbers

  • 1 all-time installs (skills.sh)
  • Ranked #1,914 of 2,245 Frontend Development skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/thedaviddias/frontendchecklist --skill page-load-time

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs1
repo stars73.4k
Last updatedJune 18, 2026
Repositorythedaviddias/frontendchecklist

What it does

Measures page load time against a 3-second threshold and applies lazy loading, CDN, caching, and resource optimization to hit it.

Files

SKILL.mdMarkdownGitHub ↗

Keep page load time under 3 seconds

Studies show 53% of mobile users abandon sites that take longer than 3 seconds to load—slow pages directly hurt conversions, engagement, and SEO rankings.

Quick Reference

  • 3 seconds is the threshold where bounce rates spike dramatically
  • 53% of mobile users abandon sites taking over 3 seconds
  • Focus on Core Web Vitals: LCP, FID/INP, CLS
  • Test on throttled 3G to simulate real-world conditions

Check

Measure the page load time and verify it's under 3 seconds on a standard connection.

Fix

Optimize page load time through lazy loading, CDN usage, caching strategies, and resource optimization.

Explain

Explain how page load time affects bounce rate, SEO rankings, and user satisfaction.

Code Review

Review the routes, assets, and loading behavior that affect Keep page load time under 3 seconds. Flag exact files, requests, or rendering steps that add unnecessary network, CPU, or layout cost, and describe the measurement method used to confirm the issue.

---

For full implementation details, code examples, and framework-specific guidance, see references/rule.md.

Rule page: https://frontendchecklist.io/en/rules/performance/page-load-time

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.