Performance Monitoring

AI-Powered Updates–Issue Grouping, Autofix, Anomaly Detection, and more

Performance Monitoring
What if you could not only find software issues you care about but also have the fix ready? We just introduced several updates that intelligently group new issu...
Read on

Debugging a Django Application

Performance Monitoring
Debugging Django applications can be challenging, but it’s key to keeping your app running smoothly in production. From unexpected bugs to performance slowdowns...
Read on

How to make your web page faster before it even loads

Performance Monitoring
As developers (and as front end developers in particular), we usually talk about web performance in the context of measuring what happens when we start to see t...
Read on

Your bad LCP score might be a backend issue

Performance Monitoring
Largest Contentful Paint (LCP) is a Core Web Vital (CWV) metric that marks the point in the page load timeline where the main page content has likely finished l...
Read on

How to hack your Google Lighthouse scores in 2024

Performance Monitoring
Google Lighthouse has been one of the most effective ways to gamify and promote web page performance among developers. Using Lighthouse, we can assess web pages...
Read on

5 easy tips to improve your personal website performance

Performance Monitoring
If you’re a developer, you need a personal website. While billionaire-owned, algorithm-based social media platforms arbitrarily decide what people should and sh...
Read on

Why don’t we talk about minifying CSS anymore?

Performance Monitoring
Minifying your CSS helps improve your website performance. But as developers, we don’t really talk about minifying CSS anymore. Why? The TL;DR is that the deliv...
Read on

Your background images might be causing CLS

Performance Monitoring
Cumulative Layout Shift (CLS) is where the layout of a web page unexpectedly shifts after the initial content loads and new content pops in. At its best, it’s a...
Read on

How I fixed my brutal TTFB

Performance Monitoring
Recently, I improved all my homepage Core Web Vitals by concentrating on improving just one metric: the Time to First Byte (TTFB). All it took was two small cha...
Read on

What is INP and why you should care

Performance Monitoring
On March 12th 2024, Google is launching a new Core Web Vital metric, Interaction to Next Paint (INP). INP will replace First Input Delay (FID) and will change t...
Read on

Fetch Waterfall in React

Performance Monitoring
Have you seen this problem? Or maybe this one? You’ve most likely seen this: export const Component = () => { const [data, setData] = useState() const [load...
Read on

Fixing memoization-breaking re-renders in React

Performance Monitoring
React’s component-based approach to building web applications allows us to break up our web apps into smaller components that we can easily reuse. When a compon...
Read on

How to identify and fix Render-Blocking Resources

Performance Monitoring
Render-blocking resources are JavaScript and CSS files that prevent the web page from loading until they are downloaded. These might be critical resources that ...
Read on

From LCP to CLS: Improve your Core Web Vitals with Image Loading Best Practices

Performance Monitoring
If you’re a front end developer, there’s a high probability you’ve built (or will build) an image-heavy page. And you’ll need to make it look great by serving h...
Read on

Harnessing Distributed Tracing for Application Performance Optimization

Performance Monitoring
Distributed tracing is a powerful technique that allows you to track the flow and timing of requests as they navigate through a system. By linking operations an...
Read on

Code Refactoring and why you should refactor your code

Performance Monitoring
Software does not expire, but it “rots”. Its quality degrades over time. As you build your project and add features, you probably won’t always build it in a cle...
Read on

Web Fonts and the Dreaded Cumulative Layout Shift

Performance Monitoring
How frustrating is it when you’ve just landed on a web page, you click on a certain element and an ad or something else pops up and you end up clicking that thi...
Read on

Measuring application performance in Swift using transactions

Performance Monitoring
So you're building a mobile app that’s performing big data requests; or crunching big data. But now you're asking yourself: How will my app perform in productio...
Read on
Go to Previous PageGo to Next Page
© 2025 • Sentry is a registered Trademark of Functional Software, Inc.