Actions
Feature #75043
closedUse .gz instead of .gzip for statically compressed files
Status:
Closed
Priority:
Could have
Assignee:
-
Category:
Frontend
Target version:
-
Start date:
2016-03-14
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Please use .gz instead of .gzip for statically compressed files, because
1. this is far more common in the UNIX environment (.tar.gz, not .tar.gzip; in fact, I have never seen .gzip anywhere else),
2. nginx gzip_static [http://nginx.org/en/docs/http/ngx_http_gzip_static_module.html] can detect and serve .gz files.
So, compressCss and compressJs could be used with nginx gzip_static without problems.
Updated by Gerrit Code Review over 8 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/47238
Updated by Gerrit Code Review over 8 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/47238
Updated by Andreas Kienast about 8 years ago
- Status changed from Under Review to New
Updated by Mathias Bolt Lesniak almost 4 years ago
- Related to Feature #93182: Configurable compressed file extension added
Updated by Georg Ringer over 2 years ago
- Status changed from New to Closed
closing this in favor of #93182
Actions