[wp-trac] [WordPress Trac] #14759: Improve the way oEmbed deals with caching

WordPress Trac wp-trac at lists.automattic.com
Thu Sep 2 01:24:19 UTC 2010


#14759: Improve the way oEmbed deals with caching
--------------------------+-------------------------------------------------
 Reporter:  Viper007Bond  |       Owner:                 
     Type:  enhancement   |      Status:  new            
 Priority:  normal        |   Milestone:  Awaiting Review
Component:  Embeds        |     Version:  3.0.1          
 Severity:  normal        |    Keywords:                 
--------------------------+-------------------------------------------------

Comment(by nacin):

 I like the idea of these expiring, but my first take is that this storage
 solution has its own drawbacks. Storing them with postmeta is flexible and
 is tied to the post, versus having an ever-growing number of transients,
 which often will be stored in the options table.

 From a more practical perspective, that also means new queries for the
 transient, as they're neither autoloaded like options or queried as part
 of the post cache like postmeta.

 But again, I do like the idea of these expiring and being updated
 (assuming of course proper oEmbed is returned on background refresh).

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/14759#comment:3>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list