Task #51652

cache:warmup should cache every possible configuration

Added by Adrian Föder almost 2 years ago. Updated almost 2 years ago.

Status:Resolved Start date:2013-09-02
Priority:Should have Due date:
Assigned To:Adrian Föder % Done:

100%

Category:Configuration
Target version:-
Sprint: Has patch:Yes
PHP Version: Complexity:

Description

currently, flow:cache:warmup only caches configuration on a random base; however, every possible configuration source should be touched and cached in order to prepare the Production environment, for example.

Associated revisions

Revision 88dd9edb
Added by Adrian Föder almost 2 years ago

[FEATURE] Let cache:warmup warm up every configured configuration type

When having done a flow:cache:warmup, the Configuration Manager only cached
the configurations which were necessary during the CLI command invocation,
so, for example, Routes, Views, NodeTypes etc. were not cached.

This change introduces a SignalSlot listening to the warmupCache signal,
and touching every configured configuration type in order to make it
present in the configurations array, ready for later storing.

Change-Id: I82f508b977cc4146fa5fd46ab82581a5f4156ea5
Resolves: #51652
Releases: master

History

#1 Updated by Gerrit Code Review almost 2 years ago

  • Status changed from New to Under Review

Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/23538

#2 Updated by Gerrit Code Review almost 2 years ago

Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/23538

#3 Updated by Adrian Föder almost 2 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100

Also available in: Atom PDF