GRASBOCK

New backend for my Website


I recently became more interested in web-dev. I in the process I found out that my old website ranked very poorly in the lighthouse report. See for yourself:

old lighthouse quality analysis report
The Report gave a lot of guidance on what to improve. The main switch I have done was that now I have full control over the server. Before I was forced to use the LAMP techstack but now I can use whatever I want. I used SvelteKit since I like the fact that it is generating the code to minimize the payload and the way javascript integrates with html and css seemed very familiar. It was kind of hard though as it expects you to be a professional to be able to use it. It was very messy at first and had to be reworked multiple times. The result was worth it though. I now also finally have https. This is the result:

newlighthouse quality analysis report