mateuszkocz/media-library

Thumbnails generation overhaul

mateuszkocz opened this issue · 0 comments

Currently thumbnails generation just works. Make it work well.

  • clean up the code,
  • parallelise the work,
  • store thumbnails somewhere.

Regarding storage, you might want to consider:

  • DB (fast access?),
  • on the disk (safe as no space limits?).