Replace fastboot + prember with a playwright script#1005
Replace fastboot + prember with a playwright script#1005kategengler wants to merge 12 commits intomainfrom
Conversation
clear-double-boot instance-initializer
- Replace ember-cli-head with <InHead> component - Replace fastboot's shoebox behavior with similar
This prevents the store from having all versions of data
✅ Deploy Preview for ember-api-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
3cd9e72 to
c987819
Compare
0785563 to
c987819
Compare
mansona
left a comment
There was a problem hiding this comment.
limiting the pre-rendering like this is a major deal, can we have a discussion about this before we merge please
|
I re-remembered this: https://github.com/kmccullough/vite-ember-ssr-example |
|
that was based on my work in the new RFC app. Myself and @jaredgalanis have been working on this particular topic for about a year now and we should discuss this with the learning team before we make changes as impactful as this Some of this work should get landed right away for sure, but not all of it without discussion |
|
@mansona Are you okay with it if we manage to not limit the prerender versions any further than they were already? |
|
@mansona We've managed to restore all the prerender versions |
Replaced fastboot with a playwright script and some replacements for fastboot's shoebox.
This works fantastically but it is dramatically slower. Each version takes about 2 minutes to prerender, so we are limited to 7 versions to keep under Netlify's 15 minute threshold. For now, this is possibly fine? We can do the latest versions of each majorThanks to @ef4 this is no longer true.