DEV Community

Discussion on: Cleaver - A blazing-fast static site generator using Laravel’s Blade

Collapse
 
asilgag profile image
Alberto Silva

No, Gatsby is just NodeJS and React. Do you need Laravel for some reason? Give Gatsby a try since I think it solves all your needs. Or maybe Hugo if you don't feel confortable with React. Both of them will give a more scalable solution for your JSON data.

Thread Thread
 
jonathantjh profile image
Jonathan

I see, i'm not a NODEJS/REACT guy, just run site with pure laravel. Yeah I'm looking for "static site" solutions because my content are pretty static and it's growing.

We are looking at a few million pages. Trying to find way to increase the load speed and static seems to be the way..

Thread Thread
 
asilgag profile image
Alberto Silva

If you are trying to generate a static site with millions of pages, you should definitively take a look at Hugo. It's able to generate 1,000 pages per second. Gatsby generates ~10,000 pages per minute.

Thread Thread
 
aschmelyun profile image
Andrew Schmelyun

Definitely have to love the power of the Go language being so close to the metal!