[wp-trac] Re: [WordPress Trac] #1595: Post Content Prerendering

WordPress Trac wp-trac at lists.automattic.com
Sun Mar 11 02:12:06 GMT 2007


#1595: Post Content Prerendering
-----------------------------------------+----------------------------------
 Reporter:  markjaquith                  |        Owner:  markjaquith
     Type:  enhancement                  |       Status:  reopened   
 Priority:  normal                       |    Milestone:  2.2        
Component:  Optimization                 |      Version:  2.1.2      
 Severity:  normal                       |   Resolution:             
 Keywords:  bg|2nd-opinion bg|has-patch  |  
-----------------------------------------+----------------------------------
Changes (by masquerade):

  * keywords:  => bg|2nd-opinion bg|has-patch
  * status:  closed => reopened
  * version:  1.6 => 2.1.2
  * resolution:  wontfix =>
  * milestone:  => 2.2

Comment:

 Filters don't really change by the second. Theoretically, they could I
 suppose, however most filters, especially the defaults, things like abbr
 tag plugins, etc. etc. are fairly constant.

 Prerendering the post I think is useful for those who don't want to cache
 the whole page, because it might have other dynamic content on the page,
 especially in the sidebar. Not having to run the filters on the post each
 time saves a considerable amount of processor time. It is also possible
 that, to ease your fears and to make everything better for everyone, that
 along with the prerendered content, an array of the filters which are
 applied to it is stored, and when displaying, compare the list of
 currently applied filters with the ones that are prerendered, and update
 accordingly.

 +1 for this idea.

-- 
Ticket URL: <http://trac.wordpress.org/ticket/1595#comment:5>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list