DEV Community

Discussion on: I Got a Perfect Lighthouse Score on My First Portfolio Website!

 
adarshaacharya profile image
Aadarsha Acharya 🚀

Gatsby doesn't have that much complexity in GraphQL stuffs. Everything is built in you just have to query the stuffs you need in GraphQL playground. Infact found it quite easier to work with.

But the build time of Gatsby is too slow. And the caching isn't that great so you need to restart server time to time which is quite annoying.
Gatsby 3.0 has been released recently which is believed to be quite faster, but haven't migrated to that yet.