How I reduced an API call from >5 seconds to under 100ms
Given that 100% of the databases I have interacted with in my professional career have been SQL databases, my data-based mental model (please enjoy my pun) has…
Given that 100% of the databases I have interacted with in my professional career have been SQL databases, my data-based mental model (please enjoy my pun) has…
Debugging React Native apps has traditionally been a bit of a pain. Developers usually ranked debugging as their biggest pain point of React Native, which, as we all know, makes up quite a lot of development time. But the good news is that things are getting better.
A high TTFB can lead to an increase in other web vitals, resulting in a negative effect on performance. Learn how to reduce your TTFB with Sentry here.
Improve code coverage & quality easily with new Codecov features such as flaky test detection & AI test generation. Get started here.
Boost performance & fix slow sites with performance insights, MongoDB support, & Continuous Profiling. Learn about these new features here.
Reduce error noise & fix issues faster with our new AI-powered updates, including issue grouping, anomaly detection, Autofix & more. Get started here.
Fix your problems faster with our 3 latest updates - smarter search, Uptime Monitoring, & Session Replay for Mobile. Get started with Sentry here.
If you’re a game developer, you understand how critical dev performance support is. Learn how Sentry’s Unity SDK is changing the future of games here.
Learn how we were able to improve performance while maintaining a good user experience with query batching here. Get started with Sentry for free.
With Sentry, we were able to quickly identify, diagnose & resolve slow performance with a warm start process. Learn how to get started here.
Performance issues can stem from many factors, such as slow servers & database issues. Discover how to resolve 6 common causes of app performance issues here.
There are many tools for debugging Django apps, such as Django Shell & Django Debug Toolbar. Learn how to get started debugging in Django here.
Learn key workflows and tools to help with Node.js debugging and to build more stable Node.js application monitoring.
Discover React error & exception-handling techniques, like React error boundaries & managing exceptions in user-friendly ways.
Your app’s networking directly affects the user experience of your app. Imagine having to wait a few seconds for the page to load. Or even worse, imagine waiting for a few seconds every time you perform an action. It would be infuriating! Before you go on a fixing adventure, it’s a good idea to understand what causes that waiting time. So let’s do that!