Over in #1880766: Preload configuration objects, we added support for preloading configuration objects.

the list of objects to load is returned by subscribers to the 'config.preload.names' event. the initial patch only added a subscriber that will read a list of objects to preload from settings.php.

in this issue, lets figure out which core modules have obvious files they would want preloaded, and add subscribers for them.

Comments

moshe weitzman’s picture

I 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).

catch’s picture

Status: Active » Closed (duplicate)
catch’s picture