• Hello,

    ich use webserver caddy with php-fpm in an dockered environment. Which server side parameters do I have to adjust / increase in order to accelerate bulk import of folders with many pictures into nextgen gallery?
    Regards and thank-you

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi @aaa1898,

    Thanks for reaching out,

    To accelerate the bulk import of folders containing many pictures into NextGEN Gallery in your Caddy + PHP-FPM Docker environment, you’ll need to adjust the following server-side parameters:

    1. PHP-FPM: Increase max_execution_time (e.g., 300s), memory_limit (e.g., 1G), post_max_size, and upload_max_filesize (e.g., 256M).
    2. Caddy: Extend timeouts in your Caddyfile (e.g., read_body and idle to 300s).
    3. Docker: Allocate more CPU and memory (e.g., 2 CPUs, 2G RAM) in your container settings.
    4. Database: Optimize MySQL settings, like max_allowed_packet for large queries.
    5. NextGEN Settings: Limit image size to, 2000px and create smaller thumbnails (150x150px)

    I hope this helps! Could you please let me know if you have any questions?

    Thanks! ??

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.