Closed (duplicate)
Project:
Drupal core
Version:
8.0.x-dev
Component:
configuration system
Priority:
Major
Category:
Task
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
20 Jan 2014 at 20:08 UTC
Updated:
21 Sep 2021 at 20:52 UTC
Jump to comment: Most recent
Comments
Comment #1
moshe weitzman commentedI think a good starting point here would be the set of objects that get loaded when you load the default homepage for standard install. assume that this homepage has one article page and one basic page on it. Caches should be as cold as possible and user should be authenticated (but not an admin).
Comment #2
catchDuplicate of #2248767: Use fast, local cache back-end (APCu, if available) for low-write caches (bootstrap, discovery, and config) and others at this point.
Comment #3
catchIt's a duplicate of #2348245: Add a cache collector style backend to reduce the number of calls to cache backends if at all.