Open
Description
Currently our webpack compilers run on every page load which slows down performance a bit during development.
This doesn't impact production as it's statically compiled.
These plugins work by running at compile time to provide features like an RSS feed, OG images, and a sitemap
https://github.com/colbyfayock/next-wordpress-starter/tree/main/plugins
Ideally we can only run this when it will actulaly make a difference to avoid the performance hit during development
https://github.com/colbyfayock/next-wordpress-starter/blob/main/plugins/plugin-compiler.js#L56-L64