unjs / ipx

🖼️ High performance, secure and easy-to-use image optimizer.
MIT License
1.53k stars 61 forks source link

Persist processed images for specific predefined sizes & formats #113

Closed AbdallahAlhaddad closed 1 year ago

AbdallahAlhaddad commented 1 year ago

Describe the feature

The idea is to persist images that will be consumed a lot so the server doesn't need to reprocess it on each time.

If we are concerned about bloating server storage, we can think of a method to auto delete images that is not used in a specified timeframe (implemented as an option).

Additional information

pi0 commented 1 year ago

This is a most have! Let's teack via #30 and https://github.com/unjs/ipx/issues/135