What is micro-optimization?

Sometimes, there are chances that if you make a bit of changes in your source code, it performs faster by a fraction of a second. This does not seem always logical for small projects to spend time in optimization. But when several users load your website at once, micro-optimization can contribute to the speed.

Continue reading