Skip to content

Memory Increase Under Control

scil edited this page Sep 10, 2018 · 1 revision

Items that may eat memory but under control

  • hack: Router::middlewareStable and static $cacheByRoute in method gatherRouteMiddleware (file: src/fly/Router.php)

  • hack: static $cacheForObj in method gatherRouteMiddleware (file: src/fly/Router.php)

  • every route binds an instance of controller: Route::getController() and $this->controller

  • hack: Translation\FileLoader::jsonPaths (file: src/LaravelFly/Map/Illuminate/Translation/FileLoader.php)