Cet article a été publié il y a un an, il est donc possible qu'il ne soit plus à jour.
Quelques articles récents qui pourraient vous intéresser :
Fiche obsolète
Fiche obsolète
Cet article a été publié il y a un an, il est donc possible qu'il ne soit plus à jour.
Fiche obsolète
Temps de génération: 0.9005868434906 Nombre requete SQL: 4
0 | 1 | |
---|---|---|
0 | SELECT * FROM `legisocial`.cms_node WHERE abonne IS NULL or abonne = 0 ORDER ... | 0.0048720836639404 |
1 | SELECT ct2.app_label, ct2.model, c.parent_object_id as id FROM legisocial.`ou... | 0.0063350200653076 |
2 | SELECT t.*, tag.label as tag, tag.url as tag_slug, "legisocial" as site FROM ... | 0.0087859630584717 |
3 | SELECT idx_produit FROM netlegis.produit WHERE id = :id AND LOWER(offre) = :o... | 0.0020151138305664 |
SELECT * FROM `legisocial`.cms_node WHERE abonne IS NULL or abonne = 0 ORDER BY `tree_id` ASC, `lft` ASC
SELECT ct2.app_label, ct2.model, c.parent_object_id as id FROM legisocial.`outil_composition` c INNER JOIN legisocial.`django_content_type` ct ON ct.app_label = :app_label AND ct.model = :model AND ct.id = c.content_type_id INNER JOIN legisocial.`django_content_type` ct2 ON c.parent_content_type_id = ct2.id WHERE c.object_id = :id
SELECT t.*, tag.label as tag, tag.url as tag_slug, "legisocial" as site FROM legisocial.contenu_fichepratique t LEFT JOIN cms_tag tag ON t.tag_id = tag.id WHERE t.url = :url
SELECT idx_produit FROM netlegis.produit WHERE id = :id AND LOWER(offre) = :offre