But there are also some possibilities how to prevent that.
Okay, you know, now what did we do at Highlane? We set up a cloud-first principle in our data strategy. When I started at Highlane, we didn't have any own servers and we don't plan to have them. We are a cloud-first company. We set up everything in the cloud or we are using software as a service. For us, this has the advantage that we need less administration. Also, we are able to test new setups very quickly. You know, because it's pay-per-use, it's growing with us and we don't waste hardware capacity. Because we started very small and then our own web server would be either way too big or it will get too small very fast as we are growing bigger and bigger.
So, yeah, let's continue with the second principle. It's build lightweight applications. And the aim here is to reduce computing effort and data transfer to consume less energy and to reduce emissions. And it also has some positive side effects, especially in the cloud. Less computation also means less costs. When you are reducing the data that is transferred, it also leads to faster loading of web pages and apps, which should lead to happy customers and also to a higher Google ranking. So that might also be an argument to convince your marketing department that this is a good idea. And as an example, here I use our own web page, pylane.de. And out of curiosity, in March 2024, I tried out this website carbon.com tool to get an idea about how green our web page is. And as you can see here, we were only getting a rating of D, which is not so good. At least the web page is running on sustainable energy. But then we did a bit of research. What can we do to improve the rating and to reduce emissions? And how did we do the research? First, we had a look at PageSpeed Insights, because the loading performance can serve as a proxy measurement for the emissions. Also, we looked at EcoGrader, which gave us also very good suggestions, and we got some general hints from a whole grain digital blog post. I will show you the link in the end. And the recommendations were first to optimize media, to use smaller images, and to use modern image formats. To remove unused code, there were some CSS rules and JavaScript found that was not used. And also some general hints. Generally, it's a good idea to use less images, to avoid animations and auto-playing videos, because videos need a lot of data, and then auto-playing is a very bad idea as well. And also to improve the user guidance, because if the users have to move through three or four pages to get to the place where they want to get, then you are opening three pages that don't give any advantage to the user here. So it's annoying for the user, and also you transfer more data than you need to.
Comments