Don’t overdo it
2021-08-19 | CodingMost of the time, complexity is an unnecessary evil. Attempt to avoid it at all cost and, even if you think this is the only way to proceed, sleep over it and try it simpler on next morning.
“Properly size images” issues and how to fix them
2021-08-02 | Optimisation, PerformanceEven if your web server is really fast and you’ve installed a lightweight theme, you can fall into the common issue of not properly sizing the images in your pages. Learn how to detect and fix this problem.
Better ways of embedding external content
2021-07-26 | PerformanceYou can foresee if a website will have a really bad performance score when you land into one that is showing embedded videos. Let’s talk about embedding external content while keeping your scores high.
5 Essential Tips For Making Faster Websites
2021-07-19 | PerformanceBehind every website there is a myriad of reasons it could perform badly. This article will help you to understand how to fix some of the most important ones, so you make your website faster.