Opened 16 months ago
Last modified 3 months ago
#4346 new Defect
Plugin settings are inefficient
| Reported by: | cash | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Elgg 1.10.0 |
| Component: | Core | Version: | 1.8 |
| Severity: | minor | Keywords: | |
| Cc: | brett@… | Difficulty: |
Description (last modified by ewinslow)
It takes 3 queries to get a plugin setting:
- get all plugins with that name
- get the object table
- get the setting
Since the plugin should already be loaded, we should be able to skip the first two queries.
Change History (2)
comment:1 Changed 12 months ago by ewinslow
- Description modified (diff)
- Milestone changed from Needs Review to Elgg 1.9.0
comment:2 Changed 3 months ago by cash
- Milestone changed from Elgg 1.9.0 to Elgg 1.10.0
Note: See
TracTickets for help on using
tickets.
