We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
✂️ Send less JavaScript (code-splitting) 😴 Lazy-load non-critical resources 🗜 Compress diligently! (GZip, Brotli) 📦 Cache effectively (HTTP, Service Workers) ⚡️ Minify & optimize everything 🗼 Preresolve DNS for critical origins 💨 Preload critical resources 📲 Respect data plans 🌊 Stream HTML responses 📡 Make fewer HTTP requests 📰 Have a Web Font loading strategy 🛣 Route-based chunking 📒 Library sharding 📱 PRPL pattern 🌴 Tree-shaking (Webpack, RollUp) 🍽 Serve modern browsers ES2015 (babel-preset-env) 🏋️♀️ Scope hoisting (Webpack) 🔧 Don’t ship DEV code to PROD
https://whatdoesmysitecost.com/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
✂️ Send less JavaScript (code-splitting)
😴 Lazy-load non-critical resources
🗜 Compress diligently! (GZip, Brotli)
📦 Cache effectively (HTTP, Service Workers)
⚡️ Minify & optimize everything
🗼 Preresolve DNS for critical origins
💨 Preload critical resources
📲 Respect data plans
🌊 Stream HTML responses
📡 Make fewer HTTP requests
📰 Have a Web Font loading strategy
🛣 Route-based chunking
📒 Library sharding
📱 PRPL pattern
🌴 Tree-shaking (Webpack, RollUp)
🍽 Serve modern browsers ES2015 (babel-preset-env)
🏋️♀️ Scope hoisting (Webpack)
🔧 Don’t ship DEV code to PROD
https://whatdoesmysitecost.com/
The text was updated successfully, but these errors were encountered: