gatsbyjs / gatsby-source-wordpress-experimental

The upcoming v4 of gatsby-source-wordpress, currently in beta
MIT License
385 stars 100 forks source link

Feat: multiple simultaneous preview users #371

Closed TylerBarnes closed 3 years ago

TylerBarnes commented 3 years ago

Prior to this PR, if more than 1 user tried to preview at the same time, their preview would hang for a long time (or indefinitely). In a stress test of just 3 users making 30 previews there was only a 33% success rate. With the work in this PR I've been able to test 10 simultaneous users making 100 previews over a few minutes with a 100% success rate. The upper limit of 10 users so far is only due to running this on my local machine. Soon I'll release a canary and run the stress test script from multiple computers at once against a Gatsby Cloud instance to see what the upper limit is.

The WPGatsby side of this work is here https://github.com/gatsbyjs/wp-gatsby/pull/83

TylerBarnes commented 3 years ago

This is published in gatsby-source-wordpress-experimental@6.0.0