DEV Community

Cover image for What to use to measure frontend metrics?
Paweł Ludwiczak
Paweł Ludwiczak

Posted on

10 6

What to use to measure frontend metrics?

(Photo by Mitchel Boot)

I'm curious what are your, DEV Community, choices for frontend analytics tools. And what I mean by that?

  • Let's say I want to check click-rate on links in DEV sidebar (left) nav to see which are used the least (so maybe we can hide some?).
  • Let's say I want to measure how often people click links in right sidebar widgets and break it down per each widget (listings, #help, #ama, #challenge, ...). Are some widgets used less than the others?
  • Let's say I want to compare if people prefer to click "Write a post" CTA in header OR the one in profile pic dropdown.
  • Let's say I want to compare if people prefer to go to own profile by clicking the widget in left sidebar OR the one in profile pic dropdown.
  • Let's say I want to see how the onboarding performs - what people click on each step, when do they drop-off, how many people skip some fields etc.

Why? Good design decisions are driven by data. Data also helps validate ideas and its success.

PS. Bonus points if it's open source :).

Sentry blog image

How to reduce TTFB

In the past few years in the web dev world, we’ve seen a significant push towards rendering our websites on the server. Doing so is better for SEO and performs better on low-powered devices, but one thing we had to sacrifice is TTFB.

In this article, we’ll see how we can identify what makes our TTFB high so we can fix it.

Read more

Top comments (1)

Collapse
 
madza profile image
Madza

The best way to debug slow web pages cover image

The best way to debug slow web pages

Tools like Page Speed Insights and Google Lighthouse are great for providing advice for front end performance issues. But what these tools can’t do, is evaluate performance across your entire stack of distributed services and applications.

Watch video

👋 Kindness is contagious

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

Okay