You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The p5.js website build workflow takes over 20 minutes, with significant time spent on the compression step (labelled AstroCompress processing in the logs) for html, images, and other files. This duration impacts the developer experience and considerably slows down iterations during development.
#615 will fix this to a certain extend, I still need to fix some bugs though.
However, npm run build is not meant to be run in the dev environment. npm run dev should suffice for development preview and provides much better dev experience. If there are any notable difference between dev preview and full build it should be considered a bug with the build/dev system and fixed accordingly without need to use npm run build in local environment.
Only CI should run npm run build which will still be slow until Astro can improve parallelization on their end.
The p5.js website build workflow takes over 20 minutes, with significant time spent on the compression step (labelled
AstroCompress processing
in the logs) for html, images, and other files. This duration impacts the developer experience and considerably slows down iterations during development.See for example: GitHub Action Log
Relevant issues in the repository for Astro's compression library:
Suggestions
The text was updated successfully, but these errors were encountered: