[wp-trac] [WordPress Trac] #14397: slow sql query from probably is_blog_installed

WordPress Trac wp-trac at lists.automattic.com
Fri Jul 23 16:43:30 UTC 2010


#14397: slow sql query from probably is_blog_installed
--------------------------+-------------------------------------------------
 Reporter:  mark-k        |       Owner:                 
     Type:  defect (bug)  |      Status:  new            
 Priority:  normal        |   Milestone:  Awaiting Review
Component:  Performance   |     Version:  3.0            
 Severity:  normal        |    Keywords:                 
--------------------------+-------------------------------------------------

Comment(by ryan):

 The check in wp_widgets_init() prevents widgets from trying to write
 options if the DB isn't set up yet.  Typically during initial install
 there are no active plugins and the only theme is the default theme.

 We need to be able to detect the presence of any of the blog's tables,
 even if they are empty.  Alternatives to SHOW TABLES welcome.

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


More information about the wp-trac mailing list