3 Mistakes Developers Make that Prevent Them from Improving the Performance of Applications

In these days, performance is a feature! So, you should start, right now, to refactor your code to achieve better performance. Right? No. you shouldn’t!

Before starting to change your code, take some time and think. Be sure you are not making one of the following mistakes.

Mistake #1 – Do not define what is important

What do you mean by performance? Are you looking for better use of the CPU? Are you trying to reduce the latency (time to run a single operation from start to finish)? Throughput (number of operations your application can handle in a certain amount of time)? Do you need to reduce the amount of memory necessary to run? Are you interested in better disk usage? Do you want to reduce the network bandwidth required to transfer your data?

You need to define what aspects you are trying to improve. You need to be precise. The right moment is now!

Mistake #2 – Try to optimize code without a reliable measurement

No matter how experienced you are, you should NOT rely on your gut feelings.

There are excellent tools that you could and should use. You will need accurate performance metrics to get your work done. Do NOT ignore this action.

Benchmarking is hard (especially micro-benchmarking). Do NOT try to be smart creating your tools.

Mistake #3 – Do not verify the results

How do you know you succeed? The only way is measuring again and again.

One more time, no matter how experienced you are, you should NOT rely on your gut feelings.

Sometimes, to improve one aspect, you will make another worse. Double check if you are ready to handle the “improvement” consequences.

Time To Action

Again, performance is a feature. Take it seriously.

  • Define your performance goals precisely
  • Choose right performance metrics and select proper tools to provide them for you.
  • Double check your results

I want to help you. Let’s get in touch! Subscribe my mailing list.

Compartilhe este insight:

Deixe um comentário

O seu endereço de e-mail não será publicado. Campos obrigatórios são marcados com *

Elemar Júnior

Sou fundador e CEO da EximiaCo e atuo como tech trusted advisor ajudando diversas empresas a gerar mais resultados através da tecnologia.

Elemar Júnior

Sou fundador e CEO da EximiaCo e atuo como tech trusted advisor ajudando diversas empresas a gerar mais resultados através da tecnologia.

Mais insights para o seu negócio

Veja mais alguns estudos e reflexões que podem gerar alguns insights para o seu negócio:

When designing systems that need to scale you always need to remember that [tweet]more computing power does not necessarily mean...
In the first post of this series, I explained how to produce an inverted index using C#. In the second...
Entropia é um conceito oriundo da física que trata da quantidade de “desordem” em um sistema. As leis da termodinâmica...
In the previous post, I shared some good things about our new query language: RQL. Now, I will show you...
Tenho realizado uma série de apresentações, em conferências, onde compartilho um pouco das lições que tenho aprendido implementando microsserviços. Abaixo,...
Neste post, compartilho um exemplo de implementação para um algoritmo extremamente famoso e importante: O algoritmo de Dijkstra. Trata-se de...
× Precisa de ajuda?