go4webdev

Quality Assurance

Pagespeed

Everytime I finish a website, I run Pagespeed in order to check the overall quality of the website. My goal is to always get 4x100 on this test. This site is running on a small IONOS VPS for one pund a month. And it is still fast enough.

In this case with Chart.js I did not reach that goal. Javascript is Javascript. But I have tried to increase the speed by embedding the javascript in the compiled Go executable. This reduced the load time as it does not have to load from CDN. But this causes another problem that pagespeed does not recognize embedded javascript files. Hence the 95 score in "best practice". Embedded Javascript is no

In the future, I will add further tests on each site. The goal is always 4x100 percent.