We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
FAQ: While only few pages of PDF is supposed to be loaded. In some cases whole PDF is getting loaded during flipbook creation.
The text was updated successfully, but these errors were encountered:
Some Wordpress plugins set PDF to be transferred as gzip. This causes the PDF to be loaded with full size.
Reported with:
WP-Rocket Plugin..
Solution: adding PDF file extension to non gzip list. (mp3|**pdf|**avi) You can find this somewhere in the htaccess file. # Don’t compress images and other uncompressible content SetEnvIfNoCase Request_URI \ \.(?:gif|jpe?g|png|rar|zip|exe|flv|mov|wma|mp3|pdf|avi|swf|mp?g)$ no-gzip dont-vary </IfModule> </IfModule>
Solution: adding PDF file extension to non gzip list. (mp3|**pdf|**avi) You can find this somewhere in the htaccess file.
# Don’t compress images and other uncompressible content SetEnvIfNoCase Request_URI \ \.(?:gif|jpe?g|png|rar|zip|exe|flv|mov|wma|mp3|pdf|avi|swf|mp?g)$ no-gzip dont-vary </IfModule> </IfModule>
As of now, Plugins like W3 Total Cache are working fine.
Sorry, something went wrong.
No branches or pull requests
FAQ: While only few pages of PDF is supposed to be loaded. In some cases whole PDF is getting loaded during flipbook creation.
The text was updated successfully, but these errors were encountered: