gatsbyjs/gatsby-source-wordpress-experimental

Performance

rcapdepaula opened this issue · 1 comments

A conceptual question, in relation to the previous version of the plugin, does the new version increase the final performance? (gatsty static files in production mode)?

Frontend performance is handled by Gatsby core so overall it should be similar except for one area which is Gatsby images in HTML fields. The old plugin didn't process those and this one does which should improve your frontend performance out of the box for any pages which use images in html fields (like post content, Gutenberg, or ACF wysiwyg fields).