Archive

Posts Tagged ‘Performance’

Performance & Scalability Are Different Things

November 29th, 2012 No comments

I have seen a lot of developers confuse scalability and performance. Some use these terms interchangeably. It is important that we use terms correctly, so that we do not create false expectations for the team or the client, or solve the wrong problems.
Read more…

Tags:

Profiling MySQL Queries – Part 1

February 21st, 2012 No comments

You website is slow. You suspect MySQL queries are slow, but don’t know where to begin. This article, aimed at intermediate developers, will present my methodology and serve as a starting point for first-timers. I won’t go in-depth, only cover some of the basics.
Read more…

jQuery Performance Pitfalls

January 3rd, 2012 No comments

At FooLab, we have been using jQuery because it’s easy to learn, there is a big community with a lot of examples and advice and also because it’s easier to find developers familiar with it. It’s not a bad framework, but it’s very easy to abuse when you do not know how it works and what it implies.
Read more…

Profiling JS Applications

January 3rd, 2012 No comments

Some of the web apps that we build at FooLab rely heavily on Javascript. But when your CPU usage is through the roof, where do you start looking?

Many developers start straight with a hypothesis and then try various corrections until something happens. This is a waste of time; no amount of experience changes that. Follow the scientific method.
Read more…