unjs / ipx

🖼️ High performance, secure and easy-to-use image optimizer.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Persist processed images for specific predefined sizes & formats

AbdallahAlhaddad opened this issue · comments

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

  • Would you be willing to help implement this feature?

This is a most have! Let's teack via #30 and #135