Closed (won't fix)
Project:
Drupal core
Version:
8.0.x-dev
Component:
cache system
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
26 Oct 2011 at 08:15 UTC
Updated:
29 Jul 2014 at 20:04 UTC
Jump to comment: Most recent file
Comments
Comment #1
skwashd commentedAnd here is the patch for it.
Comment #2
dalinSure doing it at the Apache level is more performant. But what about sites that don't have access to that (i.e. shared hosting). Will this patch not decrease performance for those sites?
Comment #3
damien tournoud commentedIt should be more efficient to handle that in Drupal. More clients those days support compression, so it's better to store the compressed data directly in the cache and serve it transparently. On-the-fly compression at the Apache level doesn't seem like a good idea.
Comment #4
damien tournoud commentedThat's not actually true, as far as I know.
Comment #5
thedavidmeister commented#1: drupal-1321918-remove-page-compression.patch queued for re-testing.
Comment #7
damien tournoud commentedThe same thread has since proven that this is not a good idea.