Nos réalisations

Quelques exemples parmi tant d'autres...

  • (3.4460ms) SELECT * FROM parameter order by name asc
  • (1.1940ms) SELECT * FROM article WHERE code='BOOK' LIMIT 1
  • (1.8310ms) select * from book_cat WHERE isAvailable=1 AND parentId IS NULL AND parentId IS NULL ORDER BY position ASC, name DESC
  • (1.2160ms) select count(*) as counter from book WHERE isAvailable=1 AND bookCatId IS NULL ORDER BY id desc
  • (0.8460ms) select * from book WHERE isAvailable=1 AND bookCatId IS NULL ORDER BY position ASC, name DESC LIMIT 0,16
  • (1.7940ms) select * from menu WHERE type!='I' AND parentId=1 ORDER BY position ASC
  • (0.7270ms) select * from menu WHERE type!='I' AND parentId=2 ORDER BY position ASC
  • (0.5670ms) select * from menu WHERE type!='I' AND parentId=31 ORDER BY position ASC
  • (0.4790ms) select * from menu WHERE type!='I' AND parentId=38 ORDER BY position ASC
  • (0.4390ms) SELECT * FROM article WHERE code='FOOTER' LIMIT 1

Page généré en 232.0140 ms