You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for reporting. I haven't looked into this yet ... but in #6499 we merged a bug that also introduced a big performance improvement when generating routes with pretty URLs.
Describe the bug
Since we upgraded to version 4.14.0, we noticed a performance degradation in application monitoring.
Digging into the issue leads to routing's YamlLoader called at each request (like cache is ignored)
To Reproduce
Call any page to warm the cache.
Reload the page (any, it does not matter if it's handled by EasyAdminBundle) and check if YamlLoader is called.
ie. edit
vendor/symfony/routing/Loader/YamlFileLoader.php
to adddd('here');
on top ofload
function.(OPTIONAL) Additional context
Here is a callstack
side note:
router->getRouteCollection()
is not cached. Frameworkbundle's RouteMatcher and RouteGenerators are.The text was updated successfully, but these errors were encountered: