• Resolved aaa1898

    (@aaa1898)


    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 2 replies - 1 through 2 (of 2 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! 🙂

    Hi @aaa1898 ,

    We haven’t heard back from you in a few days, so I’m going to go ahead and close this thread for now. But if you’d like us to assist further, please feel welcome to continue the conversation.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘How to increase folder bulk import, server params’ is closed to new replies.