Actions
Feature #12337
openFeature #12611: Refactoring: Bootstrap with Lazy Loading
Database.php: better caching
Start date:
07.04.2021
Due date:
% Done:
0%
Estimated time:
Discuss:
Prio Planung:
Description
Currently only the mysqli handle is cached but the Database object is recreated often.
Possible changes
- switch to singleton pattern for Database class (call Database::getInstance() instead of new Database)
- make Database a static class (?)
Both changes need a lot of refactoring.
Updated by Carsten Rose over 2 years ago
- Tracker changed from Support to Feature
Updated by Marc Egger about 2 years ago
- Status changed from Priorize to Some day maybe
Updated by Marc Egger about 2 years ago
- Assignee changed from Marc Egger to Carsten Rose
Actions