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

BUG? Dolibarr v20 says no compression on HTTP responses enabled #8

Open
JonBendtsen opened this issue Sep 18, 2024 · 1 comment
Open

Comments

@JonBendtsen
Copy link
Contributor

BUG? Dolibarr v20 says no compression on HTTP responses enabled

 Files of type php (.php) are not compressed by HTTP server
 Files of type css (.css) are not compressed by HTTP server
 Files of type css (.css.php) are not compressed by HTTP server
 Files of type javascript (.js) are not compressed by HTTP server
 Files of type javascript (.js.php) are not compressed by HTTP server

but mod_deflate is enabled? and it does include

<IfModule mod_deflate.c>
	<IfModule mod_filter.c>
		AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css
		AddOutputFilterByType DEFLATE application/x-javascript application/javascript application/ecmascript
		AddOutputFilterByType DEFLATE application/rss+xml
		AddOutputFilterByType DEFLATE application/xml
	</IfModule>
</IfModule>
@JonBendtsen
Copy link
Contributor Author

if you run your dolibarr behind a proxy, maybe it's better to let the proxy handle the compression, so it probably should be an option

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant