; ===== Elementor / WP recommended PHP settings ===== ; Directory-level overrides (PHP-FPM/CGI compatible) ; Bigger forms / widgets / menus max_input_vars = 3000 ; Memory / time budgets memory_limit = 512M max_execution_time = 300 max_input_time = 120 ; Uploads post_max_size = 64M upload_max_filesize = 64M ; Optional: improve output buffering stability output_buffering = 4096