cachebuser flood when maintenance mode is active
-
Like the title says. I use Flatsome theme, and when I have AO active and put the site in maintenance mode (built-in feature of Flatsome), the backend becomes superslow and AO reaches the pm.max_children setting of the PHP process.
apache error logs:
"GET /?ao_speedup_cachebuster=34542 HTTP/1.1" 503 11493 "https://domain.nl/?ao_speedup_cachebuster=34542" "WordPress/5.0.2; https://domain.nl"
php-fpm logs:
WARNING: [pool www] server reached pm.max_children setting (5), consider raising it NOTICE: [pool www] child 20097 exited with code 0 after 164.715680 seconds from start NOTICE: [pool www] child 20330 started
^ these appear immediately after enabling maintenance mode.
Maintenance mode puts a splash screen on the frontend for non-admins and returns a 503 too. Some stuff gets through like popups and cookie notices. But the page content is empty aside from a maintenance notice and logo.
I disabled the feature to serve optimized files for logged in users. So I assume AO is getting stuck in a loop when non-admin view the maintenance page. (like me when I tested maintenance mode in incognito mode)
- The topic ‘cachebuser flood when maintenance mode is active’ is closed to new replies.