Nos réalisations

Quelques exemples parmi tant d'autres...

  • (2.0630ms) SELECT * FROM parameter order by name asc
  • (0.9120ms) SELECT * FROM article WHERE code='BOOK' LIMIT 1
  • (0.7500ms) select * from book_cat WHERE isAvailable=1 AND parentId IS NULL AND parentId IS NULL ORDER BY position ASC, name DESC
  • (0.5390ms) select count(*) as counter from book WHERE isAvailable=1 AND bookCatId IS NULL ORDER BY id desc
  • (0.5020ms) select * from book WHERE isAvailable=1 AND bookCatId IS NULL ORDER BY position ASC, name DESC LIMIT 0,16
  • (0.4140ms) select * from menu WHERE type!='I' AND parentId=1 ORDER BY position ASC
  • (0.4580ms) select * from menu WHERE type!='I' AND parentId=2 ORDER BY position ASC
  • (1.1600ms) select * from menu WHERE type!='I' AND parentId=31 ORDER BY position ASC
  • (0.2520ms) select * from menu WHERE type!='I' AND parentId=38 ORDER BY position ASC
  • (0.3600ms) SELECT * FROM article WHERE code='FOOTER' LIMIT 1

Page généré en 147.9880 ms