Make WordPress Core

Ticket #26937: duplicated-queries.txt

File duplicated-queries.txt, 2.6 KB (added by afercia, 12 years ago)
Line 
1[10] => Array
2 (
3 [0] => SELECT posts.* FROM posts WHERE 1=1 AND ( ( post_date <= '2010-10-05 00:27:25' ) ) AND posts.ID NOT IN (358) AND posts.post_type = 'post' AND ((posts.post_status = 'publish')) ORDER BY posts.post_date DESC LIMIT 0, 1
4 [1] => 0
5 [2] => require('mypath\wp-blog-header.php'), require_once('mypath\wp-includes\template-loader.php'), include('mypath\wp-content\themes\_s-master\single.php'), _s_post_nav, get_adjacent_post, WP_Adjacent_Post->__construct, WP_Adjacent_Post->get_post, WP_Query->__construct, WP_Query->query, WP_Query->get_posts
6 )
7
8[11] => Array
9 (
10 [0] => SELECT posts.* FROM posts WHERE 1=1 AND ( ( post_date >= '2010-10-05 00:27:25' ) ) AND posts.ID NOT IN (358) AND posts.post_type = 'post' AND ((posts.post_status = 'publish')) ORDER BY posts.post_date ASC LIMIT 0, 1
11 [1] => 0
12 [2] => require('mypath\wp-blog-header.php'), require_once('mypath\wp-includes\template-loader.php'), include('mypath\wp-content\themes\_s-master\single.php'), _s_post_nav, get_adjacent_post, WP_Adjacent_Post->__construct, WP_Adjacent_Post->get_post, WP_Query->__construct, WP_Query->query, WP_Query->get_posts
13 )
14
15[12] => Array
16 (
17 [0] => SELECT posts.* FROM posts WHERE 1=1 AND ( ( post_date <= '2010-10-05 00:27:25' ) ) AND posts.ID NOT IN (358) AND posts.post_type = 'post' AND ((posts.post_status = 'publish')) ORDER BY posts.post_date DESC LIMIT 0, 1
18 [1] => 0
19 [2] => require('mypath\wp-blog-header.php'), require_once('mypath\wp-includes\template-loader.php'), include('mypath\wp-content\themes\_s-master\single.php'), _s_post_nav, previous_post_link, get_previous_post_link, get_adjacent_post_link, get_adjacent_post, WP_Adjacent_Post->__construct, WP_Adjacent_Post->get_post, WP_Query->__construct, WP_Query->query, WP_Query->get_posts
20 )
21
22[13] => Array
23 (
24 [0] => SELECT posts.* FROM posts WHERE 1=1 AND ( ( post_date >= '2010-10-05 00:27:25' ) ) AND posts.ID NOT IN (358) AND posts.post_type = 'post' AND ((posts.post_status = 'publish')) ORDER BY posts.post_date ASC LIMIT 0, 1
25 [1] => 0
26 [2] => require('mypath\wp-blog-header.php'), require_once('mypath\wp-includes\template-loader.php'), include('mypath\wp-content\themes\_s-master\single.php'), _s_post_nav, next_post_link, get_next_post_link, get_adjacent_post_link, get_adjacent_post, WP_Adjacent_Post->__construct, WP_Adjacent_Post->get_post, WP_Query->__construct, WP_Query->query, WP_Query->get_posts
27 )