Looking for the perfect error monitoring tool for your python application? Well, we did the research so you wouldn't have to. Check out this list of 6 error monitoring tools that are optimal for python applications! Read more
Monitoring monolithic architecture is challenging as you cannot see each part of the architecture separately. Read more to learn how to monitor monolithic architecture successfully! Read more
Python performance measurement tools help us to identify performance bottlenecks in our app. This allows us to focus on the business login as opposed to writing custom code, setting it up with our app, and then figuring out whether the results are accurate enough. These tools are well tested by the open source community and used by many companies to measure the performance of their web apps. Read more
There are a lot of monitoring tools on the market to choose from, but how do you know which one is right for your business? Check out this comparison of 3 top tools on the market: Stackify, New Relic and Scout. Read more
Finding and fixing errors and performance issues can take valuable time away from the development team, preventing them from being able to build new features for their applications. Read more
Understanding what your application performance metrics mean both independently and together is key in effectively using your APM system. Read more
A large part of application performance monitoring relates to keeping an eye on database performance to ensure that our SQL queries are as efficient as possible. Scout features a Database Addon module with this in mind, and in this video we are going to take a closer look at what it has to offer. Read more
The N+1 Queries Problem is a perennial database performance issue. It affects many ORM’s and custom SQL code, and Django’s ORM is not immune either. In this post, we’ll examine what the N+1 Queries Problem looks like in Django, some tools for fixing it, and most importantly some tools for ... Read more
In this video, we are going to take a look at what memory bloat is, and how you can use Scout to eliminate it from your applications. Which transactions are responsible, and what caused it? Read more
Learn how to use counter cache in your rails app, parent-child associations, counter cache best practice. Read more