This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Bundle/FrameworkBundle
Fabien Potencier 19e5218c0b feature #28331 [FrameworkBundle] Don't populate fallback cache on warmup (nicolas-grekas)
This PR was merged into the 4.2-dev branch.

Discussion
----------

[FrameworkBundle] Don't populate fallback cache on warmup

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | yes
| Tests pass?   | yes
| Fixed tickets | -
| License       | MIT
| Doc PR        | -

Since we populate the front PhpArrayCache, there is no need to also populate its fallback pool, since it will never be hit for the warmed up values.
This saves creating a myriad of small cache files and some MB.

Commits
-------

c857ba5ded [FrameworkBundle] Don't populate fallback cache on warmup
2018-09-03 22:16:15 +02:00
..
CacheWarmer [FrameworkBundle] Don't populate fallback cache on warmup 2018-09-01 18:33:14 +02:00
Command Merge branch '4.0' into 4.1 2018-07-26 13:24:31 +02:00
Console Merge branch '4.1' 2018-07-26 11:13:01 +02:00
Controller Deprecate Symfony\Bundle\FrameworkBundle\Controller\Controller 2018-08-27 19:13:10 +01:00
DataCollector Merge branch '4.0' into 4.1 2018-07-26 11:10:45 +02:00
DependencyInjection Merge branch '4.1' 2018-09-02 17:22:25 +01:00
EventListener Merge branch '2.8' into 3.4 2018-07-26 11:06:28 +02:00
HttpCache Merge branch '4.0' into 4.1 2018-07-26 11:10:45 +02:00
Kernel Merge branch '3.4' into 4.1 2018-09-02 18:33:37 +01:00
Resources feature #28331 [FrameworkBundle] Don't populate fallback cache on warmup (nicolas-grekas) 2018-09-03 22:16:15 +02:00
Routing [Config] Rename FileLoaderLoadException to LoaderLoadException 2018-08-10 09:13:17 +02:00
Templating Merge branch '3.4' into 4.1 2018-09-02 18:33:37 +01:00
Test Merge branch '2.8' into 3.4 2018-07-26 13:19:56 +02:00
Tests Merge branch '4.1' 2018-09-02 17:22:25 +01:00
Translation Merge branch '4.0' into 4.1 2018-07-26 11:10:45 +02:00
.gitignore
CHANGELOG.md feature #28243 [FrameworkBundle] Deprecate Symfony\Bundle\FrameworkBundle\Controller\Controller (sroze) 2018-08-28 08:35:15 +02:00
Client.php Merge branch '2.8' into 3.4 2018-07-26 11:06:28 +02:00
composer.json FrameworkBundle 4.1 == Messenger 4.1 2018-09-02 16:47:21 +01:00
FrameworkBundle.php Merge branch '4.1' 2018-09-02 17:22:25 +01:00
LICENSE fixed years in copyright 2018-01-03 08:23:28 +01:00
phpunit.xml.dist Merge branch '3.2' 2017-04-12 07:14:56 -07:00
README.md add readme files where missing 2016-03-07 11:36:15 +01:00