Nos réalisations

Quelques exemples parmi tant d'autres...

  • (3.5120ms) SELECT * FROM parameter order by name asc
  • (1.2490ms) SELECT * FROM article WHERE code='BOOK' LIMIT 1
  • (1.3470ms) select * from book_cat WHERE isAvailable=1 AND parentId IS NULL AND parentId IS NULL ORDER BY position ASC, name DESC
  • (0.8210ms) select count(*) as counter from book WHERE isAvailable=1 AND bookCatId IS NULL ORDER BY id desc
  • (1.0990ms) select * from book WHERE isAvailable=1 AND bookCatId IS NULL ORDER BY position ASC, name DESC LIMIT 0,16
  • (0.8540ms) select * from menu WHERE type!='I' AND parentId=1 ORDER BY position ASC
  • (0.7800ms) select * from menu WHERE type!='I' AND parentId=2 ORDER BY position ASC
  • (0.5690ms) select * from menu WHERE type!='I' AND parentId=31 ORDER BY position ASC
  • (0.5290ms) select * from menu WHERE type!='I' AND parentId=38 ORDER BY position ASC
  • (0.4830ms) SELECT * FROM article WHERE code='FOOTER' LIMIT 1

Page généré en 953.3330 ms