Automattic / jetpack

Security, performance, marketing, and design tools — Jetpack is made by WordPress experts to make WP sites safer and faster, and help you grow your traffic.
https://jetpack.com/
Other
1.58k stars 797 forks source link

Plugins still generate wp-cache-*****.php with enabled Expert Mode #25498

Open iekmuby opened 5 years ago

iekmuby commented 5 years ago

After enabling of expert mode I still can't see index.html files in a cached folder. Seems like plugin still working in WP-Cache mode, because it generates wp-cache-**.php and meta-wp-cache-**.php files. I can't google any solution for this issue. Can you explain, what am I doing wrong?

stodorovic commented 5 years ago

WPSC generates index.html if there aren't cookies, query strings, ... (regardless to Expert or Simple delivery method). It's possible that some plugin sets cookies (GDPR plugins, ... ). You need to enable debug log (WPSC settings/debug tab) and check more details.