Memory Increase Under Control - scil/LaravelFly GitHub Wiki
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)