Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bypass caching for Breeze plugin #1588

Open
jakejackson1 opened this issue Nov 3, 2024 · 0 comments
Open

Bypass caching for Breeze plugin #1588

jakejackson1 opened this issue Nov 3, 2024 · 0 comments
Labels
Milestone

Comments

@jakejackson1
Copy link
Member

https://wordpress.org/plugins/breeze/

The plugin can cause encoding and display problems in the PDF due to it applying page optimizations.

The weird filename problem is common when a caching plugin tries to compress/minify/gzip a Gravity PDF document. I see you have the Breeze optimization plugin installed on your site. The first step I recommend is to exclude the /pdf/URL from the cache.

You can do this by:

Opening your Network Admin control panel
Navigate to Settings -> Breeze -> Advanced Options
In the Never Cache URL(s) setting add a new line and enter /pdf/
Select the Save Changes button

Look at how we can auto-bypassing the cache

@jakejackson1 jakejackson1 added this to the 6.12 milestone Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant