Operations | Monitoring | ITSM | DevOps | Cloud

Maintaining stellar website performance

When was the last time you checked your website’s performance? If your answer is longer than five minutes ago, you’re dropping the ball on one of the most important things you can do to improve bounce rates, Google rankings, conversions, and revenue. In this article, we go over the steps you need to take when maintaining a fast user experience.

Docker monitoring made easy

Docker is a platform that enables developers to run software in packaged environments called containers. These containers are operating system (OS)-level virtualized elements that share a common Linux server yet have their software, libraries, and configuration files bundled within them. These containers can communicate with each other and exchange information, making it easier to develop and host multiple applications through the CI/CD DevOps methodology.

Sponsored Post

How To Monitor Zoom Audio Video Conference Performance

With governments and businesses requiring workers to stay and work from home during this unprecedented global pandemic, enterprises are now more dependent than ever before on real time collaboration tools like Microsoft Teams, Zoom, and Cisco WebEx. IT staff within these organizations are under pressure to provide their Sr. Management a level of assurance that these tools are working well in this scenario. But with workers running devices IT doesn't own over networks they don't control means IT needs innovate quickly and find tools that can help them and help them fast.
Sponsored Post

Achieving a 12% performance lift migrating Raygun's API to .NET Core 3.1

Here at Raygun, improving performance is baked into our culture. We don't just think about our application performance, but more broadly, we look at our own infrastructure and ask if there's anything we can do to make it more performant for our business and for our customers. Two years ago, we switched our API from Node.js to .NET Core and achieved a 2000% increase in throughput. To continue that story, we recently upgraded .NET Core 2.1 to 3.1 and saw a 12% increase in performance. We enjoy presenting our performance findings, so in this post, we'd like to give some context into why we upgraded and the conditions that helped us achieve the 12% performance lift.

Moving (and moving on up) to Sensu Go at Iforium

I work at Iforium, an eGaming company based on the Isle of Man, where — for the past three years — we’d been using Sensu Core to monitor our infrastructure. Earlier this year we began our migration to Sensu Go. In this post, I’ll share a bit about our journey, offering some background on Iforium and our technical stack, our monitoring pain points, and our take on Sensu Go so far.

How to Debug AWS Lambda Performance Issues

Ten years ago, Amazon found that every 100ms of latency would cost them roughly 1% in sales. This is a pretty clear statement on the importance of user experience! It’s especially true in today’s ultra-competitive market where the cost of switching (to another provider) for consumers is lower than ever. And one of the most common performance issues in serverless architectures is related to elevated latencies from services we depend on.

Digital Experience Monitoring for Remote Teams - Featuring Insights from Forrester

IT teams face many visibility challenges due to the massive shift to remote work due to the Coronavirus outbreak. This includes the variability of home network environments, reliance on SaaS and cloud applications, the unpredictability of Internet transport, and higher congestion than ever before. How do you overcome these monitoring challenges?

Video: Database Optimization

Most modern web applications are heavily reliant on persisting data with relational databases, and so it’s no surprise that 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. With this in mind, Scout features a Database Addon module, and in this video we are going to take a closer look at what it has to offer.

Go Beyond Audit: Network Monitoring for BFSI Companies

With pandemic’s sudden hitting, most offices and companies had to quickly move their operations and have an apt Work-from-Home policy defined, the technology gap in both the front end and the companies’ back-end operations came in scathing review , While BFSI institutions also had a WFH policy, there services were deemed to be necessary. Since people couldn’t line up outside banks, the banks had to keep their technology fine-tuned to assist their customers in these testing times.

A Deep Dive Into V8

A majority of front-end developers deal with this buzzword all the time: V8. A big part of its popularity is due to the fact that it led JavaScript to a new level of performance. Yes, V8 is very fast. But, how does it perform its magic and why is it so responsive? The official docs state that “V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++. It is used in Chrome and Node.js, among others”.