Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #14759, comment 34


Ignore:
Timestamp:
11/28/2013 02:16:42 PM (10 years ago)
Author:
sanchothefat
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #14759, comment 34

    initial v1  
    1212
    1313
    14 Rather than leaving it with no optimal solution would it not at least make sense to use transients in so far as it's better than caching at all?
     14Rather than leaving it with no optimal solution would it not at least make sense to use transients in so far as it's better than no caching at all?
    1515
    1616The only other thing I can think of is that you could register a hidden post type, create a single post in it and use that as the fallback post ID to cache anything coming from a direct `wp_oembed_get()` call. It seems completely crazy but might be the least disruptive.