Are you trying to learn how to make websites faster? What frustrates you about performance, whether that's learning, implementing, or anything else related to it?
Photo by JESHOOTS.COM on Unsplash
We're a place where coders share, stay up-to-date and grow their careers.
Are you trying to learn how to make websites faster? What frustrates you about performance, whether that's learning, implementing, or anything else related to it?
Photo by JESHOOTS.COM on Unsplash
InHuOfficial -
SalarC123 -
Tapajyoti Bose -
Daniel Diaz -
Discussion (8)
Intermittent issues. I have a client with a couple of intermittently slow WordPress sites (slow TTFB on the server), but it only happens from time to time. I've done extensive debugging work and cannot figure out what causes it.
I haven't learned how to interpret dev tools Performance tab with regards to frontend performance.
Yea I haven't really cracked the nut of the performance tab.
For the random intermittent time to first byte issue you'll want to do some server monitoring. Maybe a cron job is running a heavy task forcing your server to wait or if the page is regenerating cache for some 3rd party request.
tonsky.me/blog/disenchantment basically.
I feel - and this could be completely different now, its been maybe 2 years or so - that there isn't really solid material that explains not only what all the pref tooling in chrome does, but how to actually use it in realistic sceanrios.
The fact that there are a lot of developers who don’t take it into consideration.
Backend of fronted?
Backend is 'easy' as you have ready answer everywhere.
Frontend is of course... paint
But I'm talking about going from 0.8s to 0.2s