SELECT * FROM blog_options WHERE (`name` = 'theme:joe_auth_code' )
SELECT * FROM blog_options WHERE (`name` = 'theme:joe_auth_hash' )
SHOW TABLES LIKE 'blog_extras'
SELECT blog_contents.* FROM blog_contents WHERE (blog_contents.`status` = 'publish' OR blog_contents.`status` = 'hidden' ) AND (blog_contents.`created` < '1777141716' ) AND (blog_contents.`type` = 'post' ) AND (blog_contents.`slug` = '111' ) LIMIT 1
SELECT * FROM blog_metas INNER JOIN blog_relationships ON blog_relationships.`mid` = blog_metas.`mid` WHERE (blog_relationships.`cid` = '111' ) AND (blog_metas.`type` = 'tag' )
SELECT * FROM blog_fields WHERE (`cid` = '111' )
SELECT * FROM blog_metas WHERE (`type` = 'category' )
SELECT blog_metas.`mid` FROM blog_metas INNER JOIN blog_relationships ON blog_relationships.`mid` = blog_metas.`mid` WHERE (blog_relationships.`cid` = '111' ) AND (blog_metas.`type` = 'category' )
SELECT * FROM blog_users WHERE (`uid` = '1' )
SELECT * FROM blog_contents WHERE (blog_contents.`type` = 'post' ) AND (blog_contents.`cid` <> '111' ) AND (blog_contents.`authorId` = '1' ) AND (blog_contents.`status` = 'publish' ) ORDER BY blog_contents.`created` DESC LIMIT 5
SELECT * FROM blog_fields WHERE (`cid` = '359' )
SELECT * FROM blog_fields WHERE (`cid` = '358' )
SELECT * FROM blog_fields WHERE (`cid` = '357' )
SELECT * FROM blog_fields WHERE (`cid` = '356' )
SELECT * FROM blog_fields WHERE (`cid` = '353' )
SELECT DISTINCT blog_contents.`cid` , blog_contents.`title` , blog_contents.`slug` , blog_contents.`created` , blog_contents.`authorId` , blog_contents.`modified` , blog_contents.`type` , blog_contents.`status` , blog_contents.`text` , blog_contents.`commentsNum` , blog_contents.`order` , blog_contents.`template` , blog_contents.`password` , blog_contents.`allowComment` , blog_contents.`allowPing` , blog_contents.`allowFeed` FROM blog_contents INNER JOIN blog_relationships ON blog_contents.`cid` = blog_relationships.`cid` WHERE (blog_relationships.`mid` IN (134) ) AND (blog_contents.`cid` <> '111' ) AND (blog_contents.`status` = 'publish' ) AND (blog_contents.`password` IS NULL ) AND (blog_contents.`created` < '1777141716' ) AND (blog_contents.`type` = 'post' ) ORDER BY blog_contents.`created` DESC LIMIT 5
SELECT * FROM blog_fields WHERE (`cid` = '283' )
SELECT * FROM blog_fields WHERE (`cid` = '274' )
SELECT * FROM blog_fields WHERE (`cid` = '169' )
SELECT * FROM blog_fields WHERE (`cid` = '130' )
SELECT * FROM blog_comments WHERE (`cid` = '111' ) AND (`status` = 'approved' OR (`coid` = '0' AND `status` <> 'approved') ) ORDER BY blog_comments.`coid` ASC
SHOW FULL COLUMNS FROM `blog_extras` [ RunTime:0.000377s ]
SELECT * FROM `blog_extras` WHERE `table` = 'users' AND `parent` IS NULL LIMIT 1 [ RunTime:0.000248s ]
SHOW FULL COLUMNS FROM `blog_orders` [ RunTime:0.000475s ]
SELECT * FROM `blog_orders` WHERE ( `ip` = '216.73.217.20' OR `user_id` = '69e3ae1ca83d2225d7c90743abcd9bcd' ) AND `status` = '1' AND `content_cid` = 111 LIMIT 1 [ RunTime:0.000630s ]
SELECT * FROM `blog_extras` WHERE `table` = 'users' AND `name` = 'avatar' [ RunTime:0.000285s ]
SELECT * FROM `blog_orders` WHERE ( `ip` = '216.73.217.20' OR `user_id` = '69e3ae1ca83d2225d7c90743abcd9bcd' ) AND `status` = '1' AND `content_cid` = 111 LIMIT 1 [ RunTime:0.000654s ]
SELECT COUNT(*) AS think_count FROM `blog_orders` WHERE `content_cid` = 111 AND `status` = '1' [ RunTime:0.000389s ]
SHOW FULL COLUMNS FROM `blog_contents` [ RunTime:0.000464s ]
SELECT COUNT(*) AS think_count FROM `blog_contents` WHERE `authorId` = 1 AND `type` = 'post' AND `status` = 'publish' [ RunTime:0.000456s ]
SHOW FULL COLUMNS FROM `blog_comments` [ RunTime:0.000374s ]
SELECT COUNT(*) AS think_count FROM `blog_comments` WHERE `authorId` = 1 AND `status` = 'approved' AND `type` = 'comment' [ RunTime:0.001012s ]
SELECT SUM(`agree`) AS think_sum FROM `blog_contents` WHERE `authorId` = 1 AND `type` = 'post' AND `status` = 'publish' [ RunTime:0.000484s ]
SELECT SUM(`views`) AS think_sum FROM `blog_contents` WHERE `authorId` = 1 AND `type` = 'post' AND `status` = 'publish' [ RunTime:0.000434s ]
SELECT * FROM `blog_contents` WHERE `created` < 1725178200 AND `status` = 'publish' AND `type` = 'post' ORDER BY `created` DESC LIMIT 1 [ RunTime:0.000358s ]
SELECT * FROM `blog_contents` WHERE `created` > 1725178200 AND `status` = 'publish' AND `type` = 'post' ORDER BY `created` ASC LIMIT 1 [ RunTime:0.000322s ]
SELECT `views` FROM `blog_contents` WHERE `cid` = 353 LIMIT 1 [ RunTime:0.000249s ]
SELECT `views` FROM `blog_contents` WHERE `cid` = 283 LIMIT 1 [ RunTime:0.000234s ]
SELECT `views` FROM `blog_contents` WHERE `cid` = 274 LIMIT 1 [ RunTime:0.000238s ]
SELECT `views` FROM `blog_contents` WHERE `cid` = 169 LIMIT 1 [ RunTime:0.000228s ]
SELECT `views` FROM `blog_contents` WHERE `cid` = 130 LIMIT 1 [ RunTime:0.000237s ]
SELECT * FROM `blog_orders` WHERE ( `ip` = '216.73.217.20' OR `user_id` = '69e3ae1ca83d2225d7c90743abcd9bcd' ) AND `status` = '1' AND `content_cid` = 111 LIMIT 1 [ RunTime:0.000646s ]
暂无评论内容