Actions
Feature proposal #5703
closedRewrite plugin loading
Feature proposal #5703:
Rewrite plugin loading
Start date:
08 January 2016
Due date:
% Done:
100%
Estimated time:
Description
The current plugin loading loads on demand, but causes issues with heavy SQL duplication. Instead load the SQL in 1 go and cache the results to allow for any and all future usage without additional SQL overhead.
Updated by krileon over 10 years ago
- Status changed from New to Assigned
- Assignee set to krileon
Updated by krileon over 10 years ago
- Subject changed from Refactor plugin loading to Rewrite plugin loading
Updated by krileon almost 10 years ago
- Target version changed from CB 2.1 to CB 3.0
This needs to happen when cbPluginHandler is rewritten into a CBLib usage.
Updated by krileon almost 8 years ago
This needs to happen early in the createApplication function of CBLib to allow plugins to extend the DI.
Updated by beat over 3 years ago
- Tracker changed from Bug to Feature proposal
Updated by krileon about 2 months ago
- Status changed from Assigned to Rejected
- Target version deleted (
CB 3.0) - % Done changed from 0 to 100
Plugins are schedule to be rewritten to standalone Joomla extensions so no need to rewrite current behavior and risk breaks.
Actions