Semua plugin affiliate menyimpan cache data affiliate dari link yang dibuka. Jika menggunakan plugin cache, data affiliate akan tersimpan di website meskipun di browser tidak ada cache affiliate atau tidak klik dari link affiliate.
Dari case tersebut Anda harus exclude URL Checkout, Login, Pembayaran dan Cookie dari affiliate WeddingSaaS.
- URL Checkout : /checkout/
- URL Renew : /renew/
- URL Pembayaran : /pay/
- URL Login : /auth/
- WDS Theme : /preview-template/
- Cookie : wds_affiliate
Apabila Anda mengatur cache pada user yang sedang login sebaiknya exclude semua halaman WeddingSaaS URL Endpoints.
WP Rocket #
Exclude :
- URL : /checkout/(.*)
- URL : /renew/(.*)
- URL : /auth/(.*)
- URL : /pay/(.*)
- URL : /preview-template/(.*)
- Cookies : wds_affiliate
LiteSpeed Cache #
Exclude :
- URL : ^/checkout
- URL : ^/renew
- URL : ^/pay
- URL : ^/auth
- URL : ^/preview-template
- Cookies : wds_affiliate
WP-Optimize #
Exclude :
- URL : /checkout/*
- URL : /renew/*
- URL : /pay/*
- URL : /auth/*
- URL : /preview-template/*
- Cookies : wds_*