Web Performance Tips
@webperftips
Great Tips For Fast Webs
Potrebbero piacerti
Debounce? Pshh… Try our new jQuery plugin: DoubleDribble.js $.dbldrbl = function(fn, n){ return function() { while(n--){ fn() } } }
Sure, animated gifs might be larger than video, but they're also more battery/cpu intensive and lower quality.
Fast By Association™ Load iframes of fast websites into the body of your website, and people will associate your site with the fast ones.
Roses are slow. Violets are slow. Sorry this is a day late. 408 Request Timeout.
Enable SSLv3 exclusively on your app so you can still have a green lock, but browsers have an easier time reading the plain text.
Save expensive computations for when the user isn't engaging with application, like during a scroll or primary content load.
Set element.viscosity to below 0.5 for faster reflows.
server { listen 443; rewrite ^ http://$server_name$request_uri?; } https take *so* *long*. Simply redirect it to http.
Use the new ServiceWorkers to add a small amount of latency to each request. This shows users that the servers are "really working hard."
Remove the 'skip intro' link on your homepage to save precious bytes across the wire.
The root URL of your app should allow you to select the minified or unminified version so the user can choose between speed and verbosity.
More like Content Delivery Net-DOESNT-work, amirite?!
United States Tendenze
- 1. Colts 35K posts
- 2. Colts 35K posts
- 3. Jets 53.2K posts
- 4. Cheney 171K posts
- 5. AD Mitchell 3,990 posts
- 6. Shaheed 11.1K posts
- 7. Garrett Wilson 1,081 posts
- 8. Election Day 149K posts
- 9. Chris Ballard N/A
- 10. Meyers 13.9K posts
- 11. Joe Tryon 1,027 posts
- 12. Quinnen Williams 2,117 posts
- 13. Daniel Jones 2,804 posts
- 14. #ForTheShoe N/A
- 15. Seahawks 19.7K posts
- 16. Two 1st 3,980 posts
- 17. Jamal Adams N/A
- 18. Waddle 7,191 posts
- 19. Olave 2,292 posts
- 20. Mamdani 616K posts
Something went wrong.
Something went wrong.