Nikola Hristov
Nikola Hristov
So, there's a `PR` available (https://github.com/withastro/astro/pull/10616/files) in favor of disabling the `sharp` `libvips` image cache. Maybe it helps. I hope it gets merged and this gets resolved soon.
Can you try the latest `astro-compress` [v2.2.21](https://github.com/Playform/CompressAstro/releases/tag/AstroCompress%2Fv2.2.21) and `@playform/compress-astro` [v0.0.2](https://github.com/Playform/CompressAstro/releases/tag/CompressAstro%2Fv0.0.2) ? @hamatoyogi @jugoetz @kristianfrost @JojokCreator
> Tried `astro-compress` v2.2.21 on Cloudflare, still getting the same error: > > > 16:16:27.763 > > generating optimized images > > > > > > > > > >...
@kristianfrost @JojokCreator @jugoetz `astro` `v4.5.15` just got released https://github.com/withastro/astro/blob/refs/heads/main/packages/astro/CHANGELOG.md#4515 with the `PR` merged - https://github.com/withastro/astro/pull/10616. Can you give that a try with the latest `astro-compress` [v2.2.21](https://github.com/Playform/Compress/releases/tag/AstroCompress%2Fv2.2.21) or `@playform/compress-astro` [v0.0.2](https://github.com/Playform/Compress/releases/tag/CompressAstro%2Fv0.0.2) ?
`astro-compress` [v2.2.22](https://github.com/Playform/Compress/releases/tag/AstroCompress%2Fv2.2.22) and `@playform/compress` [v0.0.3](https://github.com/Playform/Compress/releases/tag/Compress%2Fv0.0.3) have been released with better error checking and `unlimited` `sharp` set to `false` in [Source/Function/Integration.ts](https://github.com/Playform/Compress/blob/e3849a199d40848e78eb6922e40dbf77d658b239/Source/Function/Integration.ts#L208-L228). Can you give that a try ? @JojokCreator @jugoetz @hamatoyogi...
Should be fixed the latest `astro-compress` [v2.2.23](https://github.com/PlayForm/Compress/releases/tag/AstroCompress%2Fv2.2.23) and `@playform/compress` [v0.0.4](https://github.com/PlayForm/Compress/releases/tag/Compress%2Fv0.0.4)
Thank you, I've been wondering about how to make it compress in parallel!
Expect it in `1.2.0`
So I did a benchmark with three different methods https://github.com/nikolaxhristov/bench-piscina I think [piscina](https://www.npmjs.com/package/piscina) might be the best for this.
@johnzanussi TY! ❤️ I would love some help. I wanted to make the `files-pipe` component itself parallelized, so whatever you use in `callbacks` gets called parallelly. This is used by...