These benchmarks are very important. Beyond being a valuable resource for those looking to build projects with Gatsby + your CMS, they also act as performance tests. These Willlit.build benchmarks help us identify issues and optimize performance in Gatsby Cloud and in source plugins. Check out our instructions for creating a Willit.build benchmark to get started.
The tasks are:
Creating the Benchmark Sites
"It’s generally recommended to use a script that pulls data from the provided data and generates the posts in your CMS (but do what works best for your CMS)."
Frontend tasks
The next step is to create a Gatsby site that can be built using the data from the previously created data sets. This Gatsby site must:
Misc
These benchmarks are very important. Beyond being a valuable resource for those looking to build projects with Gatsby + your CMS, they also act as performance tests. These Willlit.build benchmarks help us identify issues and optimize performance in Gatsby Cloud and in source plugins. Check out our instructions for creating a Willit.build benchmark to get started.
The tasks are:
Creating the Benchmark Sites
"It’s generally recommended to use a script that pulls data from the provided data and generates the posts in your CMS (but do what works best for your CMS)."
Frontend tasks
The next step is to create a Gatsby site that can be built using the data from the previously created data sets. This Gatsby site must:
gatsby-plugin-benchmark-reportinginstalled for reportinggatsby-plugin-benchmark-reportingshould have their version set to “*” in thepackage.json. This allows the latest version to always be used when benchmarking.Misc
yarn data-updateornpm run data-update.