HEX
Server: Apache/2.4.66 (Debian)
System: Linux 3e214bd180d4 6.8.0-107-generic #107-Ubuntu SMP PREEMPT_DYNAMIC Fri Mar 13 19:51:50 UTC 2026 x86_64
User: www-data (33)
PHP: 8.3.30
Disabled: NONE
Upload Files
File: /var/www/html/wp-content/mu-plugins/php_runtime_config.php
<?php
/**
 * PHP runtime config that survives container recreates
 * Note: ini_set() works for zlib but NOT for opcache (must be in php.ini)
 */
if (!defined('ABSPATH')) return;

// Enable gzip compression so Traefik doesn't buffer dynamic responses
// (critical for first-load when Super Cache is cold)
@ini_set('zlib.output_compression', '1');
@ini_set('zlib.output_compression_level', '6');