Time | Duration | Query |
---|---|---|
07:11:11.995 | 1.8 ms |
SHOW FULL COLUMNS FROM `marketing_custom_urls` |
07:11:11.997 | 0.9 ms |
SHOW CREATE TABLE `marketing_custom_urls` |
07:11:11.999 | 1.6 ms |
SHOW FULL COLUMNS FROM `marketing_campaign_referrals` |
07:11:12.000 | 0.9 ms |
SHOW CREATE TABLE `marketing_campaign_referrals` |
07:11:12.001 | 0.9 ms |
SELECT `t`.`marketing_custom_url_id` AS `t0_c0`, `t`.`marketing_campaign_referral_id` AS `t0_c1`, `t`.`url` AS `t0_c2`, `t`.`target_url` AS `t0_c3`, `campaign_referral`.`marketing_campaign_referral_id` AS `t1_c0`, `campaign_referral`.`name` AS `t1_c1` FROM `marketing_custom_urls` `t` LEFT OUTER JOIN `marketing_campaign_referrals` `campaign_referral` ON (`campaign_referral`.`marketing_campaign_referral_id`=`t`.`marketing_custom_url_id`) WHERE (`t`.`url`='lufa-farms-home-delivery-and-pick-up-points-near-me') |
07:11:12.003 | 2.6 ms |
SELECT `data`
FROM `user_session`
WHERE expire>1744888272 AND id='vh8drafqg8akgnslsilugrsrlb' |
07:11:12.008 | 3.6 ms |
SHOW FULL COLUMNS FROM `droppoints` |
07:11:12.012 | 1.2 ms |
SHOW CREATE TABLE `droppoints` |
07:11:12.018 | 4.6 ms |
SHOW FULL COLUMNS FROM `droppointsLang` |
07:11:12.023 | 2.5 ms |
SHOW CREATE TABLE `droppointsLang` |
07:11:12.026 | 35.3 ms |
SELECT `t`.`droppoint_id` AS `t0_c0`, `t`.`name` AS `t0_c1`, `t`.`address` AS `t0_c2`, `t`.`capacity` AS `t0_c3`, `t`.`closing` AS `t0_c4`, `t`.`zip_code` AS `t0_c5`, `t`.`phone` AS `t0_c6`, `t`.`contact_name` AS `t0_c7`, `t`.`contact_email` AS `t0_c8`, `t`.`delivery_instructions` AS `t0_c9`, `t`.`image_url` AS `t0_c10`, `t`.`lat` AS `t0_c11`, `t`.`lng` AS `t0_c12`, `t`.`top_subtitle` AS `t0_c13`, `t`.`bottom_subtitle` AS `t0_c14`, `t`.`city_name` AS `t0_c15`, `t`.`state_id` AS `t0_c16`, `t`.`fax` AS `t0_c17`, `t`.`logo` AS `t0_c18`, `t`.`website` AS `t0_c19`, `t`.`description` AS `t0_c20`, `t`.`district_id` AS `t0_c21`, `t`.`featured` AS `t0_c22`, `t`.`typepup` AS `t0_c23`, `t`.`summary` AS `t0_c24`, `t`.`meta_description` AS `t0_c25`, `t`.`coordinator_name` AS `t0_c26`, `t`.`coordinator_email` AS `t0_c27`, `t`.`coordinator_phone` AS `t0_c28`, `t`.`priority` AS `t0_c29`, `t`.`published` AS `t0_c30`, `t`.`creation_date` AS `t0_c31`, `t`.`auto_deposit` AS `t0_c32`, `t`.`deposit_amount` AS `t0_c33`, `t`.`fixed_amount` AS `t0_c34`, `t`.`publish_on` AS `t0_c35`, `t`.`unlock_code` AS `t0_c36`, `t`.`slug` AS `t0_c37`, `t`.`droppoint_group_id` AS `t0_c38`, `t`.`primary_contact_id` AS `t0_c39`, `t`.`customer_instructions` AS `t0_c40`, `t`.`territory_id` AS `t0_c41`, `t`.`hd_product_id` AS `t0_c42`, `t`.`fixed_service_time` AS `t0_c43`, `t`.`per_basket_service_time` AS `t0_c44`, `t`.`security_time_buffer` AS `t0_c45`, `t`.`accepts_alcohol` AS `t0_c46`, `t`.`droppoints_basket_id` AS `t0_c47`, `t`.`province` AS `t0_c48`, `i18nDroppoints`.`l_id` AS `t1_c0`, `i18nDroppoints`.`droppoint_id` AS `t1_c1`, `i18nDroppoints`.`lang_id` AS `t1_c2`, `i18nDroppoints`.`l_name` AS `t1_c3`, `i18nDroppoints`.`l_address` AS `t1_c4`, `i18nDroppoints`.`l_delivery_instructions` AS `t1_c5`, `i18nDroppoints`.`l_top_subtitle` AS `t1_c6`, `i18nDroppoints`.`l_bottom_subtitle` AS `t1_c7`, `i18nDroppoints`.`l_city_name` AS `t1_c8`, `i18nDroppoints`.`l_description` AS `t1_c9`, `i18nDroppoints`.`l_summary` AS `t1_c10`, `i18nDroppoints`.`l_meta_description` AS `t1_c11`, `i18nDroppoints`.`l_slug` AS `t1_c12`, `i18nDroppoints`.`l_customer_instructions` AS `t1_c13` FROM `droppoints` `t` LEFT OUTER JOIN `droppointsLang` `i18nDroppoints` ON (`i18nDroppoints`.`droppoint_id`=`t`.`droppoint_id`) AND (i18nDroppoints.lang_id='fr') WHERE (slug = 'lufa-farms-home-delivery-and-pick-up-points-near-me') |
07:11:12.064 | 1.2 ms |
SELECT
q.user_notification_message_queue_id, q.session_clicks,
n.notification_messages_id, n.start_date, n.end_date, n.created_at, n.status,
IF ('fr' = "fr", n.desktop_collapsed_message, n_l.l_desktop_collapsed_message) as desktop_collapsed_message,
IF ('fr' = "fr", n.mobile_collapsed_message, n_l.l_mobile_collapsed_message) as mobile_collapsed_message,
IF ('fr' = "fr", n.title, n_l.l_title) as title,
IF ('fr' = "fr", n.content, n_l.content) as content,
CONCAT("/images/notificationMessages/", n.icon) as icon,
'fr' as lang,
0 as 'vh8drafqg8akgnslsilugrsrlb'
FROM user_notification_message_queue q
INNER JOIN notification_messages n ON n.notification_messages_id = q.notification_messages_id
INNER JOIN notification_messages_lang n_l ON n_l.notification_messages_id = n.notification_messages_id
WHERE q.user_id = NULL
AND n.status = 2
AND q.session_clicks < 2 |
07:11:12.076 | 3.7 ms |
SHOW FULL COLUMNS FROM `securelufacom`.`users` |
07:11:12.081 | 1.6 ms |
SHOW CREATE TABLE `securelufacom`.`users` |
07:11:12.084 | 1.5 ms |
SELECT * FROM `securelufacom`.`users` `t` WHERE `t`.`user_id` IS NULL LIMIT 1 |
07:11:12.087 | 1.2 ms |
SELECT * FROM `securelufacom`.`users` `t` WHERE `t`.`user_id` IS NULL LIMIT 1 |
07:11:12.088 | 0.9 ms |
SELECT child
FROM authitemchild
WHERE parent = 'default_guest' |
07:11:12.090 | 1.4 ms |
SELECT * FROM `securelufacom`.`users` `t` WHERE `t`.`user_id` IS NULL LIMIT 1 |
07:11:12.094 | 1.1 ms |
SELECT * FROM `securelufacom`.`users` `t` WHERE `t`.`user_id` IS NULL LIMIT 1 |
07:11:12.097 | 1.0 ms |
SELECT * FROM `securelufacom`.`users` `t` WHERE `t`.`user_id` IS NULL LIMIT 1 |
07:11:12.100 | 3.0 ms |
INSERT IGNORE INTO stats_page_requested (url, memory_used, loading_time, ip, user_id, request_body, query_string, cookies)
VALUES ('lufa-farms-home-delivery-and-pick-up-points-near-me', 2.68, 0.117, '66.249.66.164', NULL, '', '', 's:0:"";'); |
# | Query | Count | Total | Avg | Min | Max |
---|---|---|---|---|---|---|
1 |
SELECT `t`.`droppoint_id` AS `t0_c0`, `t`.`name` AS `t0_c1`, `t`.`address` AS `t0_c2`, `t`.`capacity` AS `t0_c3`, `t`.`closing` AS `t0_c4`, `t`.`zip_code` AS `t0_c5`, `t`.`phone` AS `t0_c6`, `t`.`contact_name` AS `t0_c7`, `t`.`contact_email` AS `t0_c8`, `t`.`delivery_instructions` AS `t0_c9`, `t`.`image_url` AS `t0_c10`, `t`.`lat` AS `t0_c11`, `t`.`lng` AS `t0_c12`, `t`.`top_subtitle` AS `t0_c13`, `t`.`bottom_subtitle` AS `t0_c14`, `t`.`city_name` AS `t0_c15`, `t`.`state_id` AS `t0_c16`, `t`.`fax` AS `t0_c17`, `t`.`logo` AS `t0_c18`, `t`.`website` AS `t0_c19`, `t`.`description` AS `t0_c20`, `t`.`district_id` AS `t0_c21`, `t`.`featured` AS `t0_c22`, `t`.`typepup` AS `t0_c23`, `t`.`summary` AS `t0_c24`, `t`.`meta_description` AS `t0_c25`, `t`.`coordinator_name` AS `t0_c26`, `t`.`coordinator_email` AS `t0_c27`, `t`.`coordinator_phone` AS `t0_c28`, `t`.`priority` AS `t0_c29`, `t`.`published` AS `t0_c30`, `t`.`creation_date` AS `t0_c31`, `t`.`auto_deposit` AS `t0_c32`, `t`.`deposit_amount` AS `t0_c33`, `t`.`fixed_amount` AS `t0_c34`, `t`.`publish_on` AS `t0_c35`, `t`.`unlock_code` AS `t0_c36`, `t`.`slug` AS `t0_c37`, `t`.`droppoint_group_id` AS `t0_c38`, `t`.`primary_contact_id` AS `t0_c39`, `t`.`customer_instructions` AS `t0_c40`, `t`.`territory_id` AS `t0_c41`, `t`.`hd_product_id` AS `t0_c42`, `t`.`fixed_service_time` AS `t0_c43`, `t`.`per_basket_service_time` AS `t0_c44`, `t`.`security_time_buffer` AS `t0_c45`, `t`.`accepts_alcohol` AS `t0_c46`, `t`.`droppoints_basket_id` AS `t0_c47`, `t`.`province` AS `t0_c48`, `i18nDroppoints`.`l_id` AS `t1_c0`, `i18nDroppoints`.`droppoint_id` AS `t1_c1`, `i18nDroppoints`.`lang_id` AS `t1_c2`, `i18nDroppoints`.`l_name` AS `t1_c3`, `i18nDroppoints`.`l_address` AS `t1_c4`, `i18nDroppoints`.`l_delivery_instructions` AS `t1_c5`, `i18nDroppoints`.`l_top_subtitle` AS `t1_c6`, `i18nDroppoints`.`l_bottom_subtitle` AS `t1_c7`, `i18nDroppoints`.`l_city_name` AS `t1_c8`, `i18nDroppoints`.`l_description` AS `t1_c9`, `i18nDroppoints`.`l_summary` AS `t1_c10`, `i18nDroppoints`.`l_meta_description` AS `t1_c11`, `i18nDroppoints`.`l_slug` AS `t1_c12`, `i18nDroppoints`.`l_customer_instructions` AS `t1_c13` FROM `droppoints` `t` LEFT OUTER JOIN `droppointsLang` `i18nDroppoints` ON (`i18nDroppoints`.`droppoint_id`=`t`.`droppoint_id`) AND (i18nDroppoints.lang_id='fr') WHERE (slug = 'lufa-farms-home-delivery-and-pick-up-points-near-me') |
1 | 35.3 ms | 35.3 ms | 35.3 ms | 35.3 ms |
2 |
SELECT * FROM `securelufacom`.`users` `t` WHERE `t`.`user_id` IS NULL LIMIT 1 |
5 | 6.2 ms | 1.2 ms | 1.0 ms | 1.5 ms |
3 |
SHOW FULL COLUMNS FROM `droppointsLang` |
1 | 4.6 ms | 4.6 ms | 4.6 ms | 4.6 ms |
4 |
SHOW FULL COLUMNS FROM `securelufacom`.`users` |
1 | 3.7 ms | 3.7 ms | 3.7 ms | 3.7 ms |
5 |
SHOW FULL COLUMNS FROM `droppoints` |
1 | 3.6 ms | 3.6 ms | 3.6 ms | 3.6 ms |
6 |
INSERT IGNORE INTO stats_page_requested (url, memory_used, loading_time, ip, user_id, request_body, query_string, cookies)
VALUES ('lufa-farms-home-delivery-and-pick-up-points-near-me', 2.68, 0.117, '66.249.66.164', NULL, '', '', 's:0:"";'); |
1 | 3.0 ms | 3.0 ms | 3.0 ms | 3.0 ms |
7 |
SELECT `data`
FROM `user_session`
WHERE expire>1744888272 AND id='vh8drafqg8akgnslsilugrsrlb' |
1 | 2.6 ms | 2.6 ms | 2.6 ms | 2.6 ms |
8 |
SHOW CREATE TABLE `droppointsLang` |
1 | 2.5 ms | 2.5 ms | 2.5 ms | 2.5 ms |
9 |
SHOW FULL COLUMNS FROM `marketing_custom_urls` |
1 | 1.8 ms | 1.8 ms | 1.8 ms | 1.8 ms |
10 |
SHOW FULL COLUMNS FROM `marketing_campaign_referrals` |
1 | 1.6 ms | 1.6 ms | 1.6 ms | 1.6 ms |
11 |
SHOW CREATE TABLE `securelufacom`.`users` |
1 | 1.6 ms | 1.6 ms | 1.6 ms | 1.6 ms |
12 |
SHOW CREATE TABLE `droppoints` |
1 | 1.2 ms | 1.2 ms | 1.2 ms | 1.2 ms |
13 |
SELECT
q.user_notification_message_queue_id, q.session_clicks,
n.notification_messages_id, n.start_date, n.end_date, n.created_at, n.status,
IF ('fr' = "fr", n.desktop_collapsed_message, n_l.l_desktop_collapsed_message) as desktop_collapsed_message,
IF ('fr' = "fr", n.mobile_collapsed_message, n_l.l_mobile_collapsed_message) as mobile_collapsed_message,
IF ('fr' = "fr", n.title, n_l.l_title) as title,
IF ('fr' = "fr", n.content, n_l.content) as content,
CONCAT("/images/notificationMessages/", n.icon) as icon,
'fr' as lang,
0 as 'vh8drafqg8akgnslsilugrsrlb'
FROM user_notification_message_queue q
INNER JOIN notification_messages n ON n.notification_messages_id = q.notification_messages_id
INNER JOIN notification_messages_lang n_l ON n_l.notification_messages_id = n.notification_messages_id
WHERE q.user_id = NULL
AND n.status = 2
AND q.session_clicks < 2 |
1 | 1.2 ms | 1.2 ms | 1.2 ms | 1.2 ms |
14 |
SHOW CREATE TABLE `marketing_custom_urls` |
1 | 0.9 ms | 0.9 ms | 0.9 ms | 0.9 ms |
15 |
SELECT `t`.`marketing_custom_url_id` AS `t0_c0`, `t`.`marketing_campaign_referral_id` AS `t0_c1`, `t`.`url` AS `t0_c2`, `t`.`target_url` AS `t0_c3`, `campaign_referral`.`marketing_campaign_referral_id` AS `t1_c0`, `campaign_referral`.`name` AS `t1_c1` FROM `marketing_custom_urls` `t` LEFT OUTER JOIN `marketing_campaign_referrals` `campaign_referral` ON (`campaign_referral`.`marketing_campaign_referral_id`=`t`.`marketing_custom_url_id`) WHERE (`t`.`url`='lufa-farms-home-delivery-and-pick-up-points-near-me') |
1 | 0.9 ms | 0.9 ms | 0.9 ms | 0.9 ms |
16 |
SHOW CREATE TABLE `marketing_campaign_referrals` |
1 | 0.9 ms | 0.9 ms | 0.9 ms | 0.9 ms |
17 |
SELECT child
FROM authitemchild
WHERE parent = 'default_guest' |
1 | 0.9 ms | 0.9 ms | 0.9 ms | 0.9 ms |
Name | Value |
---|---|
driver |
mysql
|
server |
8.0.29-21
|
Uptime |
746695
|
Threads |
2
|
Questions |
707113
|
Slow queries |
86
|
Opens |
4457
|
Flush tables |
3
|
Open tables |
2048
|
Queries per second avg |
0.946
|