select * from jbr_category where parentid=0 and ismenu = 1 order by listorder asc limit 7 [ runtime:0.003687s ]
select * from jbr_category where parentid=7 and ismenu = 1 order by listorder asc limit 10 [ runtime:0.003689s ]
show columns from `jbr_category` [ runtime:0.003977s ]
select * from `jbr_category` where ( parentid=9 ) [ runtime:0.003663s ]
show columns from `jbr_category` [ runtime:0.003996s ]
select * from `jbr_category` where `ismenu` = 1 and `parentid` = 9 order by listorder asc [ runtime:0.003649s ]
select * from `jbr_category` where ( parentid=8 ) [ runtime:0.003688s ]
select * from `jbr_category` where `ismenu` = 1 and `parentid` = 8 order by listorder asc [ runtime:0.003656s ]
select * from `jbr_category` where ( parentid=10 ) [ runtime:0.003664s ]
select * from `jbr_category` where `ismenu` = 1 and `parentid` = 10 order by listorder asc [ runtime:0.003675s ]
select * from `jbr_category` where ( parentid=11 ) [ runtime:0.003674s ]
select * from `jbr_category` where `ismenu` = 1 and `parentid` = 11 order by listorder asc [ runtime:0.003690s ]
select * from `jbr_category` where ( parentid=12 ) [ runtime:0.005773s ]
select * from `jbr_category` where `ismenu` = 1 and `parentid` = 12 order by listorder asc [ runtime:0.003640s ]
select * from `jbr_category` where ( parentid=13 ) [ runtime:0.007970s ]
select * from `jbr_category` where `ismenu` = 1 and `parentid` = 13 order by listorder asc [ runtime:0.009854s ]
select * from `jbr_category` where ( parentid=15 ) [ runtime:0.005181s ]
select * from `jbr_category` where `ismenu` = 1 and `parentid` = 15 order by listorder asc [ runtime:0.009927s ]
select count(*) as count from jbr_major a left join jbr_major_data b on a.id=b.id where a.catid=51 and a.status!=1 order by a.updatetime desc [ runtime:0.004923s ]
select * from jbr_major a left join jbr_major_data b on a.id=b.id where a.catid=51 and a.status!=1 order by a.updatetime desc limit 0,99999 [ runtime:0.026601s ]
select * from jbr_category where parentid=0 and ismenu = 1 order by listorder asc limit 7 [ runtime:0.015297s ]
select count(*) as count from jbr_images where catid=93 and status!=1 order by listorder desc [ runtime:0.013953s ]
select * from jbr_images where catid=93 and status!=1 order by listorder desc limit 0,10 [ runtime:0.014718s ]