

Fundamentals × What Makes a Website Slow?
Mar 8, 2023
Explore the reasons behind slow websites, from server issues to large payloads and caching mishaps. Discover how to optimize assets, manage JavaScript loading, and utilize tools like Cloudinary for better performance. Get tips on handling latency effects and techniques to improve user experience through efficient resource management. The conversation also touches on engaging math education on YouTube and personal grooming experiences, blending technical insights with lighthearted anecdotes.
AI Snips
Chapters
Transcript
Episode notes
Glove 80 Keyboard Woes
- Scott Talinsky describes his struggles adapting to the Glove 80 keyboard.
- Its ergonomic design and customizability intrigue him, but the transition has been challenging.
Diagnose Server Issues
- Check server generation times in your network request to identify slow responses.
- Optimize database calls, use caching (Redis, in-memory), and consider server hardware.
Optimize Payloads and Assets
- Compress large payloads (HTML, assets) with Gzip or Brotli.
- Use a CDN and optimize images with compression algorithms or services like Cloudinary.