Operations | Monitoring | ITSM | DevOps | Cloud

Latest Posts

What Is Time to Interactive? A Comprehensive Guide

Website performance is critical to understand user experience and engagement, but there are so many different metrics! What do they all mean? Not to worry, dear reader, I got your back. Let’s break down Time to Interactive or TTI, why you should care about it, and how to make it blazingly fast. In today’s fast-paced digital world 🙄, website performance plays a crucial role in user experience and engagement.

Announcing Custom Metadata Reports & Filters

We just released support for custom metadata in Request Metrics! Metadata allows you to describe your user, session, application, environment, account, A/B Test, or whatever else is meaningful for you. You can add metadata through the browser agent API, and report & filter on it in the Reporting UI.

Our Super Friendly AI Sloth that Analyzes Your Performance Data

Seems like everyone is building a ChatGPT thing right now, doesn’t it? Well we are too! Inspired by so many others, we decided to see what AI could do with our simplified analytics and observability data. Turns out, it can do quite a lot. I’m thrilled to share that we’ve shipped our first AI insights chatbot, Professor Sloth.

Expanding Our Vision: Unifying Client-Side Observability Data

In 2021, we started Request Metrics as a simple and developer-friendly service to measure and improve web performance. We built an incredible platform that distilled complex data down into simple reports and recommendations. Lots of teams around the world found valuable insights in Request Metrics that they couldn’t get anywhere else. But web performance data can be very unpredictable—the web slows down in all sorts of ways.

Svelte vs. React: Which is Better for Performance?

You can hardly even talk about web development without mentioning JavaScript. Because of its popularity, JavaScript has given birth to several frameworks and libraries that developers can barely keep up with. This post will discuss two popular JavaScript front-end frameworks and libraries: Svelte vs React and their performance. We’ll determine if Svelte is faster than React or whether Svelte is better than React. We’ll also compare the two to determine which is better for performance.

High Performance Images: 2024 Guide

Images engage users, drive clicks, and generally make everything better–except performance. Images are giant blobs of bytes that are usually the slowest part of your website. This 2024 guide has everything you need to know for fast images on the web. Images are big. Really big. The bytes required for an image dwarf most site’s CSS and JavaScript assets. Slow images will damage your Core Web Vitals, impacting your SEO and costing you traffic.

Measuring Largest Contentful Paint

Largest Contentful Paint (LCP) is a measurement of how long the largest element on the page takes to render. It’s one of several Web Vital metrics that measure how real users perceive the performance of modern web applications. New measurements like Largest Contentful Paint are increasingly important as JavaScript and SPA’s render more content after page load is completed.

Measuring Cumulative Layout Shift

Cumulative Layout Shift (CLS), sometimes known as jank, is a measurement of how much elements move due to late-rendered content. You can think of it as a measurement of layout instability. It has become a common problem for many websites due to third-party scripts and tag management and its one of the new Core Web Vital metrics.