#3008 closed enhancement (wontfix)
Optimized version of get_term_link() added..
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | WordPress.tv | Keywords: | |
Cc: |
Description
The optimized version of get_term_link that adds caching for slug-based lookups. Returns Permalink for a taxonomy term archive, or a WP_Error object if the term does not exist.
wpcom_vip_get_term_link()
Attachments (2)
Change History (4)
#1
@
6 years ago
- Resolution set to wontfix
- Status changed from new to closed
Hi @afzalmultani, thanks for this suggestion!
Unfortunately wpcom_vip_get_term_link()
is not available on WordPress.tv, it's a function that is not shared with the wider wpcom infrastructure. I also don't think that adding another caching wrapper around that function is super helpful, the existing caching infrastructure should be able to handle it pretty well.
Please don't let the resolution to this ticket discourage you from making more optimization suggestions though!
Note: See
TracTickets for help on using
tickets.
Patch added