DEV Community

Pavel Ravits
Pavel Ravits

Posted on

4

Web page loading optimization

I watched this talk:
Maximiliano Firtman - Hacking Web Performance
https://www.youtube.com/watch?v=ub1wjVgE52I
And I was surprised how much I don't know about the web page loading optimization.

I had already experience optimizing a web site with the Lighthouse audit, compressed images, but I didn't know about the size of the first TCP packet and the http/2 vs http vs http/3 and other low level staff.

I started web development with React, 3 years ago, coding sort of at high level. And from time to time, in need to fine tune performance, had to get down to low level - to communication protocols.

I understand now that I have to read staff, have to make my web knowledge more complete, know the basics.

What are the must-read low level staff for full-stack web app development?
Do I need to read the protocols themselves or the documentation. Or is it suffice to read articles that summarize the relevant matters ?

Hostinger image

Get n8n VPS hosting 3x cheaper than a cloud solution

Get fast, easy, secure n8n VPS hosting from $4.99/mo at Hostinger. Automate any workflow using a pre-installed n8n application and no-code customization.

Start now

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay