Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
cache system
Priority:
Major
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
3 Mar 2014 at 18:01 UTC
Updated:
29 Jul 2014 at 23:25 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
ianthomas_ukComment #2
znerol commentedIf you are touching that area, please also remove
path. Quoting #2177461-11: Refactor page caching into a service:Comment #3
ianthomas_ukThat sounds sensible. Are you confident nothing else is using path now that it's there?
Comment #4
znerol commentedI do not see anything in core relying on the presence neither of
titlenor ofpath.Comment #5
damien tournoud commentedThose most likely used to be useful, but it is clear that they are already broken in Drupal 8 (because they rely on static storage of those that we already broke), so +1 on removing them completely.
Comment #6
ianthomas_ukComment #7
dawehnerWait: don't we want to used #title and store it? Just because it is broken does not mean we should not try to do it right.
Comment #8
damien tournoud commented@dawehner: doing it right means refactoring the page cache completely, which is out of the scope of this issue. This is just removing code that cannot work anyway.
Comment #9
znerol commentedIn my opinion any page level cache architecture relying on metadata which is not present on the HTTP layer is simply broken.
Comment #10
wim leersManually tested, RTBC++
Comment #11
webchickCommitted and pushed to 8.x. Thanks!
Comment #12
dawehnerSure, so should we either add a todo or a follow up to ensure that the bit don't get lost completly?