What frustrates you the most about web performance?
Sia Karamalegos

Sia Karamalegos @thegreengreek

About: Front-end developer passionate about web performance, international conference speaker and Google Developers Expert

Location:
New Orleans, LA
Joined:
Oct 20, 2019

What frustrates you the most about web performance?

Publish Date: Nov 25 '19
11 8

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


This article was originally published on sia.codes. Head over there if you like this post and want to read others like it, or sign up for my newsletter to be notified of new posts!

Comments 8 total

  • Mike Healy
    Mike HealyNov 26, 2019
    1. 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.

    2. I haven't learned how to interpret dev tools Performance tab with regards to frontend performance.

    • Russell Heimlich
      Russell HeimlichNov 26, 2019

      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.

  • Dylan Davenport
    Dylan DavenportNov 26, 2019

    The fact that there are a lot of developers who don’t take it into consideration.

  • George Mauer
    George MauerNov 27, 2019

    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.

Add comment