MGHollander / cooking-with-laravel

Web application to collect recipes from anywhere on one website.
https://koken.maruc.nl
0 stars 0 forks source link

Investigate static site options #72

Open MGHollander opened 8 months ago

MGHollander commented 8 months ago

Loading the website at first is to slow, therefore I want to see if making is a static site can be an options. I doubt it though, because the issue is probably that there are a lot of JS resources that need to be downloaded and executed due to the site running on Vue.

https://laracasts.com/series/static-site-generators

MGHollander commented 3 months ago

Maybe less relevant now I'm rebuilding the unauthorized part of the website in Blade