1 x Application (99.31%) | 4.41s |
1 x Booting (0.68%) | 30.14ms |
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
115ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/Middleware/LanguageIdentification.php:20emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `languages` where `locale` = 'en' limit 1
3.45msmiddleware::fallbackLocale:29emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `features`
3.3ms/vendor/flobbos/laravel-crudable/src/Crudable/Crudable.php:37emtechnikMetadata | |
---|---|
Hints |
|
Backtrace |
|
select * from `languages` where `locale` = 'zh-Hant' limit 1
3.55ms/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` = 'pipe-connectors') and `active` = 1 and `categories`.`deleted_at` is null limit 1
4.29ms/app/Http/Controllers/ProductController.php:150emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select `categories`.*, `category_subcategory`.`category_id` as `pivot_category_id`, `category_subcategory`.`subcategory_id` as `pivot_subcategory_id` from `categories` inner join `category_subcategory` on `categories`.`id` = `category_subcategory`.`subcategory_id` where `category_subcategory`.`category_id` in (6) and `active` = 1 and `categories`.`deleted_at` is null
3.1ms/app/Http/Controllers/ProductController.php:150emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `category_translations` where `category_translations`.`category_id` in (44, 45, 46, 47, 48)
3.05ms/app/Http/Controllers/ProductController.php:150emtechnikMetadata | |
---|---|
Hints |
|
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 (6)
3.01ms/app/Http/Controllers/ProductController.php:150emtechnikMetadata | |
---|---|
Hints |
|
Backtrace |
|
select * from `category_translations` where `category_translations`.`category_id` = 6 and `category_translations`.`category_id` is not null
3.42ms/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` = 'connection-principle-2n') and `active` = 1 and `categories`.`deleted_at` is null limit 1
3.48ms/app/Http/Controllers/ProductController.php:189emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `info_boxes` where `info_boxes`.`category_id` in (46)
10.76ms/app/Http/Controllers/ProductController.php:189emtechnikMetadata | |
---|---|
Hints |
|
Backtrace |
|
select * from `languages` where `locale` = 'zh-Hant' limit 1
2.43ms/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 (46) and `active` = 1 and `product_groups`.`deleted_at` is null order by `product_group_translations`.`name` asc
3.35ms/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 (46)
2.41ms/app/Http/Controllers/ProductController.php:189emtechnikMetadata | |
---|---|
Hints |
|
Backtrace |
|
select * from `document_translations` where `document_translations`.`document_id` in (18)
3.2ms/app/Http/Controllers/ProductController.php:189emtechnikMetadata | |
---|---|
Hints |
|
Backtrace |
|
select * from `languages` where `languages`.`id` in (1, 2, 3, 4, 6, 8)
2.46ms/app/Http/Controllers/ProductController.php:189emtechnikMetadata | |
---|---|
Hints |
|
Backtrace |
|
select * from `category_translations` where `category_translations`.`category_id` in (46) and `slug` = 'connection-principle-2n'
2.4ms/app/Http/Controllers/ProductController.php:189emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_group_translations` where `product_group_translations`.`product_group_id` = 781 and `product_group_translations`.`product_group_id` is not null
2.66ms/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` = 537 and `product_group_translations`.`product_group_id` is not null
2.77ms/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` = 195 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 `product_group_translations` where `product_group_translations`.`product_group_id` = 196 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 `product_group_translations` where `product_group_translations`.`product_group_id` = 197 and `product_group_translations`.`product_group_id` is not null
2.66ms/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` = 198 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` = 199 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` = 200 and `product_group_translations`.`product_group_id` is not null
2.71ms/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` = 201 and `product_group_translations`.`product_group_id` is not null
2.73ms/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` = 202 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 `product_group_translations` where `product_group_translations`.`product_group_id` = 203 and `product_group_translations`.`product_group_id` is not null
3.54ms/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` = 204 and `product_group_translations`.`product_group_id` is not null
3.01ms/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` = 205 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` = 207 and `product_group_translations`.`product_group_id` is not null
2.81ms/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` = 208 and `product_group_translations`.`product_group_id` is not null
2.66ms/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` = 209 and `product_group_translations`.`product_group_id` is not null
2.56ms/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` = 210 and `product_group_translations`.`product_group_id` is not null
2.98ms/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` = 211 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 `product_group_translations` where `product_group_translations`.`product_group_id` = 212 and `product_group_translations`.`product_group_id` is not null
2.96ms/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` = 213 and `product_group_translations`.`product_group_id` is not null
3.18ms/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` = 214 and `product_group_translations`.`product_group_id` is not null
3.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` = 215 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 `product_group_translations` where `product_group_translations`.`product_group_id` = 216 and `product_group_translations`.`product_group_id` is not null
2.65ms/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` = 217 and `product_group_translations`.`product_group_id` is not null
3.48ms/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` = 218 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` = 219 and `product_group_translations`.`product_group_id` is not null
3.02ms/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` = 220 and `product_group_translations`.`product_group_id` is not null
2.82ms/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` = 221 and `product_group_translations`.`product_group_id` is not null
3.16ms/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` = 223 and `product_group_translations`.`product_group_id` is not null
3.38ms/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` = 224 and `product_group_translations`.`product_group_id` is not null
3.83ms/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` = 225 and `product_group_translations`.`product_group_id` is not null
3.12ms/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` = 226 and `product_group_translations`.`product_group_id` is not null
3.02ms/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` = 227 and `product_group_translations`.`product_group_id` is not null
3.17ms/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` = 228 and `product_group_translations`.`product_group_id` is not null
3.15ms/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` = 229 and `product_group_translations`.`product_group_id` is not null
3.49ms/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` = 230 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_groups` where exists (select * from `product_group_translations` where `product_groups`.`id` = `product_group_translations`.`product_group_id` and `slug` = '2n101p-5') and `product_groups`.`deleted_at` is null limit 1
4.58ms/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 (208)
2.86ms/app/Services/ProductGroupService.php:265emtechnikMetadata | |
---|---|
Hints |
|
Backtrace |
|
select * from `document_translations` where `document_translations`.`document_id` in (18)
3.29ms/app/Services/ProductGroupService.php:265emtechnikMetadata | |
---|---|
Hints |
|
Backtrace |
|
select * from `languages` where `languages`.`id` in (1, 2, 3, 4, 6, 8)
2.41ms/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 (208) and `specifications`.`deleted_at` is null order by `pivot_sorting` asc
2.88ms/app/Services/ProductGroupService.php:265emtechnikMetadata | |
---|---|
Hints |
|
Backtrace |
|
select * from `specification_translations` where `specification_translations`.`specification_id` in (2, 7, 9, 10, 24)
2.77ms/app/Services/ProductGroupService.php:265emtechnikMetadata | |
---|---|
Hints |
|
Backtrace |
|
select * from `products` where `products`.`product_group_id` in (208) and `active` = 1 and `products`.`deleted_at` is null order by `article_no` asc
3.13ms/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 (15565, 15566, 15567, 15568, 15569, 15571, 15572, 15574, 15575, 15576, 15578, 15581, 15582, 15584, 15585, 15586, 15588, 15589, 15590, 15591, 15592, 15593, 15594, 15596, 15597, 15598, 15599, 15601, 15602, 15604, 15606, 15607, 15608, 15609, 15610, 15611, 15612, 15613, 15615, 15616, 15617, 15618, 15620, 15621, 15622, 15624, 15626, 15627, 15628, 15630, 15634, 15635, 15636, 15638, 15640, 15642, 15643, 15645, 15647, 15649, 15650, 15651, 15652, 15653, 15654, 31406) and `specifications`.`deleted_at` is null order by `pivot_sorting` asc
5.68ms/app/Services/ProductGroupService.php:265emtechnikMetadata | |
---|---|
Hints |
|
Backtrace |
|
select * from `specification_translations` where `specification_translations`.`specification_id` in (2, 7, 9, 10, 24)
3.54ms/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 (15565, 15566, 15567, 15568, 15569, 15571, 15572, 15574, 15575, 15576, 15578, 15581, 15582, 15584, 15585, 15586, 15588, 15589, 15590, 15591, 15592, 15593, 15594, 15596, 15597, 15598, 15599, 15601, 15602, 15604, 15606, 15607, 15608, 15609, 15610, 15611, 15612, 15613, 15615, 15616, 15617, 15618, 15620, 15621, 15622, 15624, 15626, 15627, 15628, 15630, 15634, 15635, 15636, 15638, 15640, 15642, 15643, 15645, 15647, 15649, 15650, 15651, 15652, 15653, 15654, 31406) and `materials`.`deleted_at` is null
4.98ms/app/Services/ProductGroupService.php:265emtechnikMetadata | |
---|---|
Hints |
|
Backtrace |
|
select * from `material_translations` where `material_translations`.`material_id` in (1, 2, 4, 6)
3.26ms/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 (15565, 15566, 15567, 15568, 15569, 15571, 15572, 15574, 15575, 15576, 15578, 15581, 15582, 15584, 15585, 15586, 15588, 15589, 15590, 15591, 15592, 15593, 15594, 15596, 15597, 15598, 15599, 15601, 15602, 15604, 15606, 15607, 15608, 15609, 15610, 15611, 15612, 15613, 15615, 15616, 15617, 15618, 15620, 15621, 15622, 15624, 15626, 15627, 15628, 15630, 15634, 15635, 15636, 15638, 15640, 15642, 15643, 15645, 15647, 15649, 15650, 15651, 15652, 15653, 15654, 31406)
3.96ms/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
2.99ms/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.26ms/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.81ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
3.26ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
3.05ms/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.54ms/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.71ms/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.8ms/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.7ms/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.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.85ms/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.63ms/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.06ms/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
3.05ms/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.72ms/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.6ms/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.54ms/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.89ms/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.69ms/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.85ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.39ms/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
3.36ms/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.45ms/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.81ms/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.77ms/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.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.69ms/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.48ms/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.75ms/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.72ms/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.52ms/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.57ms/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.64ms/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.85ms/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
3.53ms/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
3.22ms/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
3.66ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
5.6ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.27ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.39ms/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
3.48ms/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.6ms/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.5ms/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.74ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
3.1ms/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.8ms/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.66ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
12.01ms/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.29ms/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
3.43ms/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
3.16ms/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.72ms/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.47ms/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.88ms/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.56ms/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.85ms/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.72ms/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
3.2ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
3.45ms/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.41ms/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.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
3.33ms/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.57ms/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.99ms/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.35ms/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.75ms/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
3.1ms/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.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
6.79ms/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
3.12ms/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.77ms/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.66ms/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.99ms/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.67ms/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
3.02ms/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.74ms/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.99ms/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.71ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
3.14ms/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.77ms/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
2.39ms/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.42ms/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.59ms/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.6ms/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.84ms/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.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
2.83ms/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
3.01ms/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.89ms/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.69ms/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.81ms/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
7.46ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
3.27ms/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.8ms/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.49ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.39ms/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.76ms/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.75ms/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.08ms/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.69ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
3.83ms/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.87ms/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.84ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
3.59ms/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.67ms/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
3ms/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
2.38ms/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.5ms/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.41ms/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
3.21ms/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.44ms/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.8ms/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.88ms/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.64ms/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.61ms/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.5ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
6ms/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.98ms/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
3.2ms/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.23ms/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.89ms/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.71ms/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
3.39ms/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.91ms/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
3.1ms/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
3.33ms/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.81ms/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.98ms/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.94ms/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
3.02ms/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.52ms/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.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.57ms/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.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
2.94ms/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.9ms/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.85ms/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
3.32ms/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
3.56ms/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
3.17ms/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.99ms/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
4ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
3.22ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
3.47ms/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.97ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
3.33ms/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.9ms/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.76ms/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.78ms/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
3.1ms/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.66ms/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.57ms/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.69ms/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
3.04ms/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.73ms/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.68ms/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.55ms/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.71ms/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.43ms/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
3.03ms/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.03ms/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.91ms/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.83ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
3.05ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
3.21ms/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.86ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
3.31ms/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.96ms/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.8ms/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 * from `product_translations` where `product_translations`.`product_id` = 15565 and `product_translations`.`product_id` is not null
3.6ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_translations` where `product_translations`.`product_id` = 15566 and `product_translations`.`product_id` is not null
3.16ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_translations` where `product_translations`.`product_id` = 15567 and `product_translations`.`product_id` is not null
3.01ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_translations` where `product_translations`.`product_id` = 15568 and `product_translations`.`product_id` is not null
3.44ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_translations` where `product_translations`.`product_id` = 15569 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` = 15571 and `product_translations`.`product_id` is not null
2.82ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_translations` where `product_translations`.`product_id` = 15572 and `product_translations`.`product_id` is not null
2.91ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_translations` where `product_translations`.`product_id` = 15574 and `product_translations`.`product_id` is not null
3.56ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_translations` where `product_translations`.`product_id` = 15575 and `product_translations`.`product_id` is not null
2.91ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_translations` where `product_translations`.`product_id` = 15576 and `product_translations`.`product_id` is not null
5.99ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_translations` where `product_translations`.`product_id` = 15578 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` = 15581 and `product_translations`.`product_id` is not null
3.3ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_translations` where `product_translations`.`product_id` = 15582 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` = 15584 and `product_translations`.`product_id` is not null
2.83ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_translations` where `product_translations`.`product_id` = 15585 and `product_translations`.`product_id` is not null
2.71ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_translations` where `product_translations`.`product_id` = 15586 and `product_translations`.`product_id` is not null
3.41ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_translations` where `product_translations`.`product_id` = 15588 and `product_translations`.`product_id` is not null
2.71ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_translations` where `product_translations`.`product_id` = 15589 and `product_translations`.`product_id` is not null
2.79ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_translations` where `product_translations`.`product_id` = 15590 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` = 15591 and `product_translations`.`product_id` is not null
2.83ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_translations` where `product_translations`.`product_id` = 15592 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` = 15593 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` = 15594 and `product_translations`.`product_id` is not null
2.76ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_translations` where `product_translations`.`product_id` = 15596 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` = 15597 and `product_translations`.`product_id` is not null
3.35ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_translations` where `product_translations`.`product_id` = 15598 and `product_translations`.`product_id` is not null
3.26ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_translations` where `product_translations`.`product_id` = 15599 and `product_translations`.`product_id` is not null
6.28ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_translations` where `product_translations`.`product_id` = 15601 and `product_translations`.`product_id` is not null
3.02ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_translations` where `product_translations`.`product_id` = 15602 and `product_translations`.`product_id` is not null
6.38ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_translations` where `product_translations`.`product_id` = 15604 and `product_translations`.`product_id` is not null
9.26ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_translations` where `product_translations`.`product_id` = 15606 and `product_translations`.`product_id` is not null
3.14ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_translations` where `product_translations`.`product_id` = 15607 and `product_translations`.`product_id` is not null
5.01ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_translations` where `product_translations`.`product_id` = 15608 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` = 15609 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` = 15610 and `product_translations`.`product_id` is not null
5.88ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_translations` where `product_translations`.`product_id` = 15611 and `product_translations`.`product_id` is not null
6.51ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_translations` where `product_translations`.`product_id` = 15612 and `product_translations`.`product_id` is not null
3.1ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_translations` where `product_translations`.`product_id` = 15613 and `product_translations`.`product_id` is not null
2.91ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_translations` where `product_translations`.`product_id` = 15615 and `product_translations`.`product_id` is not null
2.9ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_translations` where `product_translations`.`product_id` = 15616 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` = 15617 and `product_translations`.`product_id` is not null
6.16ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_translations` where `product_translations`.`product_id` = 15618 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` = 15620 and `product_translations`.`product_id` is not null
10.1ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_translations` where `product_translations`.`product_id` = 15621 and `product_translations`.`product_id` is not null
3.33ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_translations` where `product_translations`.`product_id` = 15622 and `product_translations`.`product_id` is not null
3.08ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_translations` where `product_translations`.`product_id` = 15624 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` = 15626 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` = 15627 and `product_translations`.`product_id` is not null
2.88ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_translations` where `product_translations`.`product_id` = 15628 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` = 15630 and `product_translations`.`product_id` is not null
2.96ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_translations` where `product_translations`.`product_id` = 15634 and `product_translations`.`product_id` is not null
5.99ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_translations` where `product_translations`.`product_id` = 15635 and `product_translations`.`product_id` is not null
3.51ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_translations` where `product_translations`.`product_id` = 15636 and `product_translations`.`product_id` is not null
8.59ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_translations` where `product_translations`.`product_id` = 15638 and `product_translations`.`product_id` is not null
3.21ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_translations` where `product_translations`.`product_id` = 31406 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` = 15640 and `product_translations`.`product_id` is not null
3.35ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_translations` where `product_translations`.`product_id` = 15642 and `product_translations`.`product_id` is not null
3.88ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_translations` where `product_translations`.`product_id` = 15643 and `product_translations`.`product_id` is not null
3.05ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_translations` where `product_translations`.`product_id` = 15645 and `product_translations`.`product_id` is not null
2.88ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_translations` where `product_translations`.`product_id` = 15647 and `product_translations`.`product_id` is not null
4.34ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_translations` where `product_translations`.`product_id` = 15649 and `product_translations`.`product_id` is not null
3.67ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_translations` where `product_translations`.`product_id` = 15650 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` = 15651 and `product_translations`.`product_id` is not null
2.9ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_translations` where `product_translations`.`product_id` = 15652 and `product_translations`.`product_id` is not null
2.99ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_translations` where `product_translations`.`product_id` = 15653 and `product_translations`.`product_id` is not null
2.87ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_translations` where `product_translations`.`product_id` = 15654 and `product_translations`.`product_id` is not null
3.05ms/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` = 208 and `product_group_translations`.`product_group_id` is not null
2.79ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `products` where `products`.`id` = '15584' 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 (15584) and `specifications`.`deleted_at` is null order by `pivot_sorting` asc
3.59ms/app/Services/ProductService.php:281emtechnikMetadata | |
---|---|
Hints |
|
Backtrace |
|
select * from `specification_translations` where `specification_translations`.`specification_id` in (2, 7, 9, 10, 24)
2.63ms/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 (15584) and `materials`.`deleted_at` is null
2.68ms/app/Services/ProductService.php:281emtechnikMetadata | |
---|---|
Hints |
|
Backtrace |
|
select * from `material_translations` where `material_translations`.`material_id` in (1)
2.37ms/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 (15584)
2.53ms/app/Services/ProductService.php:281emtechnikMetadata | |
---|---|
Hints |
|
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.77ms/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.24ms/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 * from `product_translations` where `product_translations`.`product_id` = 15584 and `product_translations`.`product_id` is not null
2.99ms/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.8ms/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.73ms/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.36ms/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.4ms/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.16ms/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.18ms/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.2ms/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.36ms/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.35ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `languages` where `locale` = 'zh-Hant' limit 1
2.79ms/app/Http/ViewComposers/FeatureComposer.php:28emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `features` where `active` = 1
3.01ms/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.5ms/app/Services/FeatureService.php:42emtechnikMetadata | |
---|---|
Hints |
|
Backtrace |
|
select * from `languages` where `active` = 1
2.41ms/app/Services/LanguageService.php:20emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `languages` where `locale` = 'zh-Hant' limit 1
2.24ms/app/Services/LanguageService.php:30emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `news` where `published` = 1 and `news`.`deleted_at` is null
2.73ms/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.48ms/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.71ms/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.78ms/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.8ms/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.36ms/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.3ms/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.34ms/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.29ms/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.14ms/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.62ms/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.28ms/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
4.03ms/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.63ms/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.92ms/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.59ms/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.32ms/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.59ms/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
3.23ms/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.32ms/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.5ms/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.77ms/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.51ms/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.53ms/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.34ms/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.76ms/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
3.3ms/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.71ms/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.68ms/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.63ms/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.55ms/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.42ms/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.63ms/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.29ms/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.34ms/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.33ms/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.46ms/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.37ms/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.46ms/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.36ms/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.61ms/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.48ms/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.29ms/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.35ms/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.52ms/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.49ms/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.54ms/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.54ms/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.31ms/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.27ms/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.29ms/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.44ms/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.86ms/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.27ms/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.35ms/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.18ms/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.33ms/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.06ms/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.73ms/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.08ms/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.25ms/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`
3.08ms/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.39ms/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`
3.11ms/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.62ms/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.6ms/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.89ms/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.66ms/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.76ms/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
3.61ms/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.86ms/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.85ms/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.92ms/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.65ms/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.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` = 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.76ms/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.64ms/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.9ms/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.75ms/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.65ms/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.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` = 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.07ms/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.15ms/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.27ms/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
5.78ms/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.51ms/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.69ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `languages` where `locale` = 'de' limit 1
2.69ms/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` = 'connecting') limit 1
2.86ms/app/Helpers/translate_product_route.php:38emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `feature_translations` where `feature_translations`.`feature_id` = 2 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 `categories` where exists (select * from `category_translations` where `categories`.`id` = `category_translations`.`category_id` and `slug` = 'pipe-connectors') and `active` = 1 and `categories`.`deleted_at` is null limit 1
3ms/app/Helpers/translate_product_route.php:48emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `category_translations` where `category_translations`.`category_id` = 6 and `category_translations`.`category_id` is not null
2.35ms/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` = 'connection-principle-2n') and `active` = 1 and `categories`.`deleted_at` is null limit 1
3.04ms/app/Helpers/translate_product_route.php:58emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `category_translations` where `category_translations`.`category_id` = 46 and `category_translations`.`category_id` is not null
3.02ms/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` = '2n101p-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` = 208 and `product_group_translations`.`product_group_id` is not null
2.73ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `languages` where `locale` = 'en' limit 1
2.63ms/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` = 'connecting') limit 1
2.59ms/app/Helpers/translate_product_route.php:38emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `feature_translations` where `feature_translations`.`feature_id` = 2 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` = 'pipe-connectors') and `active` = 1 and `categories`.`deleted_at` is null limit 1
4.43ms/app/Helpers/translate_product_route.php:48emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `category_translations` where `category_translations`.`category_id` = 6 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` = 'connection-principle-2n') and `active` = 1 and `categories`.`deleted_at` is null limit 1
3.05ms/app/Helpers/translate_product_route.php:58emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `category_translations` where `category_translations`.`category_id` = 46 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 `product_groups` where exists (select * from `product_group_translations` where `product_groups`.`id` = `product_group_translations`.`product_group_id` and `slug` = '2n101p-5') and `active` = 1 and `product_groups`.`deleted_at` is null limit 1
4.76ms/app/Helpers/translate_product_route.php:68emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_group_translations` where `product_group_translations`.`product_group_id` = 208 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` = 'fr' limit 1
2.64ms/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` = 'connecting') limit 1
2.92ms/app/Helpers/translate_product_route.php:38emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `feature_translations` where `feature_translations`.`feature_id` = 2 and `feature_translations`.`feature_id` is not null
2.72ms/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` = 'pipe-connectors') and `active` = 1 and `categories`.`deleted_at` is null limit 1
2.76ms/app/Helpers/translate_product_route.php:48emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `category_translations` where `category_translations`.`category_id` = 6 and `category_translations`.`category_id` is not null
2.56ms/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` = 'connection-principle-2n') and `active` = 1 and `categories`.`deleted_at` is null limit 1
2.91ms/app/Helpers/translate_product_route.php:58emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `category_translations` where `category_translations`.`category_id` = 46 and `category_translations`.`category_id` is not null
2.59ms/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` = '2n101p-5') and `active` = 1 and `product_groups`.`deleted_at` is null limit 1
4.47ms/app/Helpers/translate_product_route.php:68emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_group_translations` where `product_group_translations`.`product_group_id` = 208 and `product_group_translations`.`product_group_id` is not null
2.85ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `languages` where `locale` = 'it' limit 1
2.68ms/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` = 'connecting') limit 1
2.59ms/app/Helpers/translate_product_route.php:38emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `feature_translations` where `feature_translations`.`feature_id` = 2 and `feature_translations`.`feature_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` = 'pipe-connectors') and `active` = 1 and `categories`.`deleted_at` is null limit 1
2.88ms/app/Helpers/translate_product_route.php:48emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `category_translations` where `category_translations`.`category_id` = 6 and `category_translations`.`category_id` is not null
2.92ms/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` = 'connection-principle-2n') and `active` = 1 and `categories`.`deleted_at` is null limit 1
3.18ms/app/Helpers/translate_product_route.php:58emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `category_translations` where `category_translations`.`category_id` = 46 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 `product_groups` where exists (select * from `product_group_translations` where `product_groups`.`id` = `product_group_translations`.`product_group_id` and `slug` = '2n101p-5') and `active` = 1 and `product_groups`.`deleted_at` is null limit 1
5.36ms/app/Helpers/translate_product_route.php:68emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_group_translations` where `product_group_translations`.`product_group_id` = 208 and `product_group_translations`.`product_group_id` is not null
2.99ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `languages` where `locale` = 'zh' limit 1
3.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` = 'connecting') limit 1
2.56ms/app/Helpers/translate_product_route.php:38emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `feature_translations` where `feature_translations`.`feature_id` = 2 and `feature_translations`.`feature_id` is not null
2.27ms/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` = 'pipe-connectors') and `active` = 1 and `categories`.`deleted_at` is null limit 1
3.24ms/app/Helpers/translate_product_route.php:48emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `category_translations` where `category_translations`.`category_id` = 6 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 `categories` where exists (select * from `category_translations` where `categories`.`id` = `category_translations`.`category_id` and `slug` = 'connection-principle-2n') and `active` = 1 and `categories`.`deleted_at` is null limit 1
3.04ms/app/Helpers/translate_product_route.php:58emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `category_translations` where `category_translations`.`category_id` = 46 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` = '2n101p-5') and `active` = 1 and `product_groups`.`deleted_at` is null limit 1
4.88ms/app/Helpers/translate_product_route.php:68emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_group_translations` where `product_group_translations`.`product_group_id` = 208 and `product_group_translations`.`product_group_id` is not null
2.73ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `languages` where `locale` = 'ja' limit 1
2.53ms/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` = 'connecting') limit 1
2.49ms/app/Helpers/translate_product_route.php:38emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `feature_translations` where `feature_translations`.`feature_id` = 2 and `feature_translations`.`feature_id` is not null
2.5ms/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` = 'pipe-connectors') and `active` = 1 and `categories`.`deleted_at` is null limit 1
3.06ms/app/Helpers/translate_product_route.php:48emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `category_translations` where `category_translations`.`category_id` = 6 and `category_translations`.`category_id` is not null
2.57ms/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` = 'connection-principle-2n') and `active` = 1 and `categories`.`deleted_at` is null limit 1
3.22ms/app/Helpers/translate_product_route.php:58emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `category_translations` where `category_translations`.`category_id` = 46 and `category_translations`.`category_id` is not null
3.3ms/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` = '2n101p-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` = 208 and `product_group_translations`.`product_group_id` is not null
2.99ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `languages` where `locale` = 'ko' 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` = 'connecting') limit 1
3.06ms/app/Helpers/translate_product_route.php:38emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `feature_translations` where `feature_translations`.`feature_id` = 2 and `feature_translations`.`feature_id` is not null
2.91ms/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` = 'pipe-connectors') and `active` = 1 and `categories`.`deleted_at` is null limit 1
3.02ms/app/Helpers/translate_product_route.php:48emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `category_translations` where `category_translations`.`category_id` = 6 and `category_translations`.`category_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` = 'connection-principle-2n') and `active` = 1 and `categories`.`deleted_at` is null limit 1
3.92ms/app/Helpers/translate_product_route.php:58emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `category_translations` where `category_translations`.`category_id` = 46 and `category_translations`.`category_id` is not null
3.09ms/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` = '2n101p-5') and `active` = 1 and `product_groups`.`deleted_at` is null limit 1
4.09ms/app/Helpers/translate_product_route.php:68emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_group_translations` where `product_group_translations`.`product_group_id` = 208 and `product_group_translations`.`product_group_id` is not null
2.45ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `languages` where `locale` = 'de' limit 1
2.39ms/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` = 'connecting') limit 1
2.43ms/app/Helpers/translate_product_route.php:38emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `feature_translations` where `feature_translations`.`feature_id` = 2 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` = 'pipe-connectors') and `active` = 1 and `categories`.`deleted_at` is null limit 1
2.96ms/app/Helpers/translate_product_route.php:48emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `category_translations` where `category_translations`.`category_id` = 6 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 `categories` where exists (select * from `category_translations` where `categories`.`id` = `category_translations`.`category_id` and `slug` = 'connection-principle-2n') and `active` = 1 and `categories`.`deleted_at` is null limit 1
2.98ms/app/Helpers/translate_product_route.php:58emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `category_translations` where `category_translations`.`category_id` = 46 and `category_translations`.`category_id` is not null
2.32ms/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` = '2n101p-5') and `active` = 1 and `product_groups`.`deleted_at` is null limit 1
4.72ms/app/Helpers/translate_product_route.php:68emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_group_translations` where `product_group_translations`.`product_group_id` = 208 and `product_group_translations`.`product_group_id` is not null
2.87ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `languages` where `locale` = 'en' 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` = 'connecting') limit 1
2.56ms/app/Helpers/translate_product_route.php:38emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `feature_translations` where `feature_translations`.`feature_id` = 2 and `feature_translations`.`feature_id` is not null
2.36ms/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` = 'pipe-connectors') 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` = 6 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` = 'connection-principle-2n') and `active` = 1 and `categories`.`deleted_at` is null limit 1
3.18ms/app/Helpers/translate_product_route.php:58emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `category_translations` where `category_translations`.`category_id` = 46 and `category_translations`.`category_id` is not null
2.56ms/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` = '2n101p-5') and `active` = 1 and `product_groups`.`deleted_at` is null limit 1
4.54ms/app/Helpers/translate_product_route.php:68emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_group_translations` where `product_group_translations`.`product_group_id` = 208 and `product_group_translations`.`product_group_id` is not null
2.49ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `languages` where `locale` = 'fr' limit 1
2.19ms/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` = 'connecting') limit 1
2.71ms/app/Helpers/translate_product_route.php:38emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `feature_translations` where `feature_translations`.`feature_id` = 2 and `feature_translations`.`feature_id` is not null
2.89ms/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` = 'pipe-connectors') and `active` = 1 and `categories`.`deleted_at` is null limit 1
3.65ms/app/Helpers/translate_product_route.php:48emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `category_translations` where `category_translations`.`category_id` = 6 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 `categories` where exists (select * from `category_translations` where `categories`.`id` = `category_translations`.`category_id` and `slug` = 'connection-principle-2n') and `active` = 1 and `categories`.`deleted_at` is null limit 1
3.24ms/app/Helpers/translate_product_route.php:58emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `category_translations` where `category_translations`.`category_id` = 46 and `category_translations`.`category_id` is not null
2.83ms/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` = '2n101p-5') and `active` = 1 and `product_groups`.`deleted_at` is null limit 1
4.84ms/app/Helpers/translate_product_route.php:68emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_group_translations` where `product_group_translations`.`product_group_id` = 208 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.36ms/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` = 'connecting') limit 1
3.03ms/app/Helpers/translate_product_route.php:38emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `feature_translations` where `feature_translations`.`feature_id` = 2 and `feature_translations`.`feature_id` is not null
2.59ms/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` = 'pipe-connectors') and `active` = 1 and `categories`.`deleted_at` is null limit 1
3ms/app/Helpers/translate_product_route.php:48emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `category_translations` where `category_translations`.`category_id` = 6 and `category_translations`.`category_id` is not null
2.43ms/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` = 'connection-principle-2n') and `active` = 1 and `categories`.`deleted_at` is null limit 1
2.84ms/app/Helpers/translate_product_route.php:58emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `category_translations` where `category_translations`.`category_id` = 46 and `category_translations`.`category_id` is not null
2.59ms/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` = '2n101p-5') and `active` = 1 and `product_groups`.`deleted_at` is null limit 1
4.38ms/app/Helpers/translate_product_route.php:68emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_group_translations` where `product_group_translations`.`product_group_id` = 208 and `product_group_translations`.`product_group_id` is not null
2.6ms/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` = 'connecting') limit 1
2.5ms/app/Helpers/translate_product_route.php:38emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `feature_translations` where `feature_translations`.`feature_id` = 2 and `feature_translations`.`feature_id` is not null
2.38ms/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` = 'pipe-connectors') and `active` = 1 and `categories`.`deleted_at` is null limit 1
3.05ms/app/Helpers/translate_product_route.php:48emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `category_translations` where `category_translations`.`category_id` = 6 and `category_translations`.`category_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` = 'connection-principle-2n') and `active` = 1 and `categories`.`deleted_at` is null limit 1
3.38ms/app/Helpers/translate_product_route.php:58emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `category_translations` where `category_translations`.`category_id` = 46 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` = '2n101p-5') and `active` = 1 and `product_groups`.`deleted_at` is null limit 1
4.72ms/app/Helpers/translate_product_route.php:68emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_group_translations` where `product_group_translations`.`product_group_id` = 208 and `product_group_translations`.`product_group_id` is not null
2.73ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `languages` where `locale` = 'zh-Hant' limit 1
2.38ms/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` = 'connecting') limit 1
3.43ms/app/Helpers/translate_product_route.php:38emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `feature_translations` where `feature_translations`.`feature_id` = 2 and `feature_translations`.`feature_id` is not null
2.77ms/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` = 'pipe-connectors') and `active` = 1 and `categories`.`deleted_at` is null limit 1
2.91ms/app/Helpers/translate_product_route.php:48emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `category_translations` where `category_translations`.`category_id` = 6 and `category_translations`.`category_id` is not null
2.33ms/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` = 'connection-principle-2n') and `active` = 1 and `categories`.`deleted_at` is null limit 1
2.77ms/app/Helpers/translate_product_route.php:58emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `category_translations` where `category_translations`.`category_id` = 46 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` = '2n101p-5') and `active` = 1 and `product_groups`.`deleted_at` is null limit 1
4.54ms/app/Helpers/translate_product_route.php:68emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_group_translations` where `product_group_translations`.`product_group_id` = 208 and `product_group_translations`.`product_group_id` is not null
2.48ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `languages` where `locale` = 'ja' limit 1
2.46ms/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` = 'connecting') limit 1
2.69ms/app/Helpers/translate_product_route.php:38emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `feature_translations` where `feature_translations`.`feature_id` = 2 and `feature_translations`.`feature_id` is not null
2.37ms/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` = 'pipe-connectors') and `active` = 1 and `categories`.`deleted_at` is null limit 1
2.9ms/app/Helpers/translate_product_route.php:48emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `category_translations` where `category_translations`.`category_id` = 6 and `category_translations`.`category_id` is not null
2.15ms/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` = 'connection-principle-2n') and `active` = 1 and `categories`.`deleted_at` is null limit 1
2.85ms/app/Helpers/translate_product_route.php:58emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `category_translations` where `category_translations`.`category_id` = 46 and `category_translations`.`category_id` is not null
2.33ms/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` = '2n101p-5') and `active` = 1 and `product_groups`.`deleted_at` is null limit 1
4.1ms/app/Helpers/translate_product_route.php:68emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_group_translations` where `product_group_translations`.`product_group_id` = 208 and `product_group_translations`.`product_group_id` is not null
2.72ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `languages` where `locale` = 'ko' limit 1
2.31ms/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` = 'connecting') limit 1
2.96ms/app/Helpers/translate_product_route.php:38emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `feature_translations` where `feature_translations`.`feature_id` = 2 and `feature_translations`.`feature_id` is not null
2.35ms/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` = 'pipe-connectors') and `active` = 1 and `categories`.`deleted_at` is null limit 1
3ms/app/Helpers/translate_product_route.php:48emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `category_translations` where `category_translations`.`category_id` = 6 and `category_translations`.`category_id` is not null
2.47ms/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` = 'connection-principle-2n') 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` = 46 and `category_translations`.`category_id` is not null
2.59ms/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` = '2n101p-5') and `active` = 1 and `product_groups`.`deleted_at` is null limit 1
4.09ms/app/Helpers/translate_product_route.php:68emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_group_translations` where `product_group_translations`.`product_group_id` = 208 and `product_group_translations`.`product_group_id` is not null
2.89ms/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.37ms/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.78ms/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.86ms/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.43ms/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.56ms/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.14ms/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.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` = 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.13ms/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.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` = 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.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` = 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.58ms/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.64ms/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.34ms/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.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` = 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.63ms/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.59ms/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.63ms/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.99ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `languages` where `locale` = 'zh-Hant' limit 1
2.69ms/app/Http/ViewComposers/FeatureComposer.php:28emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `features` where `active` = 1
2.47ms/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.31ms/app/Services/FeatureService.php:42emtechnikMetadata | |
---|---|
Hints |
|
Backtrace |
|
select * from `news` where `published` = 1 and `news`.`deleted_at` is null
2.77ms/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.28ms/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.25ms/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.62ms/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.48ms/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.47ms/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.54ms/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`
3.03ms/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.49ms/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.68ms/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.58ms/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.49ms/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.77ms/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.58ms/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.36ms/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.55ms/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.71ms/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.6ms/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.3ms/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.71ms/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.3ms/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.22ms/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.69ms/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.83ms/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.6ms/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.46ms/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.51ms/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.46ms/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.47ms/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.7ms/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.37ms/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.71ms/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.34ms/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.59ms/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.63ms/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.71ms/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.58ms/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.83ms/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.44ms/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.48ms/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.44ms/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
3ms/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.42ms/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.56ms/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`
3.17ms/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.53ms/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.24ms/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.7ms/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.67ms/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.43ms/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.42ms/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.9ms/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.61ms/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.35ms/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.37ms/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.42ms/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.56ms/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.5ms/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.55ms/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.91ms/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.52ms/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.6ms/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.3ms/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.78ms/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.58ms/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.68ms/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.46ms/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.35ms/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.46ms/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.33ms/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.19ms/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.62ms/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
4.36ms/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.73ms/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.79ms/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.76ms/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.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` = 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.39ms/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.35ms/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.26ms/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.45ms/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.31ms/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.49ms/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.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` = 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.49ms/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.36ms/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.76ms/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.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` = 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.28ms/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.58ms/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.58ms/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.54ms/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" => "49045" "REMOTE_ADDR" => "18.216.169.23" "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/connecting/pipe-connectors/connection-principle-2n/2n101p-5/15584" "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" => 1746803639.1361 "REQUEST_TIME" => 1746803639 ]
[]
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 => "Fri, 09 May 2025 15:14:02 GMT" ] "set-cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6Im5hejI5ckdXUTFRQ2dSNlh5ZThxaFE9PSIsInZhbHVlIjoiT1o5ZEZoSXNLdlZGanZxcTJHOGREcXk4dEFDbnpEcVF6aENTS3lKR1B2MmRMenN0MDEvbXluY2MzWmo4SHBSb3ZWNlJYWGMrRHlvdW93RjNnVkYyWk1uNktERTBQNDdDSTJJRG5PSWhoV2V5bjRzVWg3Y1pxVUdiZFN6VzVoRGIiLCJtYWMiOiIwNGZhNTczZGZhNmQxOWVkYzAxMTI1OGIzOGU3YmE2OGMwNWMxMDMyZjNiN2E4ZTQ5Mzk3OWM0YzkwZGE4NTU3IiwidGFnIjoiIn0%3D; expires=Fri, 09-May-2025 17:14:03 GMT; Max-Age=7200; path=/ ◀XSRF-TOKEN=eyJpdiI6Im5hejI5ckdXUTFRQ2dSNlh5ZThxaFE9PSIsInZhbHVlIjoiT1o5ZEZoSXNLdlZGanZxcTJHOGREcXk4dEFDbnpEcVF6aENTS3lKR1B2MmRMenN0MDEvbXluY2MzWmo4SHBSb3ZWNlJYW ▶" 1 => "laravel=eyJpdiI6IkU4cm9OczUycmRZYTkwbUVYZkdEeHc9PSIsInZhbHVlIjoiN01TM3pPaU5oKzBKZ3h2Z3kvQ3NjUGZFenJ6dGViOWFyWW52VFhMcERFM0syd3FmTTdzMUg2Z3czM1VwM1hqSTZ1bXZLN1FqVDF6Z2xJb2M0akcyQmp4azRIK0Q5S0JMWnpLZG56R2FnaEo5cnBMSXJITS8rdWoyZlFMd21ZK0oiLCJtYWMiOiI2MDI1ZTQ2ZTg2Njk5YThlZWZkNDc2ZjhhYzQzNmViMzBjN2ZlMzgwY2Y4MTc4Nzg1MzQzNjQ2ZTZiMGU5YTM3IiwidGFnIjoiIn0%3D; expires=Fri, 09-May-2025 17:14:03 GMT; Max-Age=7200; path=/; httponly ◀laravel=eyJpdiI6IkU4cm9OczUycmRZYTkwbUVYZkdEeHc9PSIsInZhbHVlIjoiN01TM3pPaU5oKzBKZ3h2Z3kvQ3NjUGZFenJ6dGViOWFyWW52VFhMcERFM0syd3FmTTdzMUg2Z3czM1VwM1hqSTZ1bXZLN1Fq ▶" ] "Set-Cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6Im5hejI5ckdXUTFRQ2dSNlh5ZThxaFE9PSIsInZhbHVlIjoiT1o5ZEZoSXNLdlZGanZxcTJHOGREcXk4dEFDbnpEcVF6aENTS3lKR1B2MmRMenN0MDEvbXluY2MzWmo4SHBSb3ZWNlJYWGMrRHlvdW93RjNnVkYyWk1uNktERTBQNDdDSTJJRG5PSWhoV2V5bjRzVWg3Y1pxVUdiZFN6VzVoRGIiLCJtYWMiOiIwNGZhNTczZGZhNmQxOWVkYzAxMTI1OGIzOGU3YmE2OGMwNWMxMDMyZjNiN2E4ZTQ5Mzk3OWM0YzkwZGE4NTU3IiwidGFnIjoiIn0%3D; expires=Fri, 09-May-2025 17:14:03 GMT; path=/ ◀XSRF-TOKEN=eyJpdiI6Im5hejI5ckdXUTFRQ2dSNlh5ZThxaFE9PSIsInZhbHVlIjoiT1o5ZEZoSXNLdlZGanZxcTJHOGREcXk4dEFDbnpEcVF6aENTS3lKR1B2MmRMenN0MDEvbXluY2MzWmo4SHBSb3ZWNlJYW ▶" 1 => "laravel=eyJpdiI6IkU4cm9OczUycmRZYTkwbUVYZkdEeHc9PSIsInZhbHVlIjoiN01TM3pPaU5oKzBKZ3h2Z3kvQ3NjUGZFenJ6dGViOWFyWW52VFhMcERFM0syd3FmTTdzMUg2Z3czM1VwM1hqSTZ1bXZLN1FqVDF6Z2xJb2M0akcyQmp4azRIK0Q5S0JMWnpLZG56R2FnaEo5cnBMSXJITS8rdWoyZlFMd21ZK0oiLCJtYWMiOiI2MDI1ZTQ2ZTg2Njk5YThlZWZkNDc2ZjhhYzQzNmViMzBjN2ZlMzgwY2Y4MTc4Nzg1MzQzNjQ2ZTZiMGU5YTM3IiwidGFnIjoiIn0%3D; expires=Fri, 09-May-2025 17:14:03 GMT; path=/; httponly ◀laravel=eyJpdiI6IkU4cm9OczUycmRZYTkwbUVYZkdEeHc9PSIsInZhbHVlIjoiN01TM3pPaU5oKzBKZ3h2Z3kvQ3NjUGZFenJ6dGViOWFyWW52VFhMcERFM0syd3FmTTdzMUg2Z3czM1VwM1hqSTZ1bXZLN1Fq ▶" ] ]
0 of 0array:5 [▼ "_token" => "DpimDwvBOSDGxZVKtIQpztukHU0FEdkLhHuZRYZp" "current_function" => "connecting" "_previous" => array:1 [▶ "url" => "https://emv8.byte5.net/zh-Hant/products/connecting/pipe-connectors/connection-principle-2n/2n101p-5/15584" ] "_flash" => array:2 [▶ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]