Closed dmitriy2018 closed 6 years ago
What I've noticed is that, when using a DB driver, all settings are loaded from storage at once on the first call. This might present an issue when having millions of records. Consider loading only required records,
Check this section: https://github.com/ARCANEDEV/LaravelSettings/blob/master/_docs/3-Usage.md#more-database-stuff
What I've noticed is that, when using a DB driver, all settings are loaded from storage at once on the first call. This might present an issue when having millions of records. Consider loading only required records,