Opened 17 years ago
Closed 16 years ago
#2043 closed defect (bug) (fixed)
Dirty cache queries
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 2.3 | Priority: | normal |
Severity: | normal | Version: | 2.0 |
Component: | Administration | Keywords: | |
Focuses: | Cc: |
Description
When the cache is dirty or something and file-based caching is being used, a query is done for every unique option call, so a page that without caching would do 20 queries can do 40+.
Expected result: The in-memory grab all options thingy would keep options queries at 1.
Change History (6)
Note: See
TracTickets for help on using
tickets.
Works for me. The only option queries I see in either mode are the initial query to test the DB and queries for non-existent options.