1 x Application (99.34%) | 4.25s |
1 x Booting (0.66%) | 28.08ms |
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
17 |
|
18 |
|
19 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
17 |
|
18 |
|
19 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
17 |
|
18 |
|
19 |
|
20 |
|
21 |
|
22 |
|
23 |
|
24 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
17 |
|
18 |
|
19 |
|
20 |
|
21 |
|
22 |
|
23 |
|
24 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
17 |
|
18 |
|
19 |
|
20 |
|
21 |
|
22 |
|
23 |
|
24 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
17 |
|
18 |
|
19 |
|
20 |
|
21 |
|
22 |
|
23 |
|
24 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
17 |
|
18 |
|
19 |
|
20 |
|
21 |
|
22 |
|
23 |
|
24 |
|
Params | |
---|---|
0 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
17 |
|
18 |
|
19 |
|
20 |
|
21 |
|
22 |
|
23 |
|
24 |
|
select * from `languages` where `locale` = 'zh-Hant' limit 1
90.54ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/Middleware/LanguageIdentification.php:20emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `languages` where `locale` = 'en' limit 1
3.08msmiddleware::fallbackLocale:29emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `features`
2.64ms/vendor/flobbos/laravel-crudable/src/Crudable/Crudable.php:37emtechnikMetadata | |
---|---|
Hints |
|
Backtrace |
|
select * from `languages` where `locale` = 'zh-Hant' limit 1
4.88ms/app/Http/Controllers/ProductController.php:52emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `categories` where exists (select * from `category_translations` where `categories`.`id` = `category_translations`.`category_id` and `slug` = 'manual-ball-valve-6l-and-6a') and `active` = 1 and `categories`.`deleted_at` is null limit 1
3.49ms/app/Http/Controllers/ProductController.php:189emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `info_boxes` where `info_boxes`.`category_id` in (58)
2.77ms/app/Http/Controllers/ProductController.php:189emtechnikMetadata | |
---|---|
Hints |
|
Backtrace |
|
select * from `languages` where `locale` = 'zh-Hant' limit 1
2.9ms/app/Helpers/locale_lang.php:8emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select `product_groups`.*, `category_product_group`.`category_id` as `pivot_category_id`, `category_product_group`.`product_group_id` as `pivot_product_group_id` from `product_groups` inner join `category_product_group` on `product_groups`.`id` = `category_product_group`.`product_group_id` left join `product_group_translations` on `product_groups`.`id` = `product_group_translations`.`product_group_id` and `language_id` = 7 where `category_product_group`.`category_id` in (58) and `active` = 1 and `product_groups`.`deleted_at` is null order by `product_group_translations`.`name` asc
3.68ms/app/Http/Controllers/ProductController.php:189emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `documents`.*, `category_document`.`category_id` as `pivot_category_id`, `category_document`.`document_id` as `pivot_document_id` from `documents` inner join `category_document` on `documents`.`id` = `category_document`.`document_id` where `category_document`.`category_id` in (58)
3.37ms/app/Http/Controllers/ProductController.php:189emtechnikMetadata | |
---|---|
Hints |
|
Backtrace |
|
select * from `document_translations` where `document_translations`.`document_id` in (22, 67, 114, 156, 235, 275)
2.94ms/app/Http/Controllers/ProductController.php:189emtechnikMetadata | |
---|---|
Hints |
|
Backtrace |
|
select * from `languages` where `languages`.`id` in (1, 2, 3, 4, 6, 8)
2.74ms/app/Http/Controllers/ProductController.php:189emtechnikMetadata | |
---|---|
Hints |
|
Backtrace |
|
select * from `category_translations` where `category_translations`.`category_id` in (58) and `slug` = 'manual-ball-valve-6l-and-6a'
2.59ms/app/Http/Controllers/ProductController.php:189emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_group_translations` where `product_group_translations`.`product_group_id` = 445 and `product_group_translations`.`product_group_id` is not null
6.22ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_group_translations` where `product_group_translations`.`product_group_id` = 446 and `product_group_translations`.`product_group_id` is not null
2.88ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_group_translations` where `product_group_translations`.`product_group_id` = 447 and `product_group_translations`.`product_group_id` is not null
2.86ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_group_translations` where `product_group_translations`.`product_group_id` = 448 and `product_group_translations`.`product_group_id` is not null
2.92ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_group_translations` where `product_group_translations`.`product_group_id` = 449 and `product_group_translations`.`product_group_id` is not null
2.8ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_group_translations` where `product_group_translations`.`product_group_id` = 450 and `product_group_translations`.`product_group_id` is not null
2.58ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_group_translations` where `product_group_translations`.`product_group_id` = 451 and `product_group_translations`.`product_group_id` is not null
2.36ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_groups` where exists (select * from `product_group_translations` where `product_groups`.`id` = `product_group_translations`.`product_group_id` and `slug` = '6l733f-5') and `product_groups`.`deleted_at` is null limit 1
4.55ms/app/Services/ProductGroupService.php:265emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select `documents`.*, `document_product_group`.`product_group_id` as `pivot_product_group_id`, `document_product_group`.`document_id` as `pivot_document_id` from `documents` inner join `document_product_group` on `documents`.`id` = `document_product_group`.`document_id` where `document_product_group`.`product_group_id` in (448)
2.69ms/app/Services/ProductGroupService.php:265emtechnikMetadata | |
---|---|
Hints |
|
Backtrace |
|
select * from `document_translations` where `document_translations`.`document_id` in (235)
2.77ms/app/Services/ProductGroupService.php:265emtechnikMetadata | |
---|---|
Hints |
|
Backtrace |
|
select * from `languages` where `languages`.`id` in (1, 2, 6, 8)
2.6ms/app/Services/ProductGroupService.php:265emtechnikMetadata | |
---|---|
Hints |
|
Backtrace |
|
select `specifications`.*, `product_group_specification`.`product_group_id` as `pivot_product_group_id`, `product_group_specification`.`specification_id` as `pivot_specification_id`, `product_group_specification`.`sorting` as `pivot_sorting`, `product_group_specification`.`display` as `pivot_display`, `product_group_specification`.`created_at` as `pivot_created_at`, `product_group_specification`.`updated_at` as `pivot_updated_at` from `specifications` inner join `product_group_specification` on `specifications`.`id` = `product_group_specification`.`specification_id` where `product_group_specification`.`product_group_id` in (448) and `specifications`.`deleted_at` is null order by `pivot_sorting` asc
2.74ms/app/Services/ProductGroupService.php:265emtechnikMetadata | |
---|---|
Hints |
|
Backtrace |
|
select * from `specification_translations` where `specification_translations`.`specification_id` in (7, 8, 9, 10, 12, 13, 19, 20, 21, 22)
3.01ms/app/Services/ProductGroupService.php:265emtechnikMetadata | |
---|---|
Hints |
|
Backtrace |
|
select * from `products` where `products`.`product_group_id` in (448) and `active` = 1 and `products`.`deleted_at` is null order by `article_no` asc
3ms/app/Services/ProductGroupService.php:265emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select `specifications`.*, `product_specification`.`product_id` as `pivot_product_id`, `product_specification`.`specification_id` as `pivot_specification_id`, `product_specification`.`value` as `pivot_value`, `product_specification`.`sorting` as `pivot_sorting`, `product_specification`.`display` as `pivot_display` from `specifications` inner join `product_specification` on `specifications`.`id` = `product_specification`.`specification_id` where `product_specification`.`product_id` in (13660, 13661, 13662, 13663, 13664, 13665, 13666, 13667, 13668, 13669, 13670, 13671, 13672, 13673, 13674, 13675, 13676, 13677, 13678, 13679, 13680, 13681, 13682, 13683, 13684, 13685, 13686, 13687, 13688, 13689, 13690, 13691, 13692, 13693, 13694, 13695, 13696, 13697, 13698, 13699, 31674, 31694) and `specifications`.`deleted_at` is null order by `pivot_sorting` asc
4.32ms/app/Services/ProductGroupService.php:265emtechnikMetadata | |
---|---|
Hints |
|
Backtrace |
|
select * from `specification_translations` where `specification_translations`.`specification_id` in (7, 8, 9, 10, 12, 13, 19, 20, 21, 22)
3.26ms/app/Services/ProductGroupService.php:265emtechnikMetadata | |
---|---|
Hints |
|
Backtrace |
|
select `materials`.*, `material_product`.`product_id` as `pivot_product_id`, `material_product`.`material_id` as `pivot_material_id`, `material_product`.`created_at` as `pivot_created_at`, `material_product`.`updated_at` as `pivot_updated_at` from `materials` inner join `material_product` on `materials`.`id` = `material_product`.`material_id` where `material_product`.`product_id` in (13660, 13661, 13662, 13663, 13664, 13665, 13666, 13667, 13668, 13669, 13670, 13671, 13672, 13673, 13674, 13675, 13676, 13677, 13678, 13679, 13680, 13681, 13682, 13683, 13684, 13685, 13686, 13687, 13688, 13689, 13690, 13691, 13692, 13693, 13694, 13695, 13696, 13697, 13698, 13699, 31674, 31694) and `materials`.`deleted_at` is null
4.67ms/app/Services/ProductGroupService.php:265emtechnikMetadata | |
---|---|
Hints |
|
Backtrace |
|
select * from `material_translations` where `material_translations`.`material_id` in (1, 2, 4, 6, 12, 19, 20, 21, 53, 59)
4.06ms/app/Services/ProductGroupService.php:265emtechnikMetadata | |
---|---|
Hints |
|
Backtrace |
|
select `media`.*, `medium_product`.`product_id` as `pivot_product_id`, `medium_product`.`medium_id` as `pivot_medium_id` from `media` inner join `medium_product` on `media`.`id` = `medium_product`.`medium_id` where `medium_product`.`product_id` in (13660, 13661, 13662, 13663, 13664, 13665, 13666, 13667, 13668, 13669, 13670, 13671, 13672, 13673, 13674, 13675, 13676, 13677, 13678, 13679, 13680, 13681, 13682, 13683, 13684, 13685, 13686, 13687, 13688, 13689, 13690, 13691, 13692, 13693, 13694, 13695, 13696, 13697, 13698, 13699, 31674, 31694)
3.83ms/app/Services/ProductGroupService.php:265emtechnikMetadata | |
---|---|
Hints |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.97ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
3.09ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.99ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.85ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
3.25ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
3.15ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.88ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.63ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.59ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.71ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
3.07ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.92ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.8ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.88ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.85ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.76ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.61ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.91ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.62ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.77ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.88ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.5ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.55ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.57ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.5ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.54ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.56ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.6ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.53ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.75ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.88ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.55ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.41ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.46ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.75ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.76ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.94ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.69ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.76ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.54ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.48ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.71ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.66ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.84ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.76ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.44ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.74ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.53ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.78ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.98ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.78ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.57ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.37ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.58ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.6ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.67ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.77ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.41ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.6ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.55ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
3.13ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.8ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.64ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.41ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.65ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.5ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.76ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.47ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.69ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.73ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.64ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.69ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.58ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.79ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.97ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
3.02ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.49ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.76ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.69ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.37ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.61ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.69ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.88ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.63ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
3.39ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.96ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.78ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.86ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
8.27ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.73ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.78ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.88ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.89ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.97ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.85ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
3.06ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.68ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.95ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.43ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.91ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.9ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.67ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.58ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
3.02ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.69ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.77ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.68ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.68ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.8ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.68ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.67ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.88ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.85ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.72ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.86ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `specifications` where `specifications`.`id` = 19 and `specifications`.`deleted_at` is null limit 1
2.77ms/app/Services/ProductGroupService.php:284emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `materials` where `materials`.`id` = '53' and `materials`.`deleted_at` is null limit 1
2.63ms/app/Services/ProductGroupService.php:285emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `material_translations` where `material_translations`.`material_id` = 53 and `material_translations`.`material_id` is not null
2.69ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.77ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.96ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.96ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.73ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.6ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.8ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.48ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.6ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.78ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.58ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `specifications` where `specifications`.`id` = 19 and `specifications`.`deleted_at` is null limit 1
2.4ms/app/Services/ProductGroupService.php:284emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `materials` where `materials`.`id` = '53' and `materials`.`deleted_at` is null limit 1
2.33ms/app/Services/ProductGroupService.php:285emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `material_translations` where `material_translations`.`material_id` = 53 and `material_translations`.`material_id` is not null
2.51ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.48ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.6ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.91ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.85ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.85ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.99ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.67ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
3.11ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.56ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
3.03ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.5ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.78ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.32ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.41ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.63ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.59ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.54ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.2ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.61ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.46ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.51ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.49ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.52ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.42ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.74ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.55ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.61ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.97ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.5ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.53ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.68ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.6ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.29ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.51ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
4.17ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.47ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.62ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.37ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.47ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
3.66ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.76ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.57ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.59ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.86ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
5.89ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.91ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.82ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.77ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.66ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.82ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.82ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.57ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.82ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
3.04ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
3.48ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.32ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.81ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.22ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.74ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.76ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.79ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.92ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.68ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.88ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.43ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.68ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.61ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.61ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.45ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.53ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.63ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.61ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.84ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.88ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.6ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.75ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.84ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.46ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.71ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.76ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.85ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.85ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.86ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
3.03ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.52ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.8ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.77ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.73ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.74ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
3.08ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.84ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.82ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.59ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.95ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.82ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.85ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.68ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.94ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.71ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.48ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.61ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.65ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.57ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
3.08ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.59ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
3.01ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.67ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.86ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.85ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.72ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.68ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.73ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.97ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.65ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.36ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.31ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.62ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.69ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.48ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.8ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.43ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.74ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.57ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.69ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.65ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.58ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.67ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.84ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.76ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
3.04ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.74ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.8ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.76ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.81ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
3.11ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.62ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.71ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.67ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.91ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.69ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.7ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.96ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.66ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
3.76ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.59ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
3.5ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.62ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
3.39ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.64ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.71ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.41ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.43ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.74ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.71ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.65ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.63ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.6ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.66ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.56ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.51ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
7.82ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
8.52ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
3.18ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
3.17ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
3.2ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.63ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
3.01ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.87ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.78ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.85ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.89ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
3.12ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.68ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.69ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
3.15ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.87ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.9ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.93ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.8ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.94ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
3.04ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.76ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.98ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.52ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.7ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.78ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.44ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.55ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.47ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.57ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.62ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.37ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.45ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.24ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.43ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.33ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.67ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.36ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.41ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.36ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.66ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.45ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.45ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.75ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.89ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.91ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.53ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.69ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.8ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.75ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.75ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
3.03ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.37ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.61ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.59ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.78ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.41ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.75ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.76ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.75ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.56ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.41ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.41ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.65ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.75ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.74ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.67ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.66ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.57ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.55ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.47ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.31ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.3ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.32ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.74ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.44ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.67ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.64ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.71ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.54ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.57ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.78ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.53ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.73ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.78ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.44ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.62ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.45ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
3.54ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.72ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.99ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.93ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.92ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.65ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.78ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.95ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.55ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.76ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.83ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.75ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.57ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
3ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
3.46ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
3.28ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.87ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.86ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
3.39ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.65ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
3.13ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
3ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.72ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.65ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.79ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.87ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.62ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.62ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.93ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.23ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.93ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
3.01ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.36ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.2ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.49ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.59ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.64ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.74ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.65ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.35ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.48ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.62ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.52ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.52ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.58ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.33ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.28ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `product_translations` where `product_translations`.`product_id` = 13660 and `product_translations`.`product_id` is not null
3.18ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_translations` where `product_translations`.`product_id` = 13661 and `product_translations`.`product_id` is not null
2.77ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_translations` where `product_translations`.`product_id` = 13662 and `product_translations`.`product_id` is not null
2.66ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_translations` where `product_translations`.`product_id` = 13663 and `product_translations`.`product_id` is not null
2.68ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_translations` where `product_translations`.`product_id` = 13664 and `product_translations`.`product_id` is not null
2.72ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_translations` where `product_translations`.`product_id` = 13665 and `product_translations`.`product_id` is not null
2.92ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_translations` where `product_translations`.`product_id` = 13666 and `product_translations`.`product_id` is not null
2.54ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_translations` where `product_translations`.`product_id` = 13667 and `product_translations`.`product_id` is not null
2.73ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_translations` where `product_translations`.`product_id` = 13668 and `product_translations`.`product_id` is not null
2.59ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_translations` where `product_translations`.`product_id` = 13669 and `product_translations`.`product_id` is not null
2.75ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_translations` where `product_translations`.`product_id` = 31694 and `product_translations`.`product_id` is not null
2.47ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_translations` where `product_translations`.`product_id` = 13670 and `product_translations`.`product_id` is not null
2.6ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_translations` where `product_translations`.`product_id` = 13671 and `product_translations`.`product_id` is not null
3.32ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_translations` where `product_translations`.`product_id` = 13672 and `product_translations`.`product_id` is not null
2.85ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_translations` where `product_translations`.`product_id` = 13673 and `product_translations`.`product_id` is not null
2.57ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_translations` where `product_translations`.`product_id` = 13674 and `product_translations`.`product_id` is not null
3.2ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_translations` where `product_translations`.`product_id` = 13675 and `product_translations`.`product_id` is not null
2.81ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_translations` where `product_translations`.`product_id` = 13676 and `product_translations`.`product_id` is not null
2.7ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_translations` where `product_translations`.`product_id` = 13677 and `product_translations`.`product_id` is not null
2.86ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_translations` where `product_translations`.`product_id` = 13678 and `product_translations`.`product_id` is not null
3.06ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_translations` where `product_translations`.`product_id` = 13679 and `product_translations`.`product_id` is not null
2.55ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_translations` where `product_translations`.`product_id` = 13680 and `product_translations`.`product_id` is not null
3.27ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_translations` where `product_translations`.`product_id` = 13681 and `product_translations`.`product_id` is not null
2.74ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_translations` where `product_translations`.`product_id` = 13682 and `product_translations`.`product_id` is not null
2.78ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_translations` where `product_translations`.`product_id` = 13683 and `product_translations`.`product_id` is not null
2.77ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_translations` where `product_translations`.`product_id` = 13684 and `product_translations`.`product_id` is not null
2.94ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_translations` where `product_translations`.`product_id` = 13685 and `product_translations`.`product_id` is not null
2.92ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_translations` where `product_translations`.`product_id` = 13686 and `product_translations`.`product_id` is not null
2.52ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_translations` where `product_translations`.`product_id` = 13687 and `product_translations`.`product_id` is not null
2.35ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_translations` where `product_translations`.`product_id` = 13688 and `product_translations`.`product_id` is not null
2.84ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_translations` where `product_translations`.`product_id` = 13689 and `product_translations`.`product_id` is not null
2.53ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_translations` where `product_translations`.`product_id` = 13690 and `product_translations`.`product_id` is not null
2.65ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_translations` where `product_translations`.`product_id` = 31674 and `product_translations`.`product_id` is not null
2.84ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_translations` where `product_translations`.`product_id` = 13691 and `product_translations`.`product_id` is not null
2.72ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_translations` where `product_translations`.`product_id` = 13692 and `product_translations`.`product_id` is not null
2.49ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_translations` where `product_translations`.`product_id` = 13693 and `product_translations`.`product_id` is not null
2.8ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_translations` where `product_translations`.`product_id` = 13694 and `product_translations`.`product_id` is not null
3.04ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_translations` where `product_translations`.`product_id` = 13695 and `product_translations`.`product_id` is not null
2.73ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_translations` where `product_translations`.`product_id` = 13696 and `product_translations`.`product_id` is not null
3.23ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_translations` where `product_translations`.`product_id` = 13697 and `product_translations`.`product_id` is not null
2.97ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_translations` where `product_translations`.`product_id` = 13698 and `product_translations`.`product_id` is not null
2.62ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_translations` where `product_translations`.`product_id` = 13699 and `product_translations`.`product_id` is not null
2.63ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_group_translations` where `product_group_translations`.`product_group_id` = 448 and `product_group_translations`.`product_group_id` is not null
2.91ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `products` where `products`.`id` = '13694' and `products`.`deleted_at` is null limit 1
2.89ms/app/Services/ProductService.php:281emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select `specifications`.*, `product_specification`.`product_id` as `pivot_product_id`, `product_specification`.`specification_id` as `pivot_specification_id`, `product_specification`.`value` as `pivot_value`, `product_specification`.`sorting` as `pivot_sorting`, `product_specification`.`display` as `pivot_display` from `specifications` inner join `product_specification` on `specifications`.`id` = `product_specification`.`specification_id` where `product_specification`.`product_id` in (13694) and `specifications`.`deleted_at` is null order by `pivot_sorting` asc
2.46ms/app/Services/ProductService.php:281emtechnikMetadata | |
---|---|
Hints |
|
Backtrace |
|
select * from `specification_translations` where `specification_translations`.`specification_id` in (7, 8, 9, 10, 12, 13, 19, 20, 21, 22)
2.76ms/app/Services/ProductService.php:281emtechnikMetadata | |
---|---|
Hints |
|
Backtrace |
|
select `materials`.*, `material_product`.`product_id` as `pivot_product_id`, `material_product`.`material_id` as `pivot_material_id`, `material_product`.`created_at` as `pivot_created_at`, `material_product`.`updated_at` as `pivot_updated_at` from `materials` inner join `material_product` on `materials`.`id` = `material_product`.`material_id` where `material_product`.`product_id` in (13694) and `materials`.`deleted_at` is null
2.87ms/app/Services/ProductService.php:281emtechnikMetadata | |
---|---|
Hints |
|
Backtrace |
|
select * from `material_translations` where `material_translations`.`material_id` in (2, 12, 19)
2.73ms/app/Services/ProductService.php:281emtechnikMetadata | |
---|---|
Hints |
|
Backtrace |
|
select `media`.*, `medium_product`.`product_id` as `pivot_product_id`, `medium_product`.`medium_id` as `pivot_medium_id` from `media` inner join `medium_product` on `media`.`id` = `medium_product`.`medium_id` where `medium_product`.`product_id` in (13694)
2.44ms/app/Services/ProductService.php:281emtechnikMetadata | |
---|---|
Hints |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.52ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.73ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.68ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.42ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.73ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.84ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.92ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.82ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.42ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.35ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `product_translations` where `product_translations`.`product_id` = 13694 and `product_translations`.`product_id` is not null
2.38ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `feature_translations` where `feature_translations`.`feature_id` = 2 and `feature_translations`.`feature_id` is not null
2.41ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `feature_translations` where `feature_translations`.`feature_id` = 3 and `feature_translations`.`feature_id` is not null
2.79ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `feature_translations` where `feature_translations`.`feature_id` = 4 and `feature_translations`.`feature_id` is not null
2.75ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `feature_translations` where `feature_translations`.`feature_id` = 5 and `feature_translations`.`feature_id` is not null
2.33ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `feature_translations` where `feature_translations`.`feature_id` = 6 and `feature_translations`.`feature_id` is not null
2.71ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `feature_translations` where `feature_translations`.`feature_id` = 7 and `feature_translations`.`feature_id` is not null
2.66ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `feature_translations` where `feature_translations`.`feature_id` = 8 and `feature_translations`.`feature_id` is not null
2.68ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `feature_translations` where `feature_translations`.`feature_id` = 11 and `feature_translations`.`feature_id` is not null
2.63ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `feature_translations` where `feature_translations`.`feature_id` = 12 and `feature_translations`.`feature_id` is not null
2.61ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `languages` where `locale` = 'zh-Hant' limit 1
2.89ms/app/Http/ViewComposers/FeatureComposer.php:28emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `features` where `active` = 1
2.38ms/app/Services/FeatureService.php:42emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `feature_translations` where `feature_translations`.`feature_id` in (2, 3, 4, 5, 6, 7, 8, 11, 12)
2.96ms/app/Services/FeatureService.php:42emtechnikMetadata | |
---|---|
Hints |
|
Backtrace |
|
select * from `languages` where `active` = 1
2.79ms/app/Services/LanguageService.php:20emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `languages` where `locale` = 'zh-Hant' limit 1
2.59ms/app/Services/LanguageService.php:30emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `news` where `published` = 1 and `news`.`deleted_at` is null
2.54ms/app/Http/ViewComposers/NewsComposer.php:20emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` in (145, 146, 147, 149, 151, 163, 164, 165, 166, 167, 168, 171, 172, 173, 174, 177, 178, 179, 180, 181, 184, 185, 187, 188, 192, 193, 195, 196, 199, 201, 202, 203, 204) and `news_translations`.`deleted_at` is null
12.26ms/app/Http/ViewComposers/NewsComposer.php:20emtechnikMetadata | |
---|---|
Hints |
|
Backtrace |
|
select * from `news_slugs` where `news_slugs`.`news_id` in (145, 146, 147, 149, 151, 163, 164, 165, 166, 167, 168, 171, 172, 173, 174, 177, 178, 179, 180, 181, 184, 185, 187, 188, 192, 193, 195, 196, 199, 201, 202, 203, 204) and `news_slugs`.`deleted_at` is null
4.02ms/app/Http/ViewComposers/NewsComposer.php:20emtechnikMetadata | |
---|---|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 145 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.56ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 145 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.38ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 146 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.77ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 146 and `news_translations`.`news_id` is not null and `locale` = 'en' and `news_translations`.`deleted_at` is null limit 1
2.72ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 147 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.52ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 147 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.26ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 149 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.47ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 149 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.68ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 151 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.12ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 151 and `news_translations`.`news_id` is not null and `locale` = 'en' and `news_translations`.`deleted_at` is null limit 1
2.71ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 163 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.57ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 163 and `news_translations`.`news_id` is not null and `locale` = 'en' and `news_translations`.`deleted_at` is null limit 1
2.62ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 164 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.53ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 164 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.84ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 165 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.45ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 165 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.62ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 166 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.28ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 166 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.64ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 167 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.62ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 167 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.54ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 168 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.82ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 168 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.39ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 171 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.62ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 171 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.73ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 172 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.48ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 172 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.76ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 173 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.69ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 173 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.88ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 174 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.49ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 174 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.98ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 177 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.45ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 177 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.5ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 178 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.1ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 178 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.09ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 179 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.59ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 179 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.6ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 180 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.09ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 180 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.26ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 181 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.22ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 181 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.22ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 184 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.1ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 184 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
17.14ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 185 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
7.39ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 185 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.34ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 187 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.68ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 187 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.64ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 188 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.81ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 188 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.62ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 192 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.52ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 192 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.83ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 193 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.48ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 193 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.61ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 195 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.28ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 195 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.84ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 196 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.46ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 196 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.96ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 199 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.47ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 199 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.55ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 201 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.79ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 201 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.58ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 202 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.5ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 202 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.52ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 203 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.49ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 203 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.6ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 204 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.58ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 204 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.67ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `twill_industries` where `published` = 1 and `twill_industries`.`deleted_at` is null order by `position` asc limit 8
2.81ms/app/Http/ViewComposers/TwillIndustriesComposer.php:20emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `twill_industry_translations` where `twill_industry_translations`.`twill_industry_id` in (3, 4, 5, 6, 7, 8, 9, 10) and `twill_industry_translations`.`deleted_at` is null
2.89ms/app/Http/ViewComposers/TwillIndustriesComposer.php:20emtechnikMetadata | |
---|---|
Hints |
|
Backtrace |
|
select * from `twill_industry_slugs` where `twill_industry_slugs`.`twill_industry_id` in (3, 4, 5, 6, 7, 8, 9, 10) and `twill_industry_slugs`.`deleted_at` is null
2.87ms/app/Http/ViewComposers/TwillIndustriesComposer.php:20emtechnikMetadata | |
---|---|
Hints |
|
Backtrace |
|
select exists(select * from `twill_industry_translations` where `twill_industry_translations`.`twill_industry_id` = 3 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh-Hant' and `twill_industry_translations`.`deleted_at` is null) as `exists`
2.4ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `twill_industry_translations` where `twill_industry_translations`.`twill_industry_id` = 3 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh-Hant' and `twill_industry_translations`.`deleted_at` is null limit 1
2.12ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `twill_industry_translations` where `twill_industry_translations`.`twill_industry_id` = 4 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh-Hant' and `twill_industry_translations`.`deleted_at` is null) as `exists`
2.22ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `twill_industry_translations` where `twill_industry_translations`.`twill_industry_id` = 4 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh-Hant' and `twill_industry_translations`.`deleted_at` is null limit 1
2.53ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `twill_industry_translations` where `twill_industry_translations`.`twill_industry_id` = 5 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh-Hant' and `twill_industry_translations`.`deleted_at` is null) as `exists`
2.46ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `twill_industry_translations` where `twill_industry_translations`.`twill_industry_id` = 5 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh-Hant' and `twill_industry_translations`.`deleted_at` is null limit 1
2.62ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `twill_industry_translations` where `twill_industry_translations`.`twill_industry_id` = 6 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh-Hant' and `twill_industry_translations`.`deleted_at` is null) as `exists`
2.81ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `twill_industry_translations` where `twill_industry_translations`.`twill_industry_id` = 6 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh-Hant' and `twill_industry_translations`.`deleted_at` is null limit 1
2.77ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `twill_industry_translations` where `twill_industry_translations`.`twill_industry_id` = 7 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh-Hant' and `twill_industry_translations`.`deleted_at` is null) as `exists`
2.55ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `twill_industry_translations` where `twill_industry_translations`.`twill_industry_id` = 7 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh-Hant' and `twill_industry_translations`.`deleted_at` is null limit 1
2.53ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `twill_industry_translations` where `twill_industry_translations`.`twill_industry_id` = 8 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh-Hant' and `twill_industry_translations`.`deleted_at` is null) as `exists`
2.21ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `twill_industry_translations` where `twill_industry_translations`.`twill_industry_id` = 8 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh-Hant' and `twill_industry_translations`.`deleted_at` is null limit 1
2.54ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `twill_industry_translations` where `twill_industry_translations`.`twill_industry_id` = 9 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh-Hant' and `twill_industry_translations`.`deleted_at` is null) as `exists`
2.53ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `twill_industry_translations` where `twill_industry_translations`.`twill_industry_id` = 9 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh-Hant' and `twill_industry_translations`.`deleted_at` is null limit 1
2.61ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `twill_industry_translations` where `twill_industry_translations`.`twill_industry_id` = 10 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh-Hant' and `twill_industry_translations`.`deleted_at` is null) as `exists`
2.42ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `twill_industry_translations` where `twill_industry_translations`.`twill_industry_id` = 10 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh-Hant' and `twill_industry_translations`.`deleted_at` is null limit 1
2.46ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `languages` where `locale` = 'de' limit 1
2.54ms/app/Helpers/translate_product_route.php:33emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `features` where exists (select * from `feature_translations` where `features`.`id` = `feature_translations`.`feature_id` and `slug` = 'shutting-off') limit 1
2.61ms/app/Helpers/translate_product_route.php:38emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `feature_translations` where `feature_translations`.`feature_id` = 3 and `feature_translations`.`feature_id` is not null
2.44ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `categories` where exists (select * from `category_translations` where `categories`.`id` = `category_translations`.`category_id` and `slug` = 'ball-valves') and `active` = 1 and `categories`.`deleted_at` is null limit 1
2.85ms/app/Helpers/translate_product_route.php:48emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `category_translations` where `category_translations`.`category_id` = 12 and `category_translations`.`category_id` is not null
2.55ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `categories` where exists (select * from `category_translations` where `categories`.`id` = `category_translations`.`category_id` and `slug` = 'manual-ball-valve-6l-and-6a') and `active` = 1 and `categories`.`deleted_at` is null limit 1
3.02ms/app/Helpers/translate_product_route.php:58emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `category_translations` where `category_translations`.`category_id` = 58 and `category_translations`.`category_id` is not null
2.45ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_groups` where exists (select * from `product_group_translations` where `product_groups`.`id` = `product_group_translations`.`product_group_id` and `slug` = '6l733f-5') and `active` = 1 and `product_groups`.`deleted_at` is null limit 1
4.24ms/app/Helpers/translate_product_route.php:68emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_group_translations` where `product_group_translations`.`product_group_id` = 448 and `product_group_translations`.`product_group_id` is not null
2.59ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `languages` where `locale` = 'en' limit 1
2.33ms/app/Helpers/translate_product_route.php:33emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `features` where exists (select * from `feature_translations` where `features`.`id` = `feature_translations`.`feature_id` and `slug` = 'shutting-off') limit 1
2.22ms/app/Helpers/translate_product_route.php:38emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `feature_translations` where `feature_translations`.`feature_id` = 3 and `feature_translations`.`feature_id` is not null
2.52ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `categories` where exists (select * from `category_translations` where `categories`.`id` = `category_translations`.`category_id` and `slug` = 'ball-valves') and `active` = 1 and `categories`.`deleted_at` is null limit 1
2.82ms/app/Helpers/translate_product_route.php:48emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `category_translations` where `category_translations`.`category_id` = 12 and `category_translations`.`category_id` is not null
2.2ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `categories` where exists (select * from `category_translations` where `categories`.`id` = `category_translations`.`category_id` and `slug` = 'manual-ball-valve-6l-and-6a') and `active` = 1 and `categories`.`deleted_at` is null limit 1
2.72ms/app/Helpers/translate_product_route.php:58emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `category_translations` where `category_translations`.`category_id` = 58 and `category_translations`.`category_id` is not null
2.2ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_groups` where exists (select * from `product_group_translations` where `product_groups`.`id` = `product_group_translations`.`product_group_id` and `slug` = '6l733f-5') and `active` = 1 and `product_groups`.`deleted_at` is null limit 1
4.17ms/app/Helpers/translate_product_route.php:68emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_group_translations` where `product_group_translations`.`product_group_id` = 448 and `product_group_translations`.`product_group_id` is not null
2.69ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `languages` where `locale` = 'fr' limit 1
2.25ms/app/Helpers/translate_product_route.php:33emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `features` where exists (select * from `feature_translations` where `features`.`id` = `feature_translations`.`feature_id` and `slug` = 'shutting-off') limit 1
2.48ms/app/Helpers/translate_product_route.php:38emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `feature_translations` where `feature_translations`.`feature_id` = 3 and `feature_translations`.`feature_id` is not null
2.55ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `categories` where exists (select * from `category_translations` where `categories`.`id` = `category_translations`.`category_id` and `slug` = 'ball-valves') and `active` = 1 and `categories`.`deleted_at` is null limit 1
3.52ms/app/Helpers/translate_product_route.php:48emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `category_translations` where `category_translations`.`category_id` = 12 and `category_translations`.`category_id` is not null
2.86ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `categories` where exists (select * from `category_translations` where `categories`.`id` = `category_translations`.`category_id` and `slug` = 'manual-ball-valve-6l-and-6a') and `active` = 1 and `categories`.`deleted_at` is null limit 1
3.01ms/app/Helpers/translate_product_route.php:58emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `category_translations` where `category_translations`.`category_id` = 58 and `category_translations`.`category_id` is not null
2.73ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_groups` where exists (select * from `product_group_translations` where `product_groups`.`id` = `product_group_translations`.`product_group_id` and `slug` = '6l733f-5') and `active` = 1 and `product_groups`.`deleted_at` is null limit 1
4.53ms/app/Helpers/translate_product_route.php:68emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_group_translations` where `product_group_translations`.`product_group_id` = 448 and `product_group_translations`.`product_group_id` is not null
2.29ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `languages` where `locale` = 'it' limit 1
2.23ms/app/Helpers/translate_product_route.php:33emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `features` where exists (select * from `feature_translations` where `features`.`id` = `feature_translations`.`feature_id` and `slug` = 'shutting-off') limit 1
2.59ms/app/Helpers/translate_product_route.php:38emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `feature_translations` where `feature_translations`.`feature_id` = 3 and `feature_translations`.`feature_id` is not null
2.88ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `categories` where exists (select * from `category_translations` where `categories`.`id` = `category_translations`.`category_id` and `slug` = 'ball-valves') and `active` = 1 and `categories`.`deleted_at` is null limit 1
3.1ms/app/Helpers/translate_product_route.php:48emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `category_translations` where `category_translations`.`category_id` = 12 and `category_translations`.`category_id` is not null
2.82ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `categories` where exists (select * from `category_translations` where `categories`.`id` = `category_translations`.`category_id` and `slug` = 'manual-ball-valve-6l-and-6a') and `active` = 1 and `categories`.`deleted_at` is null limit 1
3.88ms/app/Helpers/translate_product_route.php:58emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `category_translations` where `category_translations`.`category_id` = 58 and `category_translations`.`category_id` is not null
3.1ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_groups` where exists (select * from `product_group_translations` where `product_groups`.`id` = `product_group_translations`.`product_group_id` and `slug` = '6l733f-5') and `active` = 1 and `product_groups`.`deleted_at` is null limit 1
4.45ms/app/Helpers/translate_product_route.php:68emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_group_translations` where `product_group_translations`.`product_group_id` = 448 and `product_group_translations`.`product_group_id` is not null
2.59ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `languages` where `locale` = 'zh' limit 1
2.48ms/app/Helpers/translate_product_route.php:33emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `features` where exists (select * from `feature_translations` where `features`.`id` = `feature_translations`.`feature_id` and `slug` = 'shutting-off') limit 1
2.62ms/app/Helpers/translate_product_route.php:38emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `feature_translations` where `feature_translations`.`feature_id` = 3 and `feature_translations`.`feature_id` is not null
2.55ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `categories` where exists (select * from `category_translations` where `categories`.`id` = `category_translations`.`category_id` and `slug` = 'ball-valves') and `active` = 1 and `categories`.`deleted_at` is null limit 1
3.14ms/app/Helpers/translate_product_route.php:48emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `category_translations` where `category_translations`.`category_id` = 12 and `category_translations`.`category_id` is not null
2.79ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `categories` where exists (select * from `category_translations` where `categories`.`id` = `category_translations`.`category_id` and `slug` = 'manual-ball-valve-6l-and-6a') and `active` = 1 and `categories`.`deleted_at` is null limit 1
3.85ms/app/Helpers/translate_product_route.php:58emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `category_translations` where `category_translations`.`category_id` = 58 and `category_translations`.`category_id` is not null
2.81ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_groups` where exists (select * from `product_group_translations` where `product_groups`.`id` = `product_group_translations`.`product_group_id` and `slug` = '6l733f-5') and `active` = 1 and `product_groups`.`deleted_at` is null limit 1
4.36ms/app/Helpers/translate_product_route.php:68emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_group_translations` where `product_group_translations`.`product_group_id` = 448 and `product_group_translations`.`product_group_id` is not null
2.83ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `languages` where `locale` = 'ja' limit 1
2.55ms/app/Helpers/translate_product_route.php:33emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `features` where exists (select * from `feature_translations` where `features`.`id` = `feature_translations`.`feature_id` and `slug` = 'shutting-off') limit 1
2.9ms/app/Helpers/translate_product_route.php:38emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `feature_translations` where `feature_translations`.`feature_id` = 3 and `feature_translations`.`feature_id` is not null
2.65ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `categories` where exists (select * from `category_translations` where `categories`.`id` = `category_translations`.`category_id` and `slug` = 'ball-valves') and `active` = 1 and `categories`.`deleted_at` is null limit 1
2.78ms/app/Helpers/translate_product_route.php:48emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `category_translations` where `category_translations`.`category_id` = 12 and `category_translations`.`category_id` is not null
2.85ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `categories` where exists (select * from `category_translations` where `categories`.`id` = `category_translations`.`category_id` and `slug` = 'manual-ball-valve-6l-and-6a') and `active` = 1 and `categories`.`deleted_at` is null limit 1
3ms/app/Helpers/translate_product_route.php:58emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `category_translations` where `category_translations`.`category_id` = 58 and `category_translations`.`category_id` is not null
2.5ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_groups` where exists (select * from `product_group_translations` where `product_groups`.`id` = `product_group_translations`.`product_group_id` and `slug` = '6l733f-5') and `active` = 1 and `product_groups`.`deleted_at` is null limit 1
4.3ms/app/Helpers/translate_product_route.php:68emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_group_translations` where `product_group_translations`.`product_group_id` = 448 and `product_group_translations`.`product_group_id` is not null
2.94ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `languages` where `locale` = 'ko' limit 1
2.45ms/app/Helpers/translate_product_route.php:33emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `features` where exists (select * from `feature_translations` where `features`.`id` = `feature_translations`.`feature_id` and `slug` = 'shutting-off') limit 1
2.46ms/app/Helpers/translate_product_route.php:38emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `feature_translations` where `feature_translations`.`feature_id` = 3 and `feature_translations`.`feature_id` is not null
2.61ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `categories` where exists (select * from `category_translations` where `categories`.`id` = `category_translations`.`category_id` and `slug` = 'ball-valves') and `active` = 1 and `categories`.`deleted_at` is null limit 1
2.93ms/app/Helpers/translate_product_route.php:48emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `category_translations` where `category_translations`.`category_id` = 12 and `category_translations`.`category_id` is not null
2.39ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `categories` where exists (select * from `category_translations` where `categories`.`id` = `category_translations`.`category_id` and `slug` = 'manual-ball-valve-6l-and-6a') and `active` = 1 and `categories`.`deleted_at` is null limit 1
2.94ms/app/Helpers/translate_product_route.php:58emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `category_translations` where `category_translations`.`category_id` = 58 and `category_translations`.`category_id` is not null
2.76ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_groups` where exists (select * from `product_group_translations` where `product_groups`.`id` = `product_group_translations`.`product_group_id` and `slug` = '6l733f-5') and `active` = 1 and `product_groups`.`deleted_at` is null limit 1
4.41ms/app/Helpers/translate_product_route.php:68emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_group_translations` where `product_group_translations`.`product_group_id` = 448 and `product_group_translations`.`product_group_id` is not null
2.7ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `languages` where `locale` = 'de' limit 1
2.32ms/app/Helpers/translate_product_route.php:33emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `features` where exists (select * from `feature_translations` where `features`.`id` = `feature_translations`.`feature_id` and `slug` = 'shutting-off') limit 1
2.26ms/app/Helpers/translate_product_route.php:38emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `feature_translations` where `feature_translations`.`feature_id` = 3 and `feature_translations`.`feature_id` is not null
2.3ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `categories` where exists (select * from `category_translations` where `categories`.`id` = `category_translations`.`category_id` and `slug` = 'ball-valves') and `active` = 1 and `categories`.`deleted_at` is null limit 1
2.93ms/app/Helpers/translate_product_route.php:48emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `category_translations` where `category_translations`.`category_id` = 12 and `category_translations`.`category_id` is not null
2.28ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `categories` where exists (select * from `category_translations` where `categories`.`id` = `category_translations`.`category_id` and `slug` = 'manual-ball-valve-6l-and-6a') and `active` = 1 and `categories`.`deleted_at` is null limit 1
2.87ms/app/Helpers/translate_product_route.php:58emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `category_translations` where `category_translations`.`category_id` = 58 and `category_translations`.`category_id` is not null
2.54ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_groups` where exists (select * from `product_group_translations` where `product_groups`.`id` = `product_group_translations`.`product_group_id` and `slug` = '6l733f-5') and `active` = 1 and `product_groups`.`deleted_at` is null limit 1
4.37ms/app/Helpers/translate_product_route.php:68emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_group_translations` where `product_group_translations`.`product_group_id` = 448 and `product_group_translations`.`product_group_id` is not null
2.34ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `languages` where `locale` = 'en' limit 1
2.14ms/app/Helpers/translate_product_route.php:33emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `features` where exists (select * from `feature_translations` where `features`.`id` = `feature_translations`.`feature_id` and `slug` = 'shutting-off') limit 1
2.68ms/app/Helpers/translate_product_route.php:38emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `feature_translations` where `feature_translations`.`feature_id` = 3 and `feature_translations`.`feature_id` is not null
2.62ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `categories` where exists (select * from `category_translations` where `categories`.`id` = `category_translations`.`category_id` and `slug` = 'ball-valves') and `active` = 1 and `categories`.`deleted_at` is null limit 1
3.01ms/app/Helpers/translate_product_route.php:48emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `category_translations` where `category_translations`.`category_id` = 12 and `category_translations`.`category_id` is not null
2.61ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `categories` where exists (select * from `category_translations` where `categories`.`id` = `category_translations`.`category_id` and `slug` = 'manual-ball-valve-6l-and-6a') and `active` = 1 and `categories`.`deleted_at` is null limit 1
3.02ms/app/Helpers/translate_product_route.php:58emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `category_translations` where `category_translations`.`category_id` = 58 and `category_translations`.`category_id` is not null
2.68ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_groups` where exists (select * from `product_group_translations` where `product_groups`.`id` = `product_group_translations`.`product_group_id` and `slug` = '6l733f-5') and `active` = 1 and `product_groups`.`deleted_at` is null limit 1
4.25ms/app/Helpers/translate_product_route.php:68emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_group_translations` where `product_group_translations`.`product_group_id` = 448 and `product_group_translations`.`product_group_id` is not null
2.62ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `languages` where `locale` = 'fr' limit 1
2.16ms/app/Helpers/translate_product_route.php:33emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `features` where exists (select * from `feature_translations` where `features`.`id` = `feature_translations`.`feature_id` and `slug` = 'shutting-off') limit 1
2.56ms/app/Helpers/translate_product_route.php:38emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `feature_translations` where `feature_translations`.`feature_id` = 3 and `feature_translations`.`feature_id` is not null
2.73ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `categories` where exists (select * from `category_translations` where `categories`.`id` = `category_translations`.`category_id` and `slug` = 'ball-valves') and `active` = 1 and `categories`.`deleted_at` is null limit 1
3.04ms/app/Helpers/translate_product_route.php:48emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `category_translations` where `category_translations`.`category_id` = 12 and `category_translations`.`category_id` is not null
2.52ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `categories` where exists (select * from `category_translations` where `categories`.`id` = `category_translations`.`category_id` and `slug` = 'manual-ball-valve-6l-and-6a') and `active` = 1 and `categories`.`deleted_at` is null limit 1
3.32ms/app/Helpers/translate_product_route.php:58emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `category_translations` where `category_translations`.`category_id` = 58 and `category_translations`.`category_id` is not null
2.69ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_groups` where exists (select * from `product_group_translations` where `product_groups`.`id` = `product_group_translations`.`product_group_id` and `slug` = '6l733f-5') and `active` = 1 and `product_groups`.`deleted_at` is null limit 1
5.57ms/app/Helpers/translate_product_route.php:68emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_group_translations` where `product_group_translations`.`product_group_id` = 448 and `product_group_translations`.`product_group_id` is not null
2.68ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `languages` where `locale` = 'it' limit 1
2.74ms/app/Helpers/translate_product_route.php:33emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `features` where exists (select * from `feature_translations` where `features`.`id` = `feature_translations`.`feature_id` and `slug` = 'shutting-off') limit 1
3.22ms/app/Helpers/translate_product_route.php:38emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `feature_translations` where `feature_translations`.`feature_id` = 3 and `feature_translations`.`feature_id` is not null
2.58ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `categories` where exists (select * from `category_translations` where `categories`.`id` = `category_translations`.`category_id` and `slug` = 'ball-valves') and `active` = 1 and `categories`.`deleted_at` is null limit 1
3.5ms/app/Helpers/translate_product_route.php:48emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `category_translations` where `category_translations`.`category_id` = 12 and `category_translations`.`category_id` is not null
2.53ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `categories` where exists (select * from `category_translations` where `categories`.`id` = `category_translations`.`category_id` and `slug` = 'manual-ball-valve-6l-and-6a') and `active` = 1 and `categories`.`deleted_at` is null limit 1
2.88ms/app/Helpers/translate_product_route.php:58emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `category_translations` where `category_translations`.`category_id` = 58 and `category_translations`.`category_id` is not null
2.26ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_groups` where exists (select * from `product_group_translations` where `product_groups`.`id` = `product_group_translations`.`product_group_id` and `slug` = '6l733f-5') and `active` = 1 and `product_groups`.`deleted_at` is null limit 1
4.14ms/app/Helpers/translate_product_route.php:68emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_group_translations` where `product_group_translations`.`product_group_id` = 448 and `product_group_translations`.`product_group_id` is not null
2.27ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `languages` where `locale` = 'zh' limit 1
2.08ms/app/Helpers/translate_product_route.php:33emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `features` where exists (select * from `feature_translations` where `features`.`id` = `feature_translations`.`feature_id` and `slug` = 'shutting-off') limit 1
2.53ms/app/Helpers/translate_product_route.php:38emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `feature_translations` where `feature_translations`.`feature_id` = 3 and `feature_translations`.`feature_id` is not null
2.28ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `categories` where exists (select * from `category_translations` where `categories`.`id` = `category_translations`.`category_id` and `slug` = 'ball-valves') and `active` = 1 and `categories`.`deleted_at` is null limit 1
2.99ms/app/Helpers/translate_product_route.php:48emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `category_translations` where `category_translations`.`category_id` = 12 and `category_translations`.`category_id` is not null
2.81ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `categories` where exists (select * from `category_translations` where `categories`.`id` = `category_translations`.`category_id` and `slug` = 'manual-ball-valve-6l-and-6a') and `active` = 1 and `categories`.`deleted_at` is null limit 1
3.19ms/app/Helpers/translate_product_route.php:58emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `category_translations` where `category_translations`.`category_id` = 58 and `category_translations`.`category_id` is not null
2.63ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_groups` where exists (select * from `product_group_translations` where `product_groups`.`id` = `product_group_translations`.`product_group_id` and `slug` = '6l733f-5') and `active` = 1 and `product_groups`.`deleted_at` is null limit 1
4.19ms/app/Helpers/translate_product_route.php:68emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_group_translations` where `product_group_translations`.`product_group_id` = 448 and `product_group_translations`.`product_group_id` is not null
2.63ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `languages` where `locale` = 'zh-Hant' limit 1
2.34ms/app/Helpers/translate_product_route.php:33emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `features` where exists (select * from `feature_translations` where `features`.`id` = `feature_translations`.`feature_id` and `slug` = 'shutting-off') limit 1
2.59ms/app/Helpers/translate_product_route.php:38emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `feature_translations` where `feature_translations`.`feature_id` = 3 and `feature_translations`.`feature_id` is not null
2.44ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `categories` where exists (select * from `category_translations` where `categories`.`id` = `category_translations`.`category_id` and `slug` = 'ball-valves') and `active` = 1 and `categories`.`deleted_at` is null limit 1
2.92ms/app/Helpers/translate_product_route.php:48emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `category_translations` where `category_translations`.`category_id` = 12 and `category_translations`.`category_id` is not null
2.61ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `categories` where exists (select * from `category_translations` where `categories`.`id` = `category_translations`.`category_id` and `slug` = 'manual-ball-valve-6l-and-6a') and `active` = 1 and `categories`.`deleted_at` is null limit 1
3.02ms/app/Helpers/translate_product_route.php:58emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `category_translations` where `category_translations`.`category_id` = 58 and `category_translations`.`category_id` is not null
2.36ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_groups` where exists (select * from `product_group_translations` where `product_groups`.`id` = `product_group_translations`.`product_group_id` and `slug` = '6l733f-5') and `active` = 1 and `product_groups`.`deleted_at` is null limit 1
4.08ms/app/Helpers/translate_product_route.php:68emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_group_translations` where `product_group_translations`.`product_group_id` = 448 and `product_group_translations`.`product_group_id` is not null
2.3ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `languages` where `locale` = 'ja' limit 1
2.29ms/app/Helpers/translate_product_route.php:33emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `features` where exists (select * from `feature_translations` where `features`.`id` = `feature_translations`.`feature_id` and `slug` = 'shutting-off') limit 1
2.53ms/app/Helpers/translate_product_route.php:38emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `feature_translations` where `feature_translations`.`feature_id` = 3 and `feature_translations`.`feature_id` is not null
2.52ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `categories` where exists (select * from `category_translations` where `categories`.`id` = `category_translations`.`category_id` and `slug` = 'ball-valves') and `active` = 1 and `categories`.`deleted_at` is null limit 1
3.71ms/app/Helpers/translate_product_route.php:48emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `category_translations` where `category_translations`.`category_id` = 12 and `category_translations`.`category_id` is not null
2.67ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `categories` where exists (select * from `category_translations` where `categories`.`id` = `category_translations`.`category_id` and `slug` = 'manual-ball-valve-6l-and-6a') and `active` = 1 and `categories`.`deleted_at` is null limit 1
3ms/app/Helpers/translate_product_route.php:58emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `category_translations` where `category_translations`.`category_id` = 58 and `category_translations`.`category_id` is not null
2.46ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_groups` where exists (select * from `product_group_translations` where `product_groups`.`id` = `product_group_translations`.`product_group_id` and `slug` = '6l733f-5') and `active` = 1 and `product_groups`.`deleted_at` is null limit 1
4.8ms/app/Helpers/translate_product_route.php:68emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_group_translations` where `product_group_translations`.`product_group_id` = 448 and `product_group_translations`.`product_group_id` is not null
2.38ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `languages` where `locale` = 'ko' limit 1
2.3ms/app/Helpers/translate_product_route.php:33emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `features` where exists (select * from `feature_translations` where `features`.`id` = `feature_translations`.`feature_id` and `slug` = 'shutting-off') limit 1
2.69ms/app/Helpers/translate_product_route.php:38emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `feature_translations` where `feature_translations`.`feature_id` = 3 and `feature_translations`.`feature_id` is not null
2.25ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `categories` where exists (select * from `category_translations` where `categories`.`id` = `category_translations`.`category_id` and `slug` = 'ball-valves') and `active` = 1 and `categories`.`deleted_at` is null limit 1
2.71ms/app/Helpers/translate_product_route.php:48emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `category_translations` where `category_translations`.`category_id` = 12 and `category_translations`.`category_id` is not null
2.29ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `categories` where exists (select * from `category_translations` where `categories`.`id` = `category_translations`.`category_id` and `slug` = 'manual-ball-valve-6l-and-6a') and `active` = 1 and `categories`.`deleted_at` is null limit 1
3.34ms/app/Helpers/translate_product_route.php:58emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `category_translations` where `category_translations`.`category_id` = 58 and `category_translations`.`category_id` is not null
2.53ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_groups` where exists (select * from `product_group_translations` where `product_groups`.`id` = `product_group_translations`.`product_group_id` and `slug` = '6l733f-5') and `active` = 1 and `product_groups`.`deleted_at` is null limit 1
4.2ms/app/Helpers/translate_product_route.php:68emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_group_translations` where `product_group_translations`.`product_group_id` = 448 and `product_group_translations`.`product_group_id` is not null
2.19ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `twill_industries` where `published` = 1 and `twill_industries`.`deleted_at` is null order by `position` asc limit 8
2.62ms/app/Http/ViewComposers/TwillIndustriesComposer.php:20emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `twill_industry_translations` where `twill_industry_translations`.`twill_industry_id` in (3, 4, 5, 6, 7, 8, 9, 10) and `twill_industry_translations`.`deleted_at` is null
2.91ms/app/Http/ViewComposers/TwillIndustriesComposer.php:20emtechnikMetadata | |
---|---|
Hints |
|
Backtrace |
|
select * from `twill_industry_slugs` where `twill_industry_slugs`.`twill_industry_id` in (3, 4, 5, 6, 7, 8, 9, 10) and `twill_industry_slugs`.`deleted_at` is null
2.98ms/app/Http/ViewComposers/TwillIndustriesComposer.php:20emtechnikMetadata | |
---|---|
Hints |
|
Backtrace |
|
select exists(select * from `twill_industry_translations` where `twill_industry_translations`.`twill_industry_id` = 3 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh-Hant' and `twill_industry_translations`.`deleted_at` is null) as `exists`
2.53ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `twill_industry_translations` where `twill_industry_translations`.`twill_industry_id` = 3 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh-Hant' and `twill_industry_translations`.`deleted_at` is null limit 1
2.52ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `twill_industry_translations` where `twill_industry_translations`.`twill_industry_id` = 4 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh-Hant' and `twill_industry_translations`.`deleted_at` is null) as `exists`
2.2ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `twill_industry_translations` where `twill_industry_translations`.`twill_industry_id` = 4 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh-Hant' and `twill_industry_translations`.`deleted_at` is null limit 1
2.68ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `twill_industry_translations` where `twill_industry_translations`.`twill_industry_id` = 5 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh-Hant' and `twill_industry_translations`.`deleted_at` is null) as `exists`
2.84ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `twill_industry_translations` where `twill_industry_translations`.`twill_industry_id` = 5 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh-Hant' and `twill_industry_translations`.`deleted_at` is null limit 1
2.83ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `twill_industry_translations` where `twill_industry_translations`.`twill_industry_id` = 6 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh-Hant' and `twill_industry_translations`.`deleted_at` is null) as `exists`
2.66ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `twill_industry_translations` where `twill_industry_translations`.`twill_industry_id` = 6 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh-Hant' and `twill_industry_translations`.`deleted_at` is null limit 1
2.67ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `twill_industry_translations` where `twill_industry_translations`.`twill_industry_id` = 7 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh-Hant' and `twill_industry_translations`.`deleted_at` is null) as `exists`
2.84ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `twill_industry_translations` where `twill_industry_translations`.`twill_industry_id` = 7 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh-Hant' and `twill_industry_translations`.`deleted_at` is null limit 1
2.87ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `twill_industry_translations` where `twill_industry_translations`.`twill_industry_id` = 8 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh-Hant' and `twill_industry_translations`.`deleted_at` is null) as `exists`
2.69ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `twill_industry_translations` where `twill_industry_translations`.`twill_industry_id` = 8 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh-Hant' and `twill_industry_translations`.`deleted_at` is null limit 1
2.95ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `twill_industry_translations` where `twill_industry_translations`.`twill_industry_id` = 9 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh-Hant' and `twill_industry_translations`.`deleted_at` is null) as `exists`
2.48ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `twill_industry_translations` where `twill_industry_translations`.`twill_industry_id` = 9 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh-Hant' and `twill_industry_translations`.`deleted_at` is null limit 1
2.49ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `twill_industry_translations` where `twill_industry_translations`.`twill_industry_id` = 10 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh-Hant' and `twill_industry_translations`.`deleted_at` is null) as `exists`
2.65ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `twill_industry_translations` where `twill_industry_translations`.`twill_industry_id` = 10 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh-Hant' and `twill_industry_translations`.`deleted_at` is null limit 1
2.81ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `languages` where `locale` = 'zh-Hant' limit 1
2.88ms/app/Http/ViewComposers/FeatureComposer.php:28emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `features` where `active` = 1
2.78ms/app/Services/FeatureService.php:42emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `feature_translations` where `feature_translations`.`feature_id` in (2, 3, 4, 5, 6, 7, 8, 11, 12)
3.54ms/app/Services/FeatureService.php:42emtechnikMetadata | |
---|---|
Hints |
|
Backtrace |
|
select * from `news` where `published` = 1 and `news`.`deleted_at` is null
2.54ms/app/Http/ViewComposers/NewsComposer.php:20emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` in (145, 146, 147, 149, 151, 163, 164, 165, 166, 167, 168, 171, 172, 173, 174, 177, 178, 179, 180, 181, 184, 185, 187, 188, 192, 193, 195, 196, 199, 201, 202, 203, 204) and `news_translations`.`deleted_at` is null
12.07ms/app/Http/ViewComposers/NewsComposer.php:20emtechnikMetadata | |
---|---|
Hints |
|
Backtrace |
|
select * from `news_slugs` where `news_slugs`.`news_id` in (145, 146, 147, 149, 151, 163, 164, 165, 166, 167, 168, 171, 172, 173, 174, 177, 178, 179, 180, 181, 184, 185, 187, 188, 192, 193, 195, 196, 199, 201, 202, 203, 204) and `news_slugs`.`deleted_at` is null
3.48ms/app/Http/ViewComposers/NewsComposer.php:20emtechnikMetadata | |
---|---|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 145 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.81ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 145 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.7ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 146 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.2ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 146 and `news_translations`.`news_id` is not null and `locale` = 'en' and `news_translations`.`deleted_at` is null limit 1
2.66ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 147 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.3ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 147 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.61ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 149 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.25ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 149 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.33ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 151 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.58ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 151 and `news_translations`.`news_id` is not null and `locale` = 'en' and `news_translations`.`deleted_at` is null limit 1
2.74ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 163 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.23ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 163 and `news_translations`.`news_id` is not null and `locale` = 'en' and `news_translations`.`deleted_at` is null limit 1
2.71ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 164 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.54ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 164 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.44ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 165 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.22ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 165 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.45ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 166 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.24ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 166 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.24ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 167 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.56ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 167 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.6ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 168 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
3.34ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 168 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.29ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 171 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.27ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 171 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.57ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 172 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.56ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 172 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.74ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 173 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.76ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 173 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.59ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 174 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.38ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 174 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.73ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 177 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.31ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 177 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.87ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 178 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.43ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 178 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.76ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 179 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.67ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 179 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.86ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 180 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.68ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 180 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.64ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 181 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.6ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 181 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.72ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 184 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.41ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 184 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.8ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 185 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.83ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 185 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.61ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 187 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.59ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 187 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.39ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 188 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.77ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 188 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.41ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 192 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.41ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 192 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.79ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 193 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.64ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 193 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.37ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 195 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.47ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 195 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.75ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 196 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.5ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 196 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
3.21ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 199 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.59ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 199 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.86ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 201 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.25ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 201 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.67ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 202 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.65ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 202 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.37ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 203 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.3ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 203 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.53ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 204 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.33ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 204 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.28ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select `twill_medias`.*, `twill_mediables`.`mediable_id` as `pivot_mediable_id`, `twill_mediables`.`media_id` as `pivot_media_id`, `twill_mediables`.`mediable_type` as `pivot_mediable_type`, `twill_mediables`.`crop` as `pivot_crop`, `twill_mediables`.`role` as `pivot_role`, `twill_mediables`.`crop_w` as `pivot_crop_w`, `twill_mediables`.`crop_h` as `pivot_crop_h`, `twill_mediables`.`crop_x` as `pivot_crop_x`, `twill_mediables`.`crop_y` as `pivot_crop_y`, `twill_mediables`.`lqip_data` as `pivot_lqip_data`, `twill_mediables`.`ratio` as `pivot_ratio`, `twill_mediables`.`metadatas` as `pivot_metadatas`, `twill_mediables`.`locale` as `pivot_locale`, `twill_mediables`.`created_at` as `pivot_created_at`, `twill_mediables`.`updated_at` as `pivot_updated_at` from `twill_medias` inner join `twill_mediables` on `twill_medias`.`id` = `twill_mediables`.`media_id` where `twill_mediables`.`mediable_id` = 204 and `twill_mediables`.`mediable_type` = 'App\Models\News' and `twill_medias`.`deleted_at` is null order by `twill_mediables`.`id` asc
3.37ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `twill_medias`.*, `twill_mediables`.`mediable_id` as `pivot_mediable_id`, `twill_mediables`.`media_id` as `pivot_media_id`, `twill_mediables`.`mediable_type` as `pivot_mediable_type`, `twill_mediables`.`crop` as `pivot_crop`, `twill_mediables`.`role` as `pivot_role`, `twill_mediables`.`crop_w` as `pivot_crop_w`, `twill_mediables`.`crop_h` as `pivot_crop_h`, `twill_mediables`.`crop_x` as `pivot_crop_x`, `twill_mediables`.`crop_y` as `pivot_crop_y`, `twill_mediables`.`lqip_data` as `pivot_lqip_data`, `twill_mediables`.`ratio` as `pivot_ratio`, `twill_mediables`.`metadatas` as `pivot_metadatas`, `twill_mediables`.`locale` as `pivot_locale`, `twill_mediables`.`created_at` as `pivot_created_at`, `twill_mediables`.`updated_at` as `pivot_updated_at` from `twill_medias` inner join `twill_mediables` on `twill_medias`.`id` = `twill_mediables`.`media_id` where `twill_mediables`.`mediable_id` = 203 and `twill_mediables`.`mediable_type` = 'App\Models\News' and `twill_medias`.`deleted_at` is null order by `twill_mediables`.`id` asc
3.37ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `twill_medias`.*, `twill_mediables`.`mediable_id` as `pivot_mediable_id`, `twill_mediables`.`media_id` as `pivot_media_id`, `twill_mediables`.`mediable_type` as `pivot_mediable_type`, `twill_mediables`.`crop` as `pivot_crop`, `twill_mediables`.`role` as `pivot_role`, `twill_mediables`.`crop_w` as `pivot_crop_w`, `twill_mediables`.`crop_h` as `pivot_crop_h`, `twill_mediables`.`crop_x` as `pivot_crop_x`, `twill_mediables`.`crop_y` as `pivot_crop_y`, `twill_mediables`.`lqip_data` as `pivot_lqip_data`, `twill_mediables`.`ratio` as `pivot_ratio`, `twill_mediables`.`metadatas` as `pivot_metadatas`, `twill_mediables`.`locale` as `pivot_locale`, `twill_mediables`.`created_at` as `pivot_created_at`, `twill_mediables`.`updated_at` as `pivot_updated_at` from `twill_medias` inner join `twill_mediables` on `twill_medias`.`id` = `twill_mediables`.`media_id` where `twill_mediables`.`mediable_id` = 199 and `twill_mediables`.`mediable_type` = 'App\Models\News' and `twill_medias`.`deleted_at` is null order by `twill_mediables`.`id` asc
3.26ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `twill_medias`.*, `twill_mediables`.`mediable_id` as `pivot_mediable_id`, `twill_mediables`.`media_id` as `pivot_media_id`, `twill_mediables`.`mediable_type` as `pivot_mediable_type`, `twill_mediables`.`crop` as `pivot_crop`, `twill_mediables`.`role` as `pivot_role`, `twill_mediables`.`crop_w` as `pivot_crop_w`, `twill_mediables`.`crop_h` as `pivot_crop_h`, `twill_mediables`.`crop_x` as `pivot_crop_x`, `twill_mediables`.`crop_y` as `pivot_crop_y`, `twill_mediables`.`lqip_data` as `pivot_lqip_data`, `twill_mediables`.`ratio` as `pivot_ratio`, `twill_mediables`.`metadatas` as `pivot_metadatas`, `twill_mediables`.`locale` as `pivot_locale`, `twill_mediables`.`created_at` as `pivot_created_at`, `twill_mediables`.`updated_at` as `pivot_updated_at` from `twill_medias` inner join `twill_mediables` on `twill_medias`.`id` = `twill_mediables`.`media_id` where `twill_mediables`.`mediable_id` = 196 and `twill_mediables`.`mediable_type` = 'App\Models\News' and `twill_medias`.`deleted_at` is null order by `twill_mediables`.`id` asc
3.21ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `twill_medias`.*, `twill_mediables`.`mediable_id` as `pivot_mediable_id`, `twill_mediables`.`media_id` as `pivot_media_id`, `twill_mediables`.`mediable_type` as `pivot_mediable_type`, `twill_mediables`.`crop` as `pivot_crop`, `twill_mediables`.`role` as `pivot_role`, `twill_mediables`.`crop_w` as `pivot_crop_w`, `twill_mediables`.`crop_h` as `pivot_crop_h`, `twill_mediables`.`crop_x` as `pivot_crop_x`, `twill_mediables`.`crop_y` as `pivot_crop_y`, `twill_mediables`.`lqip_data` as `pivot_lqip_data`, `twill_mediables`.`ratio` as `pivot_ratio`, `twill_mediables`.`metadatas` as `pivot_metadatas`, `twill_mediables`.`locale` as `pivot_locale`, `twill_mediables`.`created_at` as `pivot_created_at`, `twill_mediables`.`updated_at` as `pivot_updated_at` from `twill_medias` inner join `twill_mediables` on `twill_medias`.`id` = `twill_mediables`.`media_id` where `twill_mediables`.`mediable_id` = 192 and `twill_mediables`.`mediable_type` = 'App\Models\News' and `twill_medias`.`deleted_at` is null order by `twill_mediables`.`id` asc
3.96ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `twill_industries` where `published` = 1 and `twill_industries`.`deleted_at` is null order by `position` asc limit 8
2.48ms/app/Http/ViewComposers/TwillIndustriesComposer.php:20emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `twill_industry_translations` where `twill_industry_translations`.`twill_industry_id` in (3, 4, 5, 6, 7, 8, 9, 10) and `twill_industry_translations`.`deleted_at` is null
2.77ms/app/Http/ViewComposers/TwillIndustriesComposer.php:20emtechnikMetadata | |
---|---|
Hints |
|
Backtrace |
|
select * from `twill_industry_slugs` where `twill_industry_slugs`.`twill_industry_id` in (3, 4, 5, 6, 7, 8, 9, 10) and `twill_industry_slugs`.`deleted_at` is null
2.74ms/app/Http/ViewComposers/TwillIndustriesComposer.php:20emtechnikMetadata | |
---|---|
Hints |
|
Backtrace |
|
select exists(select * from `twill_industry_translations` where `twill_industry_translations`.`twill_industry_id` = 3 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh-Hant' and `twill_industry_translations`.`deleted_at` is null) as `exists`
2.23ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `twill_industry_translations` where `twill_industry_translations`.`twill_industry_id` = 3 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh-Hant' and `twill_industry_translations`.`deleted_at` is null limit 1
2.57ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `twill_industry_translations` where `twill_industry_translations`.`twill_industry_id` = 4 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh-Hant' and `twill_industry_translations`.`deleted_at` is null) as `exists`
2.26ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `twill_industry_translations` where `twill_industry_translations`.`twill_industry_id` = 4 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh-Hant' and `twill_industry_translations`.`deleted_at` is null limit 1
2.1ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `twill_industry_translations` where `twill_industry_translations`.`twill_industry_id` = 5 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh-Hant' and `twill_industry_translations`.`deleted_at` is null) as `exists`
2.41ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `twill_industry_translations` where `twill_industry_translations`.`twill_industry_id` = 5 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh-Hant' and `twill_industry_translations`.`deleted_at` is null limit 1
2.62ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `twill_industry_translations` where `twill_industry_translations`.`twill_industry_id` = 6 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh-Hant' and `twill_industry_translations`.`deleted_at` is null) as `exists`
2.65ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `twill_industry_translations` where `twill_industry_translations`.`twill_industry_id` = 6 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh-Hant' and `twill_industry_translations`.`deleted_at` is null limit 1
2.6ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `twill_industry_translations` where `twill_industry_translations`.`twill_industry_id` = 7 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh-Hant' and `twill_industry_translations`.`deleted_at` is null) as `exists`
2.19ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `twill_industry_translations` where `twill_industry_translations`.`twill_industry_id` = 7 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh-Hant' and `twill_industry_translations`.`deleted_at` is null limit 1
2.33ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `twill_industry_translations` where `twill_industry_translations`.`twill_industry_id` = 8 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh-Hant' and `twill_industry_translations`.`deleted_at` is null) as `exists`
2.37ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `twill_industry_translations` where `twill_industry_translations`.`twill_industry_id` = 8 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh-Hant' and `twill_industry_translations`.`deleted_at` is null limit 1
11.05ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `twill_industry_translations` where `twill_industry_translations`.`twill_industry_id` = 9 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh-Hant' and `twill_industry_translations`.`deleted_at` is null) as `exists`
2.24ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `twill_industry_translations` where `twill_industry_translations`.`twill_industry_id` = 9 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh-Hant' and `twill_industry_translations`.`deleted_at` is null limit 1
2.16ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `twill_industry_translations` where `twill_industry_translations`.`twill_industry_id` = 10 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh-Hant' and `twill_industry_translations`.`deleted_at` is null) as `exists`
2.55ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `twill_industry_translations` where `twill_industry_translations`.`twill_industry_id` = 10 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh-Hant' and `twill_industry_translations`.`deleted_at` is null limit 1
2.58ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
200
[]
[]
0 of 0array:17 [▼ "accept-encoding" => array:1 [▶ 0 => "gzip, deflate, br, zstd" ] "sec-fetch-dest" => array:1 [▶ 0 => "document" ] "sec-fetch-user" => array:1 [▶ 0 => "?1" ] "sec-fetch-mode" => array:1 [▶ 0 => "navigate" ] "sec-fetch-site" => array:1 [▶ 0 => "none" ] "accept" => array:1 [▶ 0 => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" ] "user-agent" => array:1 [▶ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "upgrade-insecure-requests" => array:1 [▶ 0 => "1" ] "sec-ch-ua-platform" => array:1 [▶ 0 => ""Windows"" ] "sec-ch-ua-mobile" => array:1 [▶ 0 => "?0" ] "sec-ch-ua" => array:1 [▶ 0 => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" ] "cache-control" => array:1 [▶ 0 => "no-cache" ] "pragma" => array:1 [▶ 0 => "no-cache" ] "connection" => array:1 [▶ 0 => "keep-alive" ] "host" => array:1 [▶ 0 => "emv8.byte5.net" ] "content-length" => array:1 [▶ 0 => "" ] "content-type" => array:1 [▶ 0 => "" ] ]
0 of 0array:41 [▼ "USER" => "www-data" "HOME" => "/var/www" "HTTP_ACCEPT_ENCODING" => "gzip, deflate, br, zstd" "HTTP_SEC_FETCH_DEST" => "document" "HTTP_SEC_FETCH_USER" => "?1" "HTTP_SEC_FETCH_MODE" => "navigate" "HTTP_SEC_FETCH_SITE" => "none" "HTTP_ACCEPT" => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" "HTTP_USER_AGENT" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" "HTTP_UPGRADE_INSECURE_REQUESTS" => "1" "HTTP_SEC_CH_UA_PLATFORM" => ""Windows"" "HTTP_SEC_CH_UA_MOBILE" => "?0" "HTTP_SEC_CH_UA" => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" "HTTP_CACHE_CONTROL" => "no-cache" "HTTP_PRAGMA" => "no-cache" "HTTP_CONNECTION" => "keep-alive" "HTTP_HOST" => "emv8.byte5.net" "REDIRECT_STATUS" => "200" "SERVER_NAME" => "emv8.byte5.net" "SERVER_PORT" => "443" "SERVER_ADDR" => "10.0.0.6" "REMOTE_PORT" => "17038" "REMOTE_ADDR" => "52.15.91.151" "SERVER_SOFTWARE" => "nginx/1.18.0" "GATEWAY_INTERFACE" => "CGI/1.1" "HTTPS" => "on" "REQUEST_SCHEME" => "https" "SERVER_PROTOCOL" => "HTTP/1.1" "DOCUMENT_ROOT" => "/storage/staging/public" "DOCUMENT_URI" => "/index.php" "REQUEST_URI" => "/zh-Hant/products/shutting-off/ball-valves/manual-ball-valve-6l-and-6a/6l733f-5/13694" "SCRIPT_NAME" => "/index.php" "CONTENT_LENGTH" => "" "CONTENT_TYPE" => "" "REQUEST_METHOD" => "GET" "QUERY_STRING" => "" "SCRIPT_FILENAME" => "/storage/staging/public/index.php" "FCGI_ROLE" => "RESPONDER" "PHP_SELF" => "/index.php" "REQUEST_TIME_FLOAT" => 1747028448.8656 "REQUEST_TIME" => 1747028448 ]
[]
0 of 0array:5 [▼ "content-type" => array:1 [▶ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [▶ 0 => "no-cache, private" ] "date" => array:1 [▶ 0 => "Mon, 12 May 2025 05:40:51 GMT" ] "set-cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6IjVVK0M2ZHJiWDhBd00wOFBaYisydXc9PSIsInZhbHVlIjoiZDRIVVVmSGgzSmRhRHdxRzV3aUhscUpvQmdyZjZsNHFNT0dKY3p3N0RGaXpXVWg2VENDWGhKOGdqeXBHUzJjUjVXejZTdG9xbUpsOXEyN0luV25qaG92MlgxZnUzOHFsRktXZ0VxMFdSZ3NISFhVVTFlcjZGYzVuOXo5WFFtSXQiLCJtYWMiOiJhMWRjZGUzZmE3MzA5MWY0OTM4OWE1YTBhMmJmMjlhN2VlZTRjOTI2OWZiZDVhZTdkMjU0ZTc4MDJmNDUxMDI5IiwidGFnIjoiIn0%3D; expires=Mon, 12-May-2025 07:40:53 GMT; Max-Age=7200; path=/ ◀XSRF-TOKEN=eyJpdiI6IjVVK0M2ZHJiWDhBd00wOFBaYisydXc9PSIsInZhbHVlIjoiZDRIVVVmSGgzSmRhRHdxRzV3aUhscUpvQmdyZjZsNHFNT0dKY3p3N0RGaXpXVWg2VENDWGhKOGdqeXBHUzJjUjVXejZTd ▶" 1 => "laravel=eyJpdiI6IjhoTzNjUDhDR0xtdnIrUHZVZzZ5U2c9PSIsInZhbHVlIjoiOVRpa05Cc0RUWnkzL3MrSk50WGh5dlpITzZTYVpvK0dVeDZPVlVmdnU3c2ZETUFCamZLUW15RjZCT1U5dFUxZENibWJsNGdTNGNvTW50aTEyek40KzhVaHpYNmw0U0RWQjhwNWt2VnUyWldHZ0ZGczVFM0o3VmEwbjR0NkVYSloiLCJtYWMiOiI5YzEwZWI3ODFhMWUwYTA5NmM1Yzc2YTViZTc1Nzc0NGY5MDRiOTFjMGVkMDQyYWQ0ZGZjOWYzNjYzY2RmNzNlIiwidGFnIjoiIn0%3D; expires=Mon, 12-May-2025 07:40:53 GMT; Max-Age=7200; path=/; httponly ◀laravel=eyJpdiI6IjhoTzNjUDhDR0xtdnIrUHZVZzZ5U2c9PSIsInZhbHVlIjoiOVRpa05Cc0RUWnkzL3MrSk50WGh5dlpITzZTYVpvK0dVeDZPVlVmdnU3c2ZETUFCamZLUW15RjZCT1U5dFUxZENibWJsNGdT ▶" ] "Set-Cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6IjVVK0M2ZHJiWDhBd00wOFBaYisydXc9PSIsInZhbHVlIjoiZDRIVVVmSGgzSmRhRHdxRzV3aUhscUpvQmdyZjZsNHFNT0dKY3p3N0RGaXpXVWg2VENDWGhKOGdqeXBHUzJjUjVXejZTdG9xbUpsOXEyN0luV25qaG92MlgxZnUzOHFsRktXZ0VxMFdSZ3NISFhVVTFlcjZGYzVuOXo5WFFtSXQiLCJtYWMiOiJhMWRjZGUzZmE3MzA5MWY0OTM4OWE1YTBhMmJmMjlhN2VlZTRjOTI2OWZiZDVhZTdkMjU0ZTc4MDJmNDUxMDI5IiwidGFnIjoiIn0%3D; expires=Mon, 12-May-2025 07:40:53 GMT; path=/ ◀XSRF-TOKEN=eyJpdiI6IjVVK0M2ZHJiWDhBd00wOFBaYisydXc9PSIsInZhbHVlIjoiZDRIVVVmSGgzSmRhRHdxRzV3aUhscUpvQmdyZjZsNHFNT0dKY3p3N0RGaXpXVWg2VENDWGhKOGdqeXBHUzJjUjVXejZTd ▶" 1 => "laravel=eyJpdiI6IjhoTzNjUDhDR0xtdnIrUHZVZzZ5U2c9PSIsInZhbHVlIjoiOVRpa05Cc0RUWnkzL3MrSk50WGh5dlpITzZTYVpvK0dVeDZPVlVmdnU3c2ZETUFCamZLUW15RjZCT1U5dFUxZENibWJsNGdTNGNvTW50aTEyek40KzhVaHpYNmw0U0RWQjhwNWt2VnUyWldHZ0ZGczVFM0o3VmEwbjR0NkVYSloiLCJtYWMiOiI5YzEwZWI3ODFhMWUwYTA5NmM1Yzc2YTViZTc1Nzc0NGY5MDRiOTFjMGVkMDQyYWQ0ZGZjOWYzNjYzY2RmNzNlIiwidGFnIjoiIn0%3D; expires=Mon, 12-May-2025 07:40:53 GMT; path=/; httponly ◀laravel=eyJpdiI6IjhoTzNjUDhDR0xtdnIrUHZVZzZ5U2c9PSIsInZhbHVlIjoiOVRpa05Cc0RUWnkzL3MrSk50WGh5dlpITzZTYVpvK0dVeDZPVlVmdnU3c2ZETUFCamZLUW15RjZCT1U5dFUxZENibWJsNGdT ▶" ] ]
0 of 0array:5 [▼ "_token" => "nraO8uc5sTTjKSL5I4h91DaqenUlSda9DS2LvrOX" "current_function" => "shutting-off" "_previous" => array:1 [▶ "url" => "https://emv8.byte5.net/zh-Hant/products/shutting-off/ball-valves/manual-ball-valve-6l-and-6a/6l733f-5/13694" ] "_flash" => array:2 [▶ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]