Panel Handling many images - Super Slow

i create a page for a photoagency once. they had like 500 images per folder. my suggestions for you.

frontend:

backend:

  • dont know much about panels caching but 1k images seems a but much for one page object to handle
  • you could try to hack panel/controllers/files.php >> thumb() function to display smaller or more compressed (or blured) thumb images. thus speeding up the backend thumbs generation.