Closed
Description
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:
- [performance] Compress in parallel #54 (Help Wanted)
- Cache #49 (Help Wanted)
Suggestions
- Consider contributing to the upstream fixes in the Astro compression library.