Probleem: PHPSESSID cookie voor anonieme bezoekers maakt caching onmogelijk.
Acties: 1. Plesk > Domains > PHP Settings > session.auto_start = Off 2. Controleer wp-config.php en typology-child/functions.php op session_start() – verwijderen tenzij strikt nodig 3. Cache inschakelen: * Optie A (Plesk native): Plesk > Apache & nginx Settings > Additional nginx directives > FastCGI cache aanzetten, bypass alleen voor wordpress_logged_in*, memberpress* * Optie B (plugin): WP Rocket / LiteSpeed Cache installeren > Page Cache ON, uitzondering: /opties/*, /login*, /cart* alleen 4. Verificatie na fix:
curl -I https://staging.cultureelpersbureau.nl/
Verwacht: cache-control: public, max-age=3600
GEEN set-cookie: PHPSESSID voor anonieme hit
curl -w “TTFB:%{time_starttransfer}s\n” -o /dev/null -s https://staging.cultureelpersbureau.nl/


