Opened 15 years ago
Closed 14 years ago
#14357 closed enhancement (duplicate)
get_page_by_path() and get_page_by_title() lack caching
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.0 |
Component: | Performance | Keywords: | |
Focuses: | Cc: |
Description
get_page_by_path()
and get_page_by_title()
always hit the database. We should add caching and caching invalidation for these two functions.
Change History (7)
#3
@
15 years ago
- Cc shidouhikari added
cache optimization is always important, let database rest a bit!
#4
@
15 years ago
Can anyone think of a good way to do this with existing caches? Or should these functions just make their own cache groups?
Note: See
TracTickets for help on using
tickets.
See also: #11373