[wp-trac] [WordPress Trac] #25761: Crazy amounts of queries are run in wp-admin/install.php?step=2

WordPress Trac noreply at wordpress.org
Tue Oct 29 18:43:51 UTC 2013


#25761: Crazy amounts of queries are run in wp-admin/install.php?step=2
-------------------------------+-----------------------------
 Reporter:  Denis-de-Bernardy  |      Owner:
     Type:  defect (bug)       |     Status:  new
 Priority:  normal             |  Milestone:  Awaiting Review
Component:  Database           |    Version:  3.7
 Severity:  minor              |   Keywords:
-------------------------------+-----------------------------
 To reproduce, create a wp-content/install.php file, and add the following:

 {{{
 add_filter('query', function($query) {
         var_dump($query);
         return $query;
 });
 }}}

 … then create a new site accordingly.

 It's admittedly minor since, at the end of the day, it works. But surely
 there's a means to reduce duplication somewhat in there.

--
Ticket URL: <http://core.trac.wordpress.org/ticket/25761>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list