Pagerules and best Settings Exclude wp-admin and wp-login.php Wordpress

I try to exclude wp-admin / wp-login.php for my wordpress website. I use the Divi Theme with Page Builder. Wordpress is installed in a Sub Directory: vz01

General Settings Wordpress:

WordPress Address (URL)

https://domain.com/vz01

Site Address (URL)

Cloudflare Settings:

SSL / TLS

  • SSL FULL
  • Always Use HTTPS ON
  • Automatic HTTPS Rewrites ON

Speed

  • Auto Minify - Java Script, CSS, HTML activated
  • Rocket Loader ON

My actual Page rules and settings:

Rule 1:

https://domain.com/vz01/*

Disable Security
Browser Integrity Check off
Always Online off
Security Level low
Cache Level Bypass
Disable Apps
Disable Performance

Rule 2:

https://domain.com/vz01/wp-login.php*

Disable Security
Browser Integrity Check off
Always Online off
Security Level low
Cache Level Bypass
Disable Apps
Disable Performance

Rule 3:

https://domain.com/*

Browser Cache TTL 2 hours
Always Online on
Security Level low
Cache Level Cache Everything
Edge Cache TTL 2 hours

I was wondering if the page rule 1. and 2. to exclude wp-admin and wp-login can be merged like this:

https://domain.com/vz01/wp-*

And if instead of Cache Bypass the setting Rocket Loader Off can be used, and which settings are really needed on the exclude rules for wordpress, to get no problems in the wordpress backend?

The Divi Theme Page Builder can be used in the Backend for editing, so when edit a post the Link will be https://domain.com/vz01/wp-admin/post.php?post=11374&action= , , this works at the moment.

But the Builder can also be used in the frontend to Edit the Posts, and when changing a post in the frontend the content gets actually cached, till I delete CF Cache.

https://domain.com/example-post-url/?et_fb=1&PageSpeed=off

When the Post in frontend is edited, Divi adds to the posts url the parameter:

?et_fb=1&PageSpeed=off

If Page Rule wp-admin and wp-login.php can be merged to 1 Rule, is it possible somehow for the second Rule to exclude the parameter: ?et_fb=1&PageSpeed=off from Caching, and what would be the best performance settings for all 3 Rules actual?

Thx
Sallida

This topic was automatically closed after 31 days. New replies are no longer allowed.