0.0003 |
SELECT `site_theme` FROM `admin` WHERE `id` = '1' LIMIT 1
|
0.0001 |
SELECT `site_name` FROM `admin` WHERE `id` = '1' LIMIT 1
|
0.0001 |
SELECT `image` FROM `posts` WHERE `alias` IS NULL LIMIT 1
|
0.0001 |
SELECT COUNT(*) AS `numrows` FROM `journals`
|
0.0001 |
SELECT COUNT(*) AS `numrows` FROM `articles`
|
0.0007 |
select * from posts where post_type='post' and cat_id='2' and status='1'
|
0.0003 |
SELECT * FROM `posts` WHERE `status` = '1' AND `cat_id` = '2' ORDER BY `post_id` DESC LIMIT 5
|
0.0002 |
SELECT `content` FROM `posts` WHERE `post_id` = '12' LIMIT 1
|
0.0002 |
SELECT `content` FROM `posts` WHERE `post_id` = '11' LIMIT 1
|
0.0005 |
select * from posts where post_type='post' and cat_id='3' and status='1'
|
0.0002 |
SELECT * FROM `posts` WHERE `status` = '1' AND `cat_id` = '3' ORDER BY `post_id` DESC LIMIT 5
|