Opened 4 years ago
Last modified 4 years ago
#41232 new enhancement
Cache translations and nav menus
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | 4.9 |
Component: | General | Keywords: | close |
Focuses: | performance | Cc: |
Description
I've noticed caching translations and navigation menus HTML output makes WordPress load much faster. (Using persistent object cache)
I am experimenting with these two (an the_content() caching) in this repo
https://github.com/szepeviktor/tiny-cache
Please consider caching these two in the core.
Thanks.
Change History (3)
Note: See
TracTickets for help on using
tickets.
For caching menus there's already #36225.