More and more people are talking about the end of synthetic monitoring. It is associated with high costs and missing insight into real user performance. This is supported by the currently evolving standards of the W3C Performance Working Group which will help to get more accurate data from end users directly in the browser with [...]
Application Performance, Scalability and Architecture
Most articles on the topic of NoSQL are around the theme of RDBMS vs. NoSQL. DBA’s are defending RDBMS by stating that NoSQL solutions are all dumb immature data stores without any standards. Many NoSQL proponents react with the argument that RDMBS does not scale and that today everybody needs to deal with huge amounts [...]
We often see request error rates as an indicator for SLA compliance. Reality however shows that this draws a wrong picture. Let’s start with an example. We had a meeting with a customer and were talking about their SLA and what it is based on. Like in many other cases the request error rate was [...]
There is no doubt that performance is important for your business. If you don’t agree you should check out what we and others think about the Performance Impact on Business or remember headlines like these: Target.com web site was down after promoting a new labels: Article on MSN Twitter was down and people complaining about [...]
We like to blog about real life scenarios to demonstrate practical examples on how to manage application performance. In this blog I will tell you how we internally improved page load time for some of our community users by 3.5 seconds by simply following our own web performance guidelines that we promote through our blog, [...]
I was looking at Cassandra, one of the major NoSQL solutions, and I was immediately impressed with its write speed even on my notebook. But I also noticed that it was very volatile in its response time, so I took a deeper look at it. First Cassandra Write Test I did the first write tests [...]
Often performance management is still confused with performance troubleshooting. Others think that performance management in production is simply about system and JVM level monitoring and that they are already doing APM. The first perception assumes that APM is about speeding up some arbitrary method performance and the second assumes that performance management is just about [...]
Surviving In The Cloud
The public cloud promised fast deployments and near endless scalability at low costs. Whether that promise was too good to be true is yet to be seen. But recent problems at Amazon have shown one thing clearly enough: neither Cloud Applications nor the ways we monitor them are production ready yet. On September 15 at [...]
In my role I am responsible for our Community and our Community Portal. In order for our Community Portal to be accepted by our users I need to ensure that our users find the content they are interested in. In a recent upgrade we added lots of new multi-media content that will make it easier [...]
Many times have we been posting the recommendation to speed up your DOM Element lookups by using unique IDs or at least a tag name. So, instead of using $(“.wishlist”) you should use $(“div.wishlist”) which will speed up lookups in older browsers. If you want to lookup a single element then give it a unique [...]



