Quote:
Originally Posted by vlad59
I thought many times about that ( https://github.com/seblucas/cops/issues/5). But caching the thumbnail mean having to write on the disk and for now COPS is a pure read only application. That simplify a lot (no extra check, no security holes, ...) and that mean an easy install for every average Joe user.
I had the same issue, I added a cache header (a simple workaround I agree) so that going on the same page after a few day don't burn your CPU again. I also thought about using Nginx caching system but lost interest.
I don't think I'll add that myself to COPS, but I'll happily review and merge any clean patch about it.
|
Yes I see your point about keeping it simple. Perhaps just having an option not to display thumbnails in lists is the easiest solution for users with small low-powered CPUs. Then the thumbnails only get generated one at a time when they click on book to see the details.
Quote:
Originally Posted by vlad59
9000 tags .... WAHHH ... is Calibre still usable with that much tags ?
|
Yes Calibre works fine with that many tags. No noticeable performance issue.
Cheers,
EF