DEV Community

Discussion on: How I developed and deployed my optimized website within a day

Collapse
 
gmlunesa profile image
Goldy Mariz Lunesa (@gmlunesa)

Hello! Can you describe the console logs that you are seeing? I am only seeing the preloading warning both on Chrome and Firefox (running on Win10).

The service workers are unfortunately out of my control, I am using the official gatsby-plugin-offline (gatsbyjs.com/plugins/gatsby-plugin...). It might be worth bringing up this issue to them!

As for the unminified files, can you please check if you can disable the source maps. gatsby build automatically minifies the files. More information on that here: github.com/gatsbyjs/gatsby/issues/...

Thanks for reading my article and for giving feedback!