Name |
Last commit
|
Last update |
---|---|---|
application | ||
bundles | ||
laravel | ||
public | ||
storage | ||
.gitattributes | ||
.gitignore | ||
.travis.yml | ||
artisan | ||
license.txt | ||
paths.php | ||
readme.md |
Calling the "Config::get('application.encoding')" is expensive and within a large form (using the form builder) having it requested multiple times can result in a significant performance drag. Caching this value reduced calls to Config:get within our project from 1200+ to 125. All core tests appear to pass with this change in place.
Name |
Last commit
|
Last update |
---|---|---|
application | Loading commit data... | |
bundles | Loading commit data... | |
laravel | Loading commit data... | |
public | Loading commit data... | |
storage | Loading commit data... | |
.gitattributes | Loading commit data... | |
.gitignore | Loading commit data... | |
.travis.yml | Loading commit data... | |
artisan | Loading commit data... | |
license.txt | Loading commit data... | |
paths.php | Loading commit data... | |
readme.md | Loading commit data... |