Bel nu 072 - 582 4996 (Alkmaar)
072 - 574 3060 (Heerhugowaard)
0224 - 745 223 (Schagen)
![]() |
Huawei |
![]() |
Mate 20 Lite |
Nr | Query | Error | Affected | Num. rows | Took (ms) |
---|---|---|---|---|---|
1 | SHOW FULL COLUMNS FROM `repair_brands` | 5 | 5 | 2 | |
2 | SELECT CHARACTER_SET_NAME FROM INFORMATION_SCHEMA.COLLATIONS WHERE COLLATION_NAME= 'latin1_swedish_ci'; | 1 | 1 | 1 | |
3 | SHOW FULL COLUMNS FROM `repair_options` | 5 | 5 | 2 | |
4 | SHOW FULL COLUMNS FROM `repair_problems` | 14 | 14 | 2 | |
5 | SHOW FULL COLUMNS FROM `repair_products` | 9 | 9 | 2 | |
6 | SHOW FULL COLUMNS FROM `tags` | 2 | 2 | 1 | |
7 | SHOW FULL COLUMNS FROM `stocks` | 9 | 9 | 2 | |
8 | SHOW FULL COLUMNS FROM `repair_problem_tags` | 3 | 3 | 2 | |
9 | SHOW FULL COLUMNS FROM `repair_problem_stocks` | 3 | 3 | 1 | |
10 | SHOW FULL COLUMNS FROM `repair_option_values` | 4 | 4 | 2 | |
11 | SHOW FULL COLUMNS FROM `timetable` | 32 | 32 | 2 | |
12 | SHOW FULL COLUMNS FROM `locations` | 26 | 26 | 2 | |
13 | SHOW FULL COLUMNS FROM `location_settings` | 7 | 7 | 2 | |
14 | SHOW FULL COLUMNS FROM `repair_product_groups` | 7 | 7 | 2 | |
15 | SHOW FULL COLUMNS FROM `users` | 24 | 24 | 3 | |
16 | SHOW FULL COLUMNS FROM `user_locations` | 3 | 3 | 2 | |
17 | SHOW FULL COLUMNS FROM `settings` | 32 | 32 | 3 | |
18 | SELECT CHARACTER_SET_NAME FROM INFORMATION_SCHEMA.COLLATIONS WHERE COLLATION_NAME= 'utf8mb3_general_ci'; | 1 | 1 | 1 | |
19 | SHOW FULL COLUMNS FROM `reviews` | 6 | 6 | 2 | |
20 | SHOW FULL COLUMNS FROM `cities` | 2 | 2 | 2 | |
21 | SHOW FULL COLUMNS FROM `view_stats` | 12 | 12 | 2 | |
22 | SHOW FULL COLUMNS FROM `mail_queue` | 8 | 8 | 2 | |
23 | SHOW FULL COLUMNS FROM `invoices` | 23 | 23 | 2 | |
24 | SHOW FULL COLUMNS FROM `user_points` | 7 | 7 | 2 | |
25 | SHOW FULL COLUMNS FROM `invoice_rules` | 11 | 11 | 3 | |
26 | SHOW FULL COLUMNS FROM `devices` | 15 | 15 | 2 | |
27 | SHOW FULL COLUMNS FROM `device_types` | 2 | 2 | 2 | |
28 | SHOW FULL COLUMNS FROM `device_repairs` | 17 | 17 | 2 | |
29 | SHOW FULL COLUMNS FROM `device_repair_repair_problems` | 3 | 3 | 2 | |
30 | SHOW FULL COLUMNS FROM `device_photos` | 6 | 6 | 2 | |
31 | SHOW FULL COLUMNS FROM `coupons` | 15 | 15 | 3 | |
32 | SHOW FULL COLUMNS FROM `invoice_coupons` | 4 | 4 | 2 | |
33 | SHOW FULL COLUMNS FROM `permission_pages` | 3 | 3 | 2 | |
34 | SHOW FULL COLUMNS FROM `permission_page_level` | 3 | 3 | 2 | |
35 | SHOW FULL COLUMNS FROM `permission_page_user` | 3 | 3 | 2 | |
36 | SHOW FULL COLUMNS FROM `events` | 10 | 10 | 2 | |
37 | SHOW FULL COLUMNS FROM `shop_articles` | 13 | 13 | 2 | |
38 | SHOW FULL COLUMNS FROM `shop_categories` | 3 | 3 | 2 | |
39 | SELECT `User`.`id`, `User`.`jid`, `User`.`email`, `User`.`pin`, `User`.`enabled`, `User`.`company_name`, `User`.`last_ip`, `User`.`receive_email`, `User`.`password`, `User`.`level`, `User`.`firstname`, `User`.`lastname`, `User`.`address`, `User`.`city`, `User`.`zipcode`, `User`.`telephone`, `User`.`temporarily`, `User`.`hash`, `User`.`tablet_registration`, `User`.`admin_registration`, `User`.`location_id`, `User`.`comment`, `User`.`created`, `User`.`modified`, (CONCAT(`User`.`lastname`, ', ', `User`.`firstname`)) AS `User__name`, ((SELECT IFNULL(SUM(`UserPoint`.`points`), 0) FROM user_points as UserPoint WHERE `UserPoint`.`user_id` = `User`.`id` AND `UserPoint`.`redeem_date` >= DATE_SUB(NOW(),INTERVAL 1 YEAR))) AS `User__points`, `Location`.`id`, `Location`.`is_store`, `Location`.`name`, `Location`.`invoice_prefix`, `Location`.`picture_url`, `Location`.`title`, `Location`.`address`, `Location`.`zipcode`, `Location`.`city`, `Location`.`phone`, `Location`.`mobile`, `Location`.`email`, `Location`.`owner_name`, `Location`.`kvk`, `Location`.`btw_number`, `Location`.`bank_name`, `Location`.`bank_owner_name`, `Location`.`bank_number`, `Location`.`bank_iban`, `Location`.`order`, `Location`.`gcp_refresh_token`, `Location`.`facebook_access_token`, `Location`.`facebook_token_is_valid`, `Location`.`facebook_page_id`, `Location`.`facebook_page_access_token`, `Location`.`created` FROM `users` AS `User` LEFT JOIN `locations` AS `Location` ON (`User`.`location_id` = `Location`.`id`) WHERE `User`.`id` IS NULL LIMIT 1 | 0 | 0 | 1 | |
40 | SELECT `Setting`.`title`, `Setting`.`id`, `Setting`.`contact_email`, `Setting`.`homepage_text`, `Setting`.`termsconditions`, `Setting`.`price_text`, `Setting`.`title_users`, `Setting`.`title_pricing`, `Setting`.`title_services`, `Setting`.`title_pages`, `Setting`.`title_news`, `Setting`.`show_notification`, `Setting`.`notification`, `Setting`.`insurance_text`, `Setting`.`service_text`, `Setting`.`meta_description`, `Setting`.`show_big_notification`, `Setting`.`big_notification_title`, `Setting`.`big_notification`, `Setting`.`shipping_costs_limit`, `Setting`.`shipping_costs`, `Setting`.`point_amount_needed`, `Setting`.`money_for_point`, `Setting`.`give_points`, `Setting`.`default_tax`, `Setting`.`invoice_footer`, `Setting`.`promo_code_display`, `Setting`.`promo_code_header`, `Setting`.`promo_code_content`, `Setting`.`coupon_price_minimal`, `Setting`.`quotation_price`, `Setting`.`popup_work_night` FROM `settings` AS `Setting` WHERE 1 = 1 LIMIT 1 | 1 | 1 | 1 | |
41 | SELECT `RepairBrand`.`id`, `RepairBrand`.`name`, `RepairBrand`.`image`, `RepairBrand`.`order`, `RepairBrand`.`active` FROM `repair_brands` AS `RepairBrand` WHERE `RepairBrand`.`id` = 8 LIMIT 1 | 1 | 1 | 1 | |
42 | SELECT `RepairProduct`.`id`, `RepairProduct`.`repair_brand_id`, `RepairProduct`.`repair_product_group_id`, `RepairProduct`.`name`, `RepairProduct`.`seo_name`, `RepairProduct`.`image`, `RepairProduct`.`has_big_image`, `RepairProduct`.`order`, `RepairProduct`.`active` FROM `repair_products` AS `RepairProduct` WHERE `RepairProduct`.`id` = 129 LIMIT 1 | 1 | 1 | 1 | |
43 | SELECT `RepairProblem`.`id`, `RepairProblem`.`repair_product_id`, `RepairProblem`.`title`, `RepairProblem`.`content`, `RepairProblem`.`description`, `RepairProblem`.`image`, `RepairProblem`.`repair_time`, `RepairProblem`.`in_stock`, `RepairProblem`.`price`, `RepairProblem`.`order`, `RepairProblem`.`views`, `RepairProblem`.`is_customer_orderable`, `RepairProblem`.`is_preview`, `RepairProblem`.`barcode`, `RepairProduct`.`id`, `RepairProduct`.`repair_brand_id`, `RepairProduct`.`repair_product_group_id`, `RepairProduct`.`name`, `RepairProduct`.`seo_name`, `RepairProduct`.`image`, `RepairProduct`.`has_big_image`, `RepairProduct`.`order`, `RepairProduct`.`active` FROM `repair_problems` AS `RepairProblem` LEFT JOIN `repair_products` AS `RepairProduct` ON (`RepairProblem`.`repair_product_id` = `RepairProduct`.`id`) WHERE `RepairProblem`.`repair_product_id` = 129 ORDER BY `RepairProblem`.`order` ASC, `RepairProblem`.`title` ASC | 1 | 1 | 2 | |
44 | SELECT `Tags`.`id`, `Tags`.`name`, `RepairProblemTag`.`id`, `RepairProblemTag`.`repair_problem_id`, `RepairProblemTag`.`tag_id` FROM `tags` AS `Tags` JOIN `repair_problem_tags` AS `RepairProblemTag` ON (`RepairProblemTag`.`repair_problem_id` = 395 AND `RepairProblemTag`.`tag_id` = `Tags`.`id`) | 0 | 0 | 1 | |
45 | SELECT `Stock`.`id`, `Stock`.`name`, `Stock`.`stock`, `Stock`.`cost`, `Stock`.`location_id`, `Stock`.`barcode`, `Stock`.`customer_price`, `Stock`.`modified`, `Stock`.`created`, `RepairProblemStock`.`id`, `RepairProblemStock`.`repair_problem_id`, `RepairProblemStock`.`stock_id` FROM `stocks` AS `Stock` JOIN `repair_problem_stocks` AS `RepairProblemStock` ON (`RepairProblemStock`.`repair_problem_id` = 395 AND `RepairProblemStock`.`stock_id` = `Stock`.`id`) | 0 | 0 | 1 | |
46 | SELECT `Timetable`.`id`, `Timetable`.`location_id`, `Timetable`.`mon_open`, `Timetable`.`mon_closed`, `Timetable`.`mon_closedallday`, `Timetable`.`mon_popup`, `Timetable`.`tue_open`, `Timetable`.`tue_closed`, `Timetable`.`tue_closedallday`, `Timetable`.`tue_popup`, `Timetable`.`wed_open`, `Timetable`.`wed_closed`, `Timetable`.`wed_closedallday`, `Timetable`.`wed_popup`, `Timetable`.`thu_open`, `Timetable`.`thu_closed`, `Timetable`.`thu_closedallday`, `Timetable`.`thu_popup`, `Timetable`.`fri_open`, `Timetable`.`fri_closed`, `Timetable`.`fri_closedallday`, `Timetable`.`fri_popup`, `Timetable`.`sat_open`, `Timetable`.`sat_closed`, `Timetable`.`sat_closedallday`, `Timetable`.`sat_popup`, `Timetable`.`sun_open`, `Timetable`.`sun_closed`, `Timetable`.`sun_closedallday`, `Timetable`.`sun_popup`, `Timetable`.`message`, `Timetable`.`modified`, `Location`.`id`, `Location`.`is_store`, `Location`.`name`, `Location`.`invoice_prefix`, `Location`.`picture_url`, `Location`.`title`, `Location`.`address`, `Location`.`zipcode`, `Location`.`city`, `Location`.`phone`, `Location`.`mobile`, `Location`.`email`, `Location`.`owner_name`, `Location`.`kvk`, `Location`.`btw_number`, `Location`.`bank_name`, `Location`.`bank_owner_name`, `Location`.`bank_number`, `Location`.`bank_iban`, `Location`.`order`, `Location`.`gcp_refresh_token`, `Location`.`facebook_access_token`, `Location`.`facebook_token_is_valid`, `Location`.`facebook_page_id`, `Location`.`facebook_page_access_token`, `Location`.`created` FROM `timetable` AS `Timetable` LEFT JOIN `locations` AS `Location` ON (`Timetable`.`location_id` = `Location`.`id`) WHERE `Location`.`is_store` = 1 AND `Timetable`.`thu_closedallday` = 0 ORDER BY `Timetable`.`thu_closed` DESC LIMIT 1 | 1 | 1 | 1 |