Sérgio Gomes
banner
sgomes.com
Sérgio Gomes
@sgomes.com
Developing things on the web. Web performance engineer at Automattic. Clumsy maker.
I think that's only scary to folks like you and me, sadly.
November 5, 2025 at 3:36 PM
How can those of us working in performance make the case that someone should improve performance on their site, if the tools I use to show them that are even worse?
October 24, 2025 at 6:18 PM
The logged-in version uses over 20MB of resources, 17 of which are JS. It loads react, moment, lodash, and some of the other usual suspects, and all of this runs before anything useful is shown.
October 24, 2025 at 6:16 PM
It depends. Coming from a performance focus, I'd say that if browsers were to all reliably support progressive decoding and rendering, that would be the biggest one. Better than thumbnail hacks, with no extra work!

If not, then thinking of photography, large image support would be it.
October 7, 2025 at 3:58 PM
It's a great format to convert any static image to, with no real limitations:
- Efficient lossy compression
- Alpha channels
- Wide colour gamut
- Large image support (> 4K), which is important for photography sites
- (Nice to have) Progressive decode

Other formats fail at one or more of the above.
October 7, 2025 at 3:30 PM
So *that's* why all of a sudden the dialog shifted to optimising browsers for frameworks, instead of optimising frameworks for browsers. Utter nonsense.
September 30, 2025 at 11:58 AM
Hey Paul! 👋

I'm in the market for pretty much the same. There's a few coming later this year that I'm waiting for, namely the ASUS PA32QCV, and the LG 32U990A.
September 19, 2025 at 3:08 PM
Would something like Temporal meet the criteria for well-defined and well-tested?
September 4, 2025 at 5:10 PM
The closest I can think of is a ponyfill, but that’s generally only used for JS implementations that avoid touching any globals: github.com/sindresorhus...

Although perhaps the idea could be generalised to encompass CSS as well?
GitHub - sindresorhus/ponyfill: 🦄 Like polyfill but with pony pureness
🦄 Like polyfill but with pony pureness. Contribute to sindresorhus/ponyfill development by creating an account on GitHub.
github.com
July 17, 2025 at 2:59 PM
I’m so tired of hearing “the DOM is slow”…

I’ve been doing performance for a while, and I’ve yet to find a single case where reading or writing to the DOM was a legitimate bottleneck.

Poor timing? Sure. Excessively large DOMs? Sure. But React won’t magically save you from those either.
July 10, 2025 at 8:24 AM
Sorry buddy, it's official.
July 3, 2025 at 11:52 AM