Nos réalisations

Quelques exemples parmi tant d'autres...

  • (2.5640ms) SELECT * FROM parameter order by name asc
  • (0.8040ms) SELECT * FROM article WHERE code='BOOK' LIMIT 1
  • (1.3870ms) select * from book_cat WHERE isAvailable=1 AND parentId IS NULL AND parentId IS NULL ORDER BY position ASC, name DESC
  • (0.6180ms) select count(*) as counter from book WHERE isAvailable=1 AND bookCatId IS NULL ORDER BY id desc
  • (0.7220ms) select * from book WHERE isAvailable=1 AND bookCatId IS NULL ORDER BY position ASC, name DESC LIMIT 0,16
  • (0.9670ms) select * from menu WHERE type!='I' AND parentId=1 ORDER BY position ASC
  • (0.8920ms) select * from menu WHERE type!='I' AND parentId=2 ORDER BY position ASC
  • (0.6600ms) select * from menu WHERE type!='I' AND parentId=31 ORDER BY position ASC
  • (0.4640ms) select * from menu WHERE type!='I' AND parentId=38 ORDER BY position ASC
  • (0.5060ms) SELECT * FROM article WHERE code='FOOTER' LIMIT 1

Page généré en 168.9100 ms