| Query | Affected | Num. rows | Took (ms) | Actions |
|---|
| SELECT `Marque`.`id`, `Marque`.`nom`, `Marque`.`slug` FROM `isoprod`.`marques` AS `Marque` WHERE `Marque`.`slug` = 'velo-oxygen' LIMIT 1 | 1 | 1 | 0 | |
| SELECT `MagasinMarque`.`id`, `MagasinMarque`.`magasin_id` FROM `isoprod`.`magasins_marques` AS `MagasinMarque` WHERE `MagasinMarque`.`marque_id` = 80 | 84 | 84 | 1 | |
| SELECT `User`.`id`, `User`.`name`, `User`.`email`, `User`.`password`, `User`.`salt`, `User`.`role_id`, `User`.`avatar`, `User`.`photo`, `User`.`created`, `User`.`last_login`, `User`.`photo_count`, `User`.`friend_count`, `User`.`notification_count`, `User`.`friend_request_count`, `User`.`blog_count`, `User`.`topic_count`, `User`.`group_count`, `User`.`event_count`, `User`.`conversation_user_count`, `User`.`video_count`, `User`.`gender`, `User`.`birthday`, `User`.`active`, `User`.`confirmed`, `User`.`code`, `User`.`notification_email`, `User`.`timezone`, `User`.`ip_address`, `User`.`privacy`, `User`.`username`, `User`.`about`, `User`.`featured`, `User`.`lang`, `User`.`hide_online`, `User`.`cover`, `User`.`approved`, `User`.`is_social`, `User`.`has_active_subscription`, `User`.`receive_message_from_non_friend`, `User`.`send_email_when_send_message`, `User`.`request_friend_email`, `User`.`notification_setting`, `User`.`profile_type_id`, `User`.`first_name`, `User`.`last_name`, `User`.`phone`, `User`.`facebook_link`, `User`.`twitter_handle`, `User`.`instagram_handle`, `User`.`strava_handle`, `User`.`linkedin_handle`, `User`.`disciplines`, `User`.`distance`, `User`.`level_id`, `User`.`lat`, `User`.`lng`, `User`.`kilometer_count`, `User`.`training_count`, `User`.`team_count`, `User`.`address`, `User`.`city`, `User`.`state`, `User`.`country`, `User`.`bike1_id`, `User`.`is_pro`, `User`.`social_avatar`, `User`.`magasin`, `User`.`postal_code`, `User`.`country_id`, `User`.`departement_id`, `User`.`registeredby`, `User`.`handisport`, `User`.`licence`, `User`.`licence_ffc`, `User`.`reset_password_token`, `User`.`token_created_at`, `User`.`urgence_nom`, `User`.`urgence_prenom`, `User`.`urgence_tel`, `User`.`tva_intra`, `User`.`raison_sociale`, `User`.`pays_id`, `User`.`uuid`, `User`.`club`, `User`.`token`, `User`.`role_v3`, `User`.`CG`, `Country`.`id`, `Country`.`name`, `Country`.`country_iso`, `Country`.`state_count`, `Country`.`order`, `Country`.`name_fr`, `Departement`.`id`, `Departement`.`departement_code`, `Departement`.`departement_nom`, `Departement`.`departement_nom_uppercase`, `Departement`.`departement_slug`, `Departement`.`departement_nom_soundex`, `Departement`.`country_id`, `Departement`.`article`, `Departement`.`ordre`, `Departement`.`pays_id`, (CONCAT(`Departement`.`departement_code`, " - ", `Departement`.`departement_nom`)) AS `Departement__code_nom` FROM `isoprod`.`users` AS `User` LEFT JOIN `isoprod`.`countries` AS `Country` ON (`User`.`country_id` = `Country`.`id`) LEFT JOIN `isoprod`.`departements` AS `Departement` ON (`User`.`departement_id` = `Departement`.`id`) WHERE `User`.`id` IS NULL LIMIT 1 | 0 | 0 | 1 | maybe slow |
| SELECT *, MagasinType.id, Departement.id FROM `isoprod`.`magasins` AS `Magasin` LEFT JOIN `isoprod`.`magasins_types` AS `MagasinType` ON (`Magasin`.`magasin_type_id` = `MagasinType`.`id`) LEFT JOIN `isoprod`.`departements` AS `Departement` ON (`Magasin`.`departement_id` = `Departement`.`id`) WHERE `Magasin`.`id` IN (NULL, 1304, 1305, 1306, 1307, 1308, 1309, NULL, 1310, 1311, 1312, NULL, 1313, 1314, 1315, NULL, 1316, 1317, 1318, 1319, NULL, 1321, 1322, NULL, 1323, 1324, 1326, 1327, 1328, NULL, 1330, 1329, 1331, 1332, 1333, 1334, NULL, 1335, 1336, 1337, NULL, 1338, 1339, 1341, 1342, 1343, 1344, NULL, 1345, NULL, NULL, 1346, 1347, 1348, NULL, 1349, 1350, 1351, 1352, 1353, 1354, 1355, NULL, 1357, 1358, NULL, 1359, NULL, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1320, 1325, 1356, 1340) ORDER BY rand() ASC LIMIT 20 | 20 | 20 | 2 | maybe slow |
| SELECT COUNT(*) AS `count` FROM `isoprod`.`magasins` AS `Magasin` WHERE `Magasin`.`id` IN (NULL, 1304, 1305, 1306, 1307, 1308, 1309, NULL, 1310, 1311, 1312, NULL, 1313, 1314, 1315, NULL, 1316, 1317, 1318, 1319, NULL, 1321, 1322, NULL, 1323, 1324, 1326, 1327, 1328, NULL, 1330, 1329, 1331, 1332, 1333, 1334, NULL, 1335, 1336, 1337, NULL, 1338, 1339, 1341, 1342, 1343, 1344, NULL, 1345, NULL, NULL, 1346, 1347, 1348, NULL, 1349, 1350, 1351, 1352, 1353, 1354, 1355, NULL, 1357, 1358, NULL, 1359, NULL, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1320, 1325, 1356, 1340) | 1 | 1 | 1 | |
| SELECT `Departement`.`departement_slug`, (CONCAT(`Departement`.`departement_code`, " - ", `Departement`.`departement_nom`)) AS `Departement__code_nom` FROM `isoprod`.`departements` AS `Departement` WHERE 1 = 1 ORDER BY `ordre` ASC, `id` ASC | 234 | 234 | 1 | |
| SELECT `MagasinType`.`slug`, `MagasinType`.`nom` FROM `isoprod`.`magasins_types` AS `MagasinType` WHERE 1 = 1 ORDER BY `MagasinType`.`ordre` ASC | 10 | 10 | 0 | |
| SELECT `Marque`.`slug`, `Marque`.`nom` FROM `isoprod`.`marques` AS `Marque` WHERE 1 = 1 ORDER BY `Marque`.`nom` ASC | 138 | 138 | 0 | |
| SELECT `Service`.`slug`, `Service`.`nom` FROM `isoprod`.`services` AS `Service` WHERE 1 = 1 ORDER BY `Service`.`nom` ASC | 13 | 13 | 0 | |
| SELECT `Collection`.`url`, `Collection`.`titre`, `Collection`.`photo` FROM `isoprod`.`collections` AS `Collection` WHERE `type` = 'magasin' AND `statut` = 1 ORDER BY `ordre` ASC | 7 | 7 | 0 | |
| SELECT `Country`.`id`, `Country`.`name_fr` FROM `isoprod`.`countries` AS `Country` WHERE 1 = 1 ORDER BY `name_fr` ASC | 244 | 244 | 2 | |
| SELECT `Config`.`nom`, `Config`.`valeur` FROM `isoprod`.`configs` AS `Config` WHERE `categorie` = 'v3' | 8 | 8 | 1 | maybe slow |