1 x Application (98.39%) | 1.37s |
1 x Booting (1.6%) | 22.29ms |
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' limit 1
82.91ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/Middleware/LanguageIdentification.php:20emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `languages` where `locale` = 'en' limit 1
4.89msmiddleware::fallbackLocale:29emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `features`
6.94ms/vendor/flobbos/laravel-crudable/src/Crudable/Crudable.php:37emtechnikMetadata | |
---|---|
Hints |
|
Backtrace |
|
select * from `languages` where `locale` = 'zh' limit 1
2.9ms/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
3.5ms/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
2.92ms/app/Http/Controllers/ProductController.php:150emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `category_translations` where `category_translations`.`category_id` in (44, 45, 46, 47, 48)
2.52ms/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)
2.39ms/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
2.65ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `products` where `products`.`id` = '28065' and `products`.`deleted_at` is null limit 1
2.53ms/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 (28065) and `specifications`.`deleted_at` is null order by `pivot_sorting` asc
2.28ms/app/Services/ProductService.php:281emtechnikMetadata | |
---|---|
Hints |
|
Backtrace |
|
select * from `specification_translations` where `specification_translations`.`specification_id` in (2, 7, 9, 10, 24, 30)
2.6ms/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 (28065) and `materials`.`deleted_at` is null
2.54ms/app/Services/ProductService.php:281emtechnikMetadata | |
---|---|
Hints |
|
Backtrace |
|
select * from `material_translations` where `material_translations`.`material_id` in (12)
2.16ms/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 (28065)
2.17ms/app/Services/ProductService.php:281emtechnikMetadata | |
---|---|
Hints |
|
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.35ms/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.07ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.65ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.26ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `product_translations` where `product_translations`.`product_id` = 28065 and `product_translations`.`product_id` is not null
2.45ms/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.58ms/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.56ms/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.48ms/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.19ms/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.67ms/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.62ms/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.86ms/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.67ms/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.55ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `languages` where `locale` = 'zh' limit 1
2.65ms/app/Http/ViewComposers/FeatureComposer.php:28emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `features` where `active` = 1
2.13ms/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.53ms/app/Services/FeatureService.php:42emtechnikMetadata | |
---|---|
Hints |
|
Backtrace |
|
select * from `languages` where `active` = 1
2.49ms/app/Services/LanguageService.php:20emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `languages` where `locale` = 'zh' limit 1
2.11ms/app/Services/LanguageService.php:30emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `news` where `published` = 1 and `news`.`deleted_at` is null
2.94ms/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
11.61ms/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.97ms/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' and `news_translations`.`deleted_at` is null) as `exists`
2.25ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 145 and `news_translations`.`news_id` is not null and `locale` = 'zh' and `news_translations`.`deleted_at` is null limit 1
2.47ms/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' 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.17ms/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' 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` = 147 and `news_translations`.`news_id` is not null and `locale` = 'zh' and `news_translations`.`deleted_at` is null limit 1
2.14ms/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' 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` = 149 and `news_translations`.`news_id` is not null and `locale` = 'zh' and `news_translations`.`deleted_at` is null limit 1
2.45ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 151 and `news_translations`.`news_id` is not null and `locale` = 'zh' 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` = 151 and `news_translations`.`news_id` is not null and `locale` = 'en' and `news_translations`.`deleted_at` is null limit 1
2.19ms/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' and `news_translations`.`deleted_at` is null) as `exists`
2.26ms/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.19ms/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' and `news_translations`.`deleted_at` is null) as `exists`
2.2ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 164 and `news_translations`.`news_id` is not null and `locale` = 'zh' and `news_translations`.`deleted_at` is null limit 1
2.09ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 165 and `news_translations`.`news_id` is not null and `locale` = 'zh' and `news_translations`.`deleted_at` is null) as `exists`
2.17ms/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' and `news_translations`.`deleted_at` is null limit 1
2.16ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 166 and `news_translations`.`news_id` is not null and `locale` = 'zh' and `news_translations`.`deleted_at` is null) as `exists`
2.12ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 166 and `news_translations`.`news_id` is not null and `locale` = 'zh' and `news_translations`.`deleted_at` is null limit 1
2.2ms/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' 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` = 167 and `news_translations`.`news_id` is not null and `locale` = 'zh' and `news_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 `news_translations` where `news_translations`.`news_id` = 168 and `news_translations`.`news_id` is not null and `locale` = 'zh' and `news_translations`.`deleted_at` is null) as `exists`
2.12ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 168 and `news_translations`.`news_id` is not null and `locale` = 'zh' and `news_translations`.`deleted_at` is null limit 1
2.13ms/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' and `news_translations`.`deleted_at` is null) as `exists`
2.03ms/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' and `news_translations`.`deleted_at` is null limit 1
2.21ms/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' 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` = 172 and `news_translations`.`news_id` is not null and `locale` = 'zh' and `news_translations`.`deleted_at` is null limit 1
2.01ms/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' and `news_translations`.`deleted_at` is null) as `exists`
1.93ms/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' and `news_translations`.`deleted_at` is null limit 1
2.03ms/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' and `news_translations`.`deleted_at` is null) as `exists`
2.11ms/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' and `news_translations`.`deleted_at` is null limit 1
2.04ms/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' and `news_translations`.`deleted_at` is null) as `exists`
2.09ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 177 and `news_translations`.`news_id` is not null and `locale` = 'zh' 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` = 178 and `news_translations`.`news_id` is not null and `locale` = 'zh' and `news_translations`.`deleted_at` is null) as `exists`
1.96ms/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' and `news_translations`.`deleted_at` is null limit 1
2.11ms/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' and `news_translations`.`deleted_at` is null) as `exists`
2.05ms/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' and `news_translations`.`deleted_at` is null limit 1
2.11ms/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' 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` = 180 and `news_translations`.`news_id` is not null and `locale` = 'zh' and `news_translations`.`deleted_at` is null limit 1
2.16ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 181 and `news_translations`.`news_id` is not null and `locale` = 'zh' and `news_translations`.`deleted_at` is null) as `exists`
1.98ms/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' and `news_translations`.`deleted_at` is null limit 1
2.07ms/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' and `news_translations`.`deleted_at` is null) as `exists`
2.05ms/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' and `news_translations`.`deleted_at` is null limit 1
1.91ms/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' and `news_translations`.`deleted_at` is null) as `exists`
1.98ms/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' and `news_translations`.`deleted_at` is null limit 1
2.17ms/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' and `news_translations`.`deleted_at` is null) as `exists`
1.9ms/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' and `news_translations`.`deleted_at` is null limit 1
1.93ms/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' and `news_translations`.`deleted_at` is null) as `exists`
2.17ms/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' and `news_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 `news_translations` where `news_translations`.`news_id` = 192 and `news_translations`.`news_id` is not null and `locale` = 'zh' and `news_translations`.`deleted_at` is null) as `exists`
2.09ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 192 and `news_translations`.`news_id` is not null and `locale` = 'zh' 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` = 193 and `news_translations`.`news_id` is not null and `locale` = 'zh' 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` = 193 and `news_translations`.`news_id` is not null and `locale` = 'zh' and `news_translations`.`deleted_at` is null limit 1
2.01ms/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' and `news_translations`.`deleted_at` is null) as `exists`
2.01ms/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' 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` = 196 and `news_translations`.`news_id` is not null and `locale` = 'zh' and `news_translations`.`deleted_at` is null) as `exists`
2.15ms/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' 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` = 199 and `news_translations`.`news_id` is not null and `locale` = 'zh' 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` = 199 and `news_translations`.`news_id` is not null and `locale` = 'zh' and `news_translations`.`deleted_at` is null limit 1
1.96ms/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' and `news_translations`.`deleted_at` is null) as `exists`
1.95ms/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' and `news_translations`.`deleted_at` is null limit 1
1.96ms/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' and `news_translations`.`deleted_at` is null) as `exists`
2.01ms/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' and `news_translations`.`deleted_at` is null limit 1
2.11ms/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' and `news_translations`.`deleted_at` is null) as `exists`
2.41ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 203 and `news_translations`.`news_id` is not null and `locale` = 'zh' 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` = 204 and `news_translations`.`news_id` is not null and `locale` = 'zh' and `news_translations`.`deleted_at` is null) as `exists`
2.2ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 204 and `news_translations`.`news_id` is not null and `locale` = 'zh' and `news_translations`.`deleted_at` is null limit 1
3.35ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `twill_industries` where `published` = 1 and `twill_industries`.`deleted_at` is null order by `position` asc limit 8
2.47ms/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.4ms/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
3.26ms/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' and `twill_industry_translations`.`deleted_at` is null) as `exists`
2.54ms/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' and `twill_industry_translations`.`deleted_at` is null limit 1
2.13ms/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' and `twill_industry_translations`.`deleted_at` is null) as `exists`
2.02ms/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' and `twill_industry_translations`.`deleted_at` is null limit 1
2.21ms/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' 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` = 5 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh' 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' and `twill_industry_translations`.`deleted_at` is null) as `exists`
2.21ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `twill_industry_translations` where `twill_industry_translations`.`twill_industry_id` = 6 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh' and `twill_industry_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 `twill_industry_translations` where `twill_industry_translations`.`twill_industry_id` = 7 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh' and `twill_industry_translations`.`deleted_at` is null) as `exists`
2.53ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `twill_industry_translations` where `twill_industry_translations`.`twill_industry_id` = 7 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh' and `twill_industry_translations`.`deleted_at` is null limit 1
2.27ms/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' and `twill_industry_translations`.`deleted_at` is null) as `exists`
2.33ms/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' and `twill_industry_translations`.`deleted_at` is null limit 1
2.18ms/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' and `twill_industry_translations`.`deleted_at` is null) as `exists`
2.19ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `twill_industry_translations` where `twill_industry_translations`.`twill_industry_id` = 9 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh' 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` = 10 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh' 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` = 10 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh' and `twill_industry_translations`.`deleted_at` is null limit 1
2.19ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `languages` where `locale` = 'de' limit 1
2.45ms/app/Helpers/translate_product_route.php:33emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `features` where exists (select * from `feature_translations` where `features`.`id` = `feature_translations`.`feature_id` and `slug` = 'connecting') limit 1
2.41ms/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.77ms/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-2m') and `active` = 1 and `categories`.`deleted_at` is null limit 1
3.14ms/app/Helpers/translate_product_route.php:58emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `category_translations` where `category_translations`.`category_id` = 45 and `category_translations`.`category_id` is not null
2.23ms/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` = '2m300p-4') and `active` = 1 and `product_groups`.`deleted_at` is null limit 1
4.22ms/app/Helpers/translate_product_route.php:68emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_group_translations` where `product_group_translations`.`product_group_id` = 193 and `product_group_translations`.`product_group_id` is not null
3.33ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `languages` where `locale` = 'en' 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.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.66ms/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.44ms/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.62ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `categories` where exists (select * from `category_translations` where `categories`.`id` = `category_translations`.`category_id` and `slug` = 'connection-principle-2m') 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` = 45 and `category_translations`.`category_id` is not null
2.2ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_groups` where exists (select * from `product_group_translations` where `product_groups`.`id` = `product_group_translations`.`product_group_id` and `slug` = '2m300p-4') and `active` = 1 and `product_groups`.`deleted_at` is null limit 1
4ms/app/Helpers/translate_product_route.php:68emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_group_translations` where `product_group_translations`.`product_group_id` = 193 and `product_group_translations`.`product_group_id` is not null
3.23ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `languages` where `locale` = 'fr' limit 1
2.35ms/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.28ms/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.74ms/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.32ms/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.28ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `categories` where exists (select * from `category_translations` where `categories`.`id` = `category_translations`.`category_id` and `slug` = 'connection-principle-2m') and `active` = 1 and `categories`.`deleted_at` is null limit 1
3.6ms/app/Helpers/translate_product_route.php:58emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `category_translations` where `category_translations`.`category_id` = 45 and `category_translations`.`category_id` is not null
2.46ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_groups` where exists (select * from `product_group_translations` where `product_groups`.`id` = `product_group_translations`.`product_group_id` and `slug` = '2m300p-4') and `active` = 1 and `product_groups`.`deleted_at` is null limit 1
4.59ms/app/Helpers/translate_product_route.php:68emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_group_translations` where `product_group_translations`.`product_group_id` = 193 and `product_group_translations`.`product_group_id` is not null
3.5ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `languages` where `locale` = 'it' limit 1
2.25ms/app/Helpers/translate_product_route.php:33emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `features` where exists (select * from `feature_translations` where `features`.`id` = `feature_translations`.`feature_id` and `slug` = 'connecting') limit 1
2.32ms/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.32ms/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.04ms/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-2m') 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` = 45 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` = '2m300p-4') and `active` = 1 and `product_groups`.`deleted_at` is null limit 1
3.95ms/app/Helpers/translate_product_route.php:68emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_group_translations` where `product_group_translations`.`product_group_id` = 193 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 `languages` where `locale` = 'zh-Hant' limit 1
2.12ms/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.22ms/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.53ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `categories` where exists (select * from `category_translations` where `categories`.`id` = `category_translations`.`category_id` and `slug` = 'pipe-connectors') and `active` = 1 and `categories`.`deleted_at` is null limit 1
2.87ms/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.2ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `categories` where exists (select * from `category_translations` where `categories`.`id` = `category_translations`.`category_id` and `slug` = 'connection-principle-2m') and `active` = 1 and `categories`.`deleted_at` is null limit 1
2.66ms/app/Helpers/translate_product_route.php:58emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `category_translations` where `category_translations`.`category_id` = 45 and `category_translations`.`category_id` is not null
2.13ms/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` = '2m300p-4') and `active` = 1 and `product_groups`.`deleted_at` is null limit 1
4.03ms/app/Helpers/translate_product_route.php:68emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_group_translations` where `product_group_translations`.`product_group_id` = 193 and `product_group_translations`.`product_group_id` is not null
3.32ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `languages` where `locale` = 'ja' limit 1
2.13ms/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.13ms/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.23ms/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.71ms/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-2m') and `active` = 1 and `categories`.`deleted_at` is null limit 1
2.75ms/app/Helpers/translate_product_route.php:58emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `category_translations` where `category_translations`.`category_id` = 45 and `category_translations`.`category_id` is not null
2.16ms/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` = '2m300p-4') and `active` = 1 and `product_groups`.`deleted_at` is null limit 1
3.92ms/app/Helpers/translate_product_route.php:68emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_group_translations` where `product_group_translations`.`product_group_id` = 193 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 `languages` where `locale` = 'ko' limit 1
1.98ms/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.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.16ms/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.63ms/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.05ms/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-2m') 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` = 45 and `category_translations`.`category_id` is not null
2.24ms/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` = '2m300p-4') and `active` = 1 and `product_groups`.`deleted_at` is null limit 1
4.03ms/app/Helpers/translate_product_route.php:68emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_group_translations` where `product_group_translations`.`product_group_id` = 193 and `product_group_translations`.`product_group_id` is not null
3.41ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `languages` where `locale` = 'de' limit 1
2.07ms/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.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.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
2.81ms/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-2m') 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` = 45 and `category_translations`.`category_id` is not null
2.36ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_groups` where exists (select * from `product_group_translations` where `product_groups`.`id` = `product_group_translations`.`product_group_id` and `slug` = '2m300p-4') and `active` = 1 and `product_groups`.`deleted_at` is null limit 1
3.94ms/app/Helpers/translate_product_route.php:68emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_group_translations` where `product_group_translations`.`product_group_id` = 193 and `product_group_translations`.`product_group_id` is not null
3.04ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `languages` where `locale` = 'en' limit 1
2.07ms/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.34ms/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.04ms/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.62ms/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.07ms/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-2m') and `active` = 1 and `categories`.`deleted_at` is null limit 1
2.62ms/app/Helpers/translate_product_route.php:58emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `category_translations` where `category_translations`.`category_id` = 45 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 `product_groups` where exists (select * from `product_group_translations` where `product_groups`.`id` = `product_group_translations`.`product_group_id` and `slug` = '2m300p-4') and `active` = 1 and `product_groups`.`deleted_at` is null limit 1
4.5ms/app/Helpers/translate_product_route.php:68emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_group_translations` where `product_group_translations`.`product_group_id` = 193 and `product_group_translations`.`product_group_id` is not null
3.1ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `languages` where `locale` = 'fr' limit 1
2.2ms/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.48ms/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.24ms/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.6ms/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.04ms/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-2m') 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` = 45 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` = '2m300p-4') and `active` = 1 and `product_groups`.`deleted_at` is null limit 1
4.01ms/app/Helpers/translate_product_route.php:68emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_group_translations` where `product_group_translations`.`product_group_id` = 193 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 `languages` where `locale` = 'it' limit 1
2.04ms/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.53ms/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.52ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `categories` where exists (select * from `category_translations` where `categories`.`id` = `category_translations`.`category_id` and `slug` = 'pipe-connectors') and `active` = 1 and `categories`.`deleted_at` is null limit 1
2.98ms/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-2m') and `active` = 1 and `categories`.`deleted_at` is null limit 1
2.89ms/app/Helpers/translate_product_route.php:58emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `category_translations` where `category_translations`.`category_id` = 45 and `category_translations`.`category_id` is not null
2.49ms/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` = '2m300p-4') and `active` = 1 and `product_groups`.`deleted_at` is null limit 1
4.32ms/app/Helpers/translate_product_route.php:68emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_group_translations` where `product_group_translations`.`product_group_id` = 193 and `product_group_translations`.`product_group_id` is not null
3.87ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `languages` where `locale` = 'zh' limit 1
2.67ms/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.26ms/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.95ms/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.63ms/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-2m') 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` = 45 and `category_translations`.`category_id` is not null
2.08ms/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` = '2m300p-4') and `active` = 1 and `product_groups`.`deleted_at` is null limit 1
3.85ms/app/Helpers/translate_product_route.php:68emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_group_translations` where `product_group_translations`.`product_group_id` = 193 and `product_group_translations`.`product_group_id` is not null
3.67ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `languages` where `locale` = 'zh-Hant' limit 1
2.22ms/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.26ms/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.6ms/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.68ms/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.46ms/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-2m') and `active` = 1 and `categories`.`deleted_at` is null limit 1
2.86ms/app/Helpers/translate_product_route.php:58emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `category_translations` where `category_translations`.`category_id` = 45 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 `product_groups` where exists (select * from `product_group_translations` where `product_groups`.`id` = `product_group_translations`.`product_group_id` and `slug` = '2m300p-4') and `active` = 1 and `product_groups`.`deleted_at` is null limit 1
4.39ms/app/Helpers/translate_product_route.php:68emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_group_translations` where `product_group_translations`.`product_group_id` = 193 and `product_group_translations`.`product_group_id` is not null
3.51ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `languages` where `locale` = 'ja' limit 1
2.66ms/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.32ms/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.63ms/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.75ms/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.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` = 'connection-principle-2m') and `active` = 1 and `categories`.`deleted_at` is null limit 1
3.06ms/app/Helpers/translate_product_route.php:58emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `category_translations` where `category_translations`.`category_id` = 45 and `category_translations`.`category_id` is not null
2.14ms/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` = '2m300p-4') and `active` = 1 and `product_groups`.`deleted_at` is null limit 1
4.21ms/app/Helpers/translate_product_route.php:68emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_group_translations` where `product_group_translations`.`product_group_id` = 193 and `product_group_translations`.`product_group_id` is not null
3.14ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `languages` where `locale` = 'ko' 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.61ms/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.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` = 'pipe-connectors') and `active` = 1 and `categories`.`deleted_at` is null limit 1
3.38ms/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.05ms/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-2m') 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` = 45 and `category_translations`.`category_id` is not null
2.18ms/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` = '2m300p-4') and `active` = 1 and `product_groups`.`deleted_at` is null limit 1
4.05ms/app/Helpers/translate_product_route.php:68emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_group_translations` where `product_group_translations`.`product_group_id` = 193 and `product_group_translations`.`product_group_id` is not null
2.47ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `twill_industries` where `published` = 1 and `twill_industries`.`deleted_at` is null order by `position` asc limit 8
2.62ms/app/Http/ViewComposers/TwillIndustriesComposer.php:20emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `twill_industry_translations` where `twill_industry_translations`.`twill_industry_id` in (3, 4, 5, 6, 7, 8, 9, 10) and `twill_industry_translations`.`deleted_at` is null
2.87ms/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.93ms/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' and `twill_industry_translations`.`deleted_at` is null) as `exists`
2.25ms/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' and `twill_industry_translations`.`deleted_at` is null limit 1
2.16ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `twill_industry_translations` where `twill_industry_translations`.`twill_industry_id` = 4 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh' and `twill_industry_translations`.`deleted_at` is null) as `exists`
2.34ms/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' and `twill_industry_translations`.`deleted_at` is null limit 1
2.17ms/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' and `twill_industry_translations`.`deleted_at` is null) as `exists`
2.06ms/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' and `twill_industry_translations`.`deleted_at` is null limit 1
2.64ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `twill_industry_translations` where `twill_industry_translations`.`twill_industry_id` = 6 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh' 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' and `twill_industry_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 `twill_industry_translations` where `twill_industry_translations`.`twill_industry_id` = 7 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh' and `twill_industry_translations`.`deleted_at` is null) as `exists`
2.03ms/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' 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' and `twill_industry_translations`.`deleted_at` is null) as `exists`
2.16ms/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' and `twill_industry_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 `twill_industry_translations` where `twill_industry_translations`.`twill_industry_id` = 9 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh' and `twill_industry_translations`.`deleted_at` is null) as `exists`
2.47ms/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' and `twill_industry_translations`.`deleted_at` is null limit 1
2.14ms/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' and `twill_industry_translations`.`deleted_at` is null) as `exists`
2.56ms/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' and `twill_industry_translations`.`deleted_at` is null limit 1
2.29ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `languages` where `locale` = 'zh' limit 1
2.78ms/app/Http/ViewComposers/FeatureComposer.php:28emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `features` where `active` = 1
2.11ms/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)
4.16ms/app/Services/FeatureService.php:42emtechnikMetadata | |
---|---|
Hints |
|
Backtrace |
|
select * from `news` where `published` = 1 and `news`.`deleted_at` is null
2.62ms/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.11ms/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.42ms/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' and `news_translations`.`deleted_at` is null) as `exists`
2.73ms/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' 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` = 146 and `news_translations`.`news_id` is not null and `locale` = 'zh' 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` = 146 and `news_translations`.`news_id` is not null and `locale` = 'en' and `news_translations`.`deleted_at` is null limit 1
6.47ms/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' 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` = 147 and `news_translations`.`news_id` is not null and `locale` = 'zh' and `news_translations`.`deleted_at` is null limit 1
2.61ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 149 and `news_translations`.`news_id` is not null and `locale` = 'zh' and `news_translations`.`deleted_at` is null) as `exists`
2.38ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 149 and `news_translations`.`news_id` is not null and `locale` = 'zh' 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` = 151 and `news_translations`.`news_id` is not null and `locale` = 'zh' and `news_translations`.`deleted_at` is null) as `exists`
2.21ms/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.28ms/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' and `news_translations`.`deleted_at` is null) as `exists`
2.15ms/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.4ms/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' and `news_translations`.`deleted_at` is null) as `exists`
2.09ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 164 and `news_translations`.`news_id` is not null and `locale` = 'zh' and `news_translations`.`deleted_at` is null limit 1
2.1ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 165 and `news_translations`.`news_id` is not null and `locale` = 'zh' and `news_translations`.`deleted_at` is null) as `exists`
2.15ms/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' and `news_translations`.`deleted_at` is null limit 1
2.21ms/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' 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` = 166 and `news_translations`.`news_id` is not null and `locale` = 'zh' and `news_translations`.`deleted_at` is null limit 1
2.24ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 167 and `news_translations`.`news_id` is not null and `locale` = 'zh' 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` = 167 and `news_translations`.`news_id` is not null and `locale` = 'zh' 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` = 168 and `news_translations`.`news_id` is not null and `locale` = 'zh' and `news_translations`.`deleted_at` is null) as `exists`
2.16ms/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' and `news_translations`.`deleted_at` is null limit 1
2.06ms/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' and `news_translations`.`deleted_at` is null) as `exists`
2.65ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 171 and `news_translations`.`news_id` is not null and `locale` = 'zh' and `news_translations`.`deleted_at` is null limit 1
2.11ms/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' and `news_translations`.`deleted_at` is null) as `exists`
1.99ms/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' and `news_translations`.`deleted_at` is null limit 1
2.16ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 173 and `news_translations`.`news_id` is not null and `locale` = 'zh' and `news_translations`.`deleted_at` is null) as `exists`
2.22ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 173 and `news_translations`.`news_id` is not null and `locale` = 'zh' and `news_translations`.`deleted_at` is null limit 1
2.14ms/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' and `news_translations`.`deleted_at` is null) as `exists`
1.97ms/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' 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` = 177 and `news_translations`.`news_id` is not null and `locale` = 'zh' and `news_translations`.`deleted_at` is null) as `exists`
2.16ms/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' and `news_translations`.`deleted_at` is null limit 1
2.23ms/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' and `news_translations`.`deleted_at` is null) as `exists`
1.97ms/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' and `news_translations`.`deleted_at` is null limit 1
2.03ms/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' and `news_translations`.`deleted_at` is null) as `exists`
1.96ms/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' 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` = 180 and `news_translations`.`news_id` is not null and `locale` = 'zh' and `news_translations`.`deleted_at` is null) as `exists`
2.21ms/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' 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` = 181 and `news_translations`.`news_id` is not null and `locale` = 'zh' and `news_translations`.`deleted_at` is null) as `exists`
1.98ms/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' and `news_translations`.`deleted_at` is null limit 1
2.11ms/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' and `news_translations`.`deleted_at` is null) as `exists`
2.04ms/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' and `news_translations`.`deleted_at` is null limit 1
2.2ms/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' and `news_translations`.`deleted_at` is null) as `exists`
2.12ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 185 and `news_translations`.`news_id` is not null and `locale` = 'zh' and `news_translations`.`deleted_at` is null limit 1
2.27ms/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' and `news_translations`.`deleted_at` is null) as `exists`
1.98ms/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' and `news_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 `news_translations` where `news_translations`.`news_id` = 188 and `news_translations`.`news_id` is not null and `locale` = 'zh' and `news_translations`.`deleted_at` is null) as `exists`
1.99ms/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' and `news_translations`.`deleted_at` is null limit 1
2.16ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 192 and `news_translations`.`news_id` is not null and `locale` = 'zh' and `news_translations`.`deleted_at` is null) as `exists`
2.22ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 192 and `news_translations`.`news_id` is not null and `locale` = 'zh' and `news_translations`.`deleted_at` is null limit 1
2.72ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 193 and `news_translations`.`news_id` is not null and `locale` = 'zh' and `news_translations`.`deleted_at` is null) as `exists`
2.01ms/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' and `news_translations`.`deleted_at` is null limit 1
2.01ms/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' and `news_translations`.`deleted_at` is null) as `exists`
2.17ms/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' and `news_translations`.`deleted_at` is null limit 1
2.13ms/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' and `news_translations`.`deleted_at` is null) as `exists`
2.19ms/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' 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` = 199 and `news_translations`.`news_id` is not null and `locale` = 'zh' and `news_translations`.`deleted_at` is null) as `exists`
1.98ms/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' and `news_translations`.`deleted_at` is null limit 1
2.16ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 201 and `news_translations`.`news_id` is not null and `locale` = 'zh' and `news_translations`.`deleted_at` is null) as `exists`
1.95ms/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' and `news_translations`.`deleted_at` is null limit 1
2.09ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 202 and `news_translations`.`news_id` is not null and `locale` = 'zh' and `news_translations`.`deleted_at` is null) as `exists`
2.12ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 202 and `news_translations`.`news_id` is not null and `locale` = 'zh' and `news_translations`.`deleted_at` is null limit 1
2.23ms/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' and `news_translations`.`deleted_at` is null) as `exists`
1.97ms/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' and `news_translations`.`deleted_at` is null limit 1
2.03ms/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' and `news_translations`.`deleted_at` is null) as `exists`
2.33ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 204 and `news_translations`.`news_id` is not null and `locale` = 'zh' and `news_translations`.`deleted_at` is null limit 1
3.3ms/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.47ms/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.18ms/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
2.96ms/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.31ms/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.1ms/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.38ms/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.52ms/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.91ms/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' 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` = 3 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh' and `twill_industry_translations`.`deleted_at` is null limit 1
2.16ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `twill_industry_translations` where `twill_industry_translations`.`twill_industry_id` = 4 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh' and `twill_industry_translations`.`deleted_at` is null) as `exists`
2.16ms/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' and `twill_industry_translations`.`deleted_at` is null limit 1
2.21ms/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' 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' and `twill_industry_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 `twill_industry_translations` where `twill_industry_translations`.`twill_industry_id` = 6 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh' and `twill_industry_translations`.`deleted_at` is null) as `exists`
2.05ms/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' and `twill_industry_translations`.`deleted_at` is null limit 1
2.1ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `twill_industry_translations` where `twill_industry_translations`.`twill_industry_id` = 7 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh' 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` = 7 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh' and `twill_industry_translations`.`deleted_at` is null limit 1
2.21ms/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' and `twill_industry_translations`.`deleted_at` is null) as `exists`
2.06ms/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' and `twill_industry_translations`.`deleted_at` is null limit 1
2.41ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `twill_industry_translations` where `twill_industry_translations`.`twill_industry_id` = 9 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh' and `twill_industry_translations`.`deleted_at` is null) as `exists`
2.25ms/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' and `twill_industry_translations`.`deleted_at` is null limit 1
2.08ms/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' 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` = 10 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh' and `twill_industry_translations`.`deleted_at` is null limit 1
2.09ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
200
[]
[]
0 of 0array:18 [▼ "cookie" => array:1 [▶ 0 => "XSRF-TOKEN=eyJpdiI6Ik53YVNxVHlaYm9QQUNNc1hieFFiT0E9PSIsInZhbHVlIjoiSzFLZ0h1U09ZWkw5T0E4ZlhKQ0pYSi9lU2hJMmcwcVNHazRIbHgwSW9laXNONTBwMUxNR2Zray9pRmppOEsybnRPL3dGbUZQS2pYZjM5MmJ6VHhwMUY5VEI5VUJ5WUU1NUJMc2t6SllGRnV2cEFRcnJrd0lUMDc3UC9kMVZGM1YiLCJtYWMiOiJmYWIwMDc1YzM4ZTBmMDNiMDJhZTZmNWJhMzIyYjViYTBhMzA2NmVhM2UyNjRhM2U2NzMxNDI2ZTM4YmFhYzFkIiwidGFnIjoiIn0%3D; laravel=eyJpdiI6Ik8zREp3Y3BGelZBK1FFTWVsSzlnaEE9PSIsInZhbHVlIjoiRUptVWN6eDdVUDJXa3FrWlYvWTZ6bCs0MWtHaUNPZm9LZkpCNXNBbFBSN1Mzc05NWTNNSjBIbnhKYWY0UTArcE42b2xyNzBxY2x0ODlxMHZ6UjVnVGZJbjZVaStXSlZpeTlhWlhtaURNcWRLSzF2VkxaSWpaOTB0YkRMaThHSmwiLCJtYWMiOiI5MDI3MzliOGI0MjQ2NGRmZjFlNDcwZmJhNTI0YjhlYmI2MjRkMzMwOGI2NTY3ZjMzODgwODU3MGVkNDgyNTFmIiwidGFnIjoiIn0%3D ◀XSRF-TOKEN=eyJpdiI6Ik53YVNxVHlaYm9QQUNNc1hieFFiT0E9PSIsInZhbHVlIjoiSzFLZ0h1U09ZWkw5T0E4ZlhKQ0pYSi9lU2hJMmcwcVNHazRIbHgwSW9laXNONTBwMUxNR2Zray9pRmppOEsybnRPL3dGb ▶" ] "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 => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" ] "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:42 [▼ "USER" => "www-data" "HOME" => "/var/www" "HTTP_COOKIE" => "XSRF-TOKEN=eyJpdiI6Ik53YVNxVHlaYm9QQUNNc1hieFFiT0E9PSIsInZhbHVlIjoiSzFLZ0h1U09ZWkw5T0E4ZlhKQ0pYSi9lU2hJMmcwcVNHazRIbHgwSW9laXNONTBwMUxNR2Zray9pRmppOEsybnRPL3dGbUZQS2pYZjM5MmJ6VHhwMUY5VEI5VUJ5WUU1NUJMc2t6SllGRnV2cEFRcnJrd0lUMDc3UC9kMVZGM1YiLCJtYWMiOiJmYWIwMDc1YzM4ZTBmMDNiMDJhZTZmNWJhMzIyYjViYTBhMzA2NmVhM2UyNjRhM2U2NzMxNDI2ZTM4YmFhYzFkIiwidGFnIjoiIn0%3D; laravel=eyJpdiI6Ik8zREp3Y3BGelZBK1FFTWVsSzlnaEE9PSIsInZhbHVlIjoiRUptVWN6eDdVUDJXa3FrWlYvWTZ6bCs0MWtHaUNPZm9LZkpCNXNBbFBSN1Mzc05NWTNNSjBIbnhKYWY0UTArcE42b2xyNzBxY2x0ODlxMHZ6UjVnVGZJbjZVaStXSlZpeTlhWlhtaURNcWRLSzF2VkxaSWpaOTB0YkRMaThHSmwiLCJtYWMiOiI5MDI3MzliOGI0MjQ2NGRmZjFlNDcwZmJhNTI0YjhlYmI2MjRkMzMwOGI2NTY3ZjMzODgwODU3MGVkNDgyNTFmIiwidGFnIjoiIn0%3D ◀XSRF-TOKEN=eyJpdiI6Ik53YVNxVHlaYm9QQUNNc1hieFFiT0E9PSIsInZhbHVlIjoiSzFLZ0h1U09ZWkw5T0E4ZlhKQ0pYSi9lU2hJMmcwcVNHazRIbHgwSW9laXNONTBwMUxNR2Zray9pRmppOEsybnRPL3dGb ▶" "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" => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" "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" => "24496" "REMOTE_ADDR" => "13.58.74.190" "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/products/connecting/pipe-connectors/connection-principle-2m/2m300p-4/28065" "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" => 1744316134.1657 "REQUEST_TIME" => 1744316134 ]
0 of 0array:2 [▼ "XSRF-TOKEN" => "O9K9O6NMI83DmyiZWpS95n2GUZHiPKhPjgiEH91d" "laravel" => "mJY9C0r5ecSIgVWbXRMn9TKLf9QSWgBaRNpZ0E1A" ]
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 => "Thu, 10 Apr 2025 20:15:34 GMT" ] "set-cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6IjlBbGVxdDlOb2plV3Q5RGYvbFNFNVE9PSIsInZhbHVlIjoidEN0SHJOTGtQMEpGV1dHd1JHWWJMRG94TXNhS29RZ1V1V1d6MTJLWU1UTGp6U1UzeTQ3TWY5QlVCVldOUGFqUk9zUjZET2dXdkRNbm1oNGVoVDIrbDhVaGREZFJHZTVWUGJiNWZGWnQvQkRtY0dBQWY3OFI0T2JTbUgvcGZZWEciLCJtYWMiOiJhOWY2MDQwOTJhYTJiOTZkYTdiMWU4YjdjY2EzMjAxODI3NDU0ODliN2VkN2NkZDc4ZmEyNzExMTllYWNlMGYxIiwidGFnIjoiIn0%3D; expires=Thu, 10-Apr-2025 22:15:35 GMT; Max-Age=7200; path=/ ◀XSRF-TOKEN=eyJpdiI6IjlBbGVxdDlOb2plV3Q5RGYvbFNFNVE9PSIsInZhbHVlIjoidEN0SHJOTGtQMEpGV1dHd1JHWWJMRG94TXNhS29RZ1V1V1d6MTJLWU1UTGp6U1UzeTQ3TWY5QlVCVldOUGFqUk9zUjZET ▶" 1 => "laravel=eyJpdiI6InA3ZHNrTERZRTBPRHZONTdHY1lJZnc9PSIsInZhbHVlIjoiRXRKQ3dKRVY4Z2NDd3Y2SkMyL2xzeFMwY3AyRFAvWXBiZUs5dFQzZ2krTlJ3ZWpyaWo3dUc4NWJvWDl1RlovYnFIdzRQb3dXOHREM0loZkdaV0NvWjRyd0V0aXNFSE4yY0laSjkwMkZQYnhzaVBoT3o2c2lzcjN5cWFVMGlaM0UiLCJtYWMiOiJhZGRkNTY2ZDE2ODcxMTA0MzI5MmZkNjIyNGFmY2Y3MGNhM2IyZmNjYTdkY2NmZmZhZmY0OGQ4ZDJiNmVjODA2IiwidGFnIjoiIn0%3D; expires=Thu, 10-Apr-2025 22:15:35 GMT; Max-Age=7200; path=/; httponly ◀laravel=eyJpdiI6InA3ZHNrTERZRTBPRHZONTdHY1lJZnc9PSIsInZhbHVlIjoiRXRKQ3dKRVY4Z2NDd3Y2SkMyL2xzeFMwY3AyRFAvWXBiZUs5dFQzZ2krTlJ3ZWpyaWo3dUc4NWJvWDl1RlovYnFIdzRQb3dX ▶" ] "Set-Cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6IjlBbGVxdDlOb2plV3Q5RGYvbFNFNVE9PSIsInZhbHVlIjoidEN0SHJOTGtQMEpGV1dHd1JHWWJMRG94TXNhS29RZ1V1V1d6MTJLWU1UTGp6U1UzeTQ3TWY5QlVCVldOUGFqUk9zUjZET2dXdkRNbm1oNGVoVDIrbDhVaGREZFJHZTVWUGJiNWZGWnQvQkRtY0dBQWY3OFI0T2JTbUgvcGZZWEciLCJtYWMiOiJhOWY2MDQwOTJhYTJiOTZkYTdiMWU4YjdjY2EzMjAxODI3NDU0ODliN2VkN2NkZDc4ZmEyNzExMTllYWNlMGYxIiwidGFnIjoiIn0%3D; expires=Thu, 10-Apr-2025 22:15:35 GMT; path=/ ◀XSRF-TOKEN=eyJpdiI6IjlBbGVxdDlOb2plV3Q5RGYvbFNFNVE9PSIsInZhbHVlIjoidEN0SHJOTGtQMEpGV1dHd1JHWWJMRG94TXNhS29RZ1V1V1d6MTJLWU1UTGp6U1UzeTQ3TWY5QlVCVldOUGFqUk9zUjZET ▶" 1 => "laravel=eyJpdiI6InA3ZHNrTERZRTBPRHZONTdHY1lJZnc9PSIsInZhbHVlIjoiRXRKQ3dKRVY4Z2NDd3Y2SkMyL2xzeFMwY3AyRFAvWXBiZUs5dFQzZ2krTlJ3ZWpyaWo3dUc4NWJvWDl1RlovYnFIdzRQb3dXOHREM0loZkdaV0NvWjRyd0V0aXNFSE4yY0laSjkwMkZQYnhzaVBoT3o2c2lzcjN5cWFVMGlaM0UiLCJtYWMiOiJhZGRkNTY2ZDE2ODcxMTA0MzI5MmZkNjIyNGFmY2Y3MGNhM2IyZmNjYTdkY2NmZmZhZmY0OGQ4ZDJiNmVjODA2IiwidGFnIjoiIn0%3D; expires=Thu, 10-Apr-2025 22:15:35 GMT; path=/; httponly ◀laravel=eyJpdiI6InA3ZHNrTERZRTBPRHZONTdHY1lJZnc9PSIsInZhbHVlIjoiRXRKQ3dKRVY4Z2NDd3Y2SkMyL2xzeFMwY3AyRFAvWXBiZUs5dFQzZ2krTlJ3ZWpyaWo3dUc4NWJvWDl1RlovYnFIdzRQb3dX ▶" ] ]
0 of 0array:5 [▼ "_token" => "O9K9O6NMI83DmyiZWpS95n2GUZHiPKhPjgiEH91d" "_previous" => array:1 [▶ "url" => "https://emv8.byte5.net/zh/products/connecting/pipe-connectors/connection-principle-2m/2m300p-4/28065" ] "_flash" => array:2 [▶ "old" => [] "new" => [] ] "current_function" => "connecting" "PHPDEBUGBAR_STACK_DATA" => [] ]