Nos réalisations

Quelques exemples parmi tant d'autres...

  • (5.1230ms) SELECT * FROM parameter order by name asc
  • (1.7180ms) SELECT * FROM article WHERE code='BOOK' LIMIT 1
  • (1.6690ms) select * from book_cat WHERE isAvailable=1 AND parentId IS NULL AND parentId IS NULL ORDER BY position ASC, name DESC
  • (1.3150ms) select count(*) as counter from book WHERE isAvailable=1 AND bookCatId IS NULL ORDER BY id desc
  • (1.2840ms) select * from book WHERE isAvailable=1 AND bookCatId IS NULL ORDER BY position ASC, name DESC LIMIT 0,16
  • (1.9520ms) select * from menu WHERE type!='I' AND parentId=1 ORDER BY position ASC
  • (1.2550ms) select * from menu WHERE type!='I' AND parentId=2 ORDER BY position ASC
  • (1.0780ms) select * from menu WHERE type!='I' AND parentId=31 ORDER BY position ASC
  • (1.1390ms) select * from menu WHERE type!='I' AND parentId=38 ORDER BY position ASC
  • (1.0040ms) SELECT * FROM article WHERE code='FOOTER' LIMIT 1

Page généré en 942.5490 ms