1 x Application (99.23%) | 3.33s |
1 x Booting (0.77%) | 25.78ms |
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
17 |
|
18 |
|
19 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
17 |
|
18 |
|
19 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
17 |
|
18 |
|
19 |
|
20 |
|
21 |
|
22 |
|
23 |
|
24 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
17 |
|
18 |
|
19 |
|
20 |
|
21 |
|
22 |
|
23 |
|
24 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
17 |
|
18 |
|
19 |
|
20 |
|
21 |
|
22 |
|
23 |
|
24 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
17 |
|
18 |
|
19 |
|
20 |
|
21 |
|
22 |
|
23 |
|
24 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
17 |
|
18 |
|
19 |
|
20 |
|
21 |
|
22 |
|
23 |
|
24 |
|
Params | |
---|---|
0 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
17 |
|
18 |
|
19 |
|
20 |
|
21 |
|
22 |
|
23 |
|
24 |
|
select * from `languages` where `locale` = 'zh-Hant' limit 1
100ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/Middleware/LanguageIdentification.php:20emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `languages` where `locale` = 'en' limit 1
2.73msmiddleware::fallbackLocale:29emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `features`
3.79ms/vendor/flobbos/laravel-crudable/src/Crudable/Crudable.php:37emtechnikMetadata | |
---|---|
Hints |
|
Backtrace |
|
select * from `languages` where `locale` = 'zh-Hant' limit 1
2.73ms/app/Http/Controllers/ProductController.php:53emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `products` where `products`.`id` = '21938' and `products`.`deleted_at` is null limit 1
3.27ms/app/Services/ProductService.php:284emtechnikMetadata | |
---|---|
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 (21938) and `specifications`.`deleted_at` is null order by `pivot_sorting` asc
3.99ms/app/Services/ProductService.php:284emtechnikMetadata | |
---|---|
Hints |
|
Backtrace |
|
select * from `specification_translations` where `specification_translations`.`specification_id` in (2, 7, 8, 9, 10, 21, 24)
3ms/app/Services/ProductService.php:284emtechnikMetadata | |
---|---|
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 (21938) and `materials`.`deleted_at` is null
3.48ms/app/Services/ProductService.php:284emtechnikMetadata | |
---|---|
Hints |
|
Backtrace |
|
select * from `material_translations` where `material_translations`.`material_id` in (4, 19)
3.95ms/app/Services/ProductService.php:284emtechnikMetadata | |
---|---|
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 (21938)
3.07ms/app/Services/ProductService.php:284emtechnikMetadata | |
---|---|
Hints |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.7ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.86ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.85ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.84ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.9ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
3.53ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `specifications` where `is_material` = 1 and `specifications`.`deleted_at` is null
2.94ms/app/Services/SpecificationService.php:49emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `product_translations` where `product_translations`.`product_id` = 21938 and `product_translations`.`product_id` is not null
3.35ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `feature_translations` where `feature_translations`.`feature_id` = 2 and `feature_translations`.`feature_id` is not null
3.8ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `feature_translations` where `feature_translations`.`feature_id` = 3 and `feature_translations`.`feature_id` is not null
2.96ms/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
3.07ms/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.87ms/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
3.05ms/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.64ms/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
3.03ms/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
3.59ms/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
3.03ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `languages` where `locale` = 'zh-Hant' limit 1
2.96ms/app/Http/ViewComposers/FeatureComposer.php:28emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `features` where `active` = 1
3.3ms/app/Services/FeatureService.php:42emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `feature_translations` where `feature_translations`.`feature_id` in (2, 3, 4, 5, 6, 7, 8, 11, 12)
3.04ms/app/Services/FeatureService.php:42emtechnikMetadata | |
---|---|
Hints |
|
Backtrace |
|
select * from `languages` where `active` = 1
2.79ms/app/Services/LanguageService.php:20emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `languages` where `locale` = 'zh-Hant' limit 1
2.49ms/app/Services/LanguageService.php:30emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `news` where `published` = 1 and `news`.`deleted_at` is null
2.95ms/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, 166, 167, 172, 173, 177, 180, 181, 184, 185, 187, 188, 189, 191, 192, 193, 196, 199, 201, 203, 204, 205, 208, 209, 210, 211, 216, 217, 220, 221, 223, 224, 227, 228, 230, 231, 232, 233, 234, 235, 236, 237, 240, 242, 243, 244) and `news_translations`.`deleted_at` is null
681ms/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, 166, 167, 172, 173, 177, 180, 181, 184, 185, 187, 188, 189, 191, 192, 193, 196, 199, 201, 203, 204, 205, 208, 209, 210, 211, 216, 217, 220, 221, 223, 224, 227, 228, 230, 231, 232, 233, 234, 235, 236, 237, 240, 242, 243, 244) and `news_slugs`.`deleted_at` is null
4.73ms/app/Http/ViewComposers/NewsComposer.php:20emtechnikMetadata | |
---|---|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 145 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.6ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 145 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.78ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 146 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.32ms/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.85ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 147 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.31ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 147 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.18ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 149 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.35ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 149 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.5ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 151 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.31ms/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.29ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 163 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.33ms/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.5ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 164 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.46ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 164 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.41ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 166 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.65ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 166 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.82ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 167 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.35ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 167 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.53ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 172 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.42ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 172 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.72ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 173 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.32ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 173 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.37ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 177 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.55ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 177 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.4ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 180 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.27ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 180 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.71ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 181 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.69ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 181 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.43ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 184 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.55ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 184 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.8ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 185 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.53ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 185 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
3.09ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 187 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.56ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 187 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.55ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 188 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.38ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 188 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.66ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 189 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.22ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 189 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.5ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 191 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.67ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 191 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.57ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 192 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.28ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 192 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.63ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 193 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.53ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 193 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.56ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 196 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.6ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 196 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
3.18ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 199 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.69ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 199 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.75ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 201 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.54ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 201 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.53ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 203 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.49ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 203 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.83ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 204 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.42ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 204 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.58ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 205 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.52ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 205 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' 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` = 208 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.35ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 208 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
3.17ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 209 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.78ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 209 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
3.12ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 210 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.97ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 210 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
26.83ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 211 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.64ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 211 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
9.62ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 216 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.71ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 216 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
3.71ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 217 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
3.48ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 217 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.52ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 220 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.34ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 220 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
4.18ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 221 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.77ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 221 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.59ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 223 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.58ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 223 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.89ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 224 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.49ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 224 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.91ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 227 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.74ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 227 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.86ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 228 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.64ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 228 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
3.18ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 230 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.9ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 230 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.61ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 231 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.29ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 231 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
4.33ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 232 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.81ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 232 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.48ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 233 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.39ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 233 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
19.18ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 234 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
3.88ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 234 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
3.83ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 235 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.93ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 235 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
3.24ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 236 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
3.13ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 236 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
3.51ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 237 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.83ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 237 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.62ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 240 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.23ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 240 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' 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` = 242 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.9ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 242 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.35ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 243 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.65ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 243 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
3.76ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 244 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
3.36ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 244 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
4.33ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `twill_industries` where `published` = 1 and `twill_industries`.`deleted_at` is null order by `position` asc limit 8
3.39ms/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.95ms/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.43ms/app/Http/ViewComposers/TwillIndustriesComposer.php:20emtechnikMetadata | |
---|---|
Hints |
|
Backtrace |
|
select exists(select * from `twill_industry_translations` where `twill_industry_translations`.`twill_industry_id` = 3 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh-Hant' and `twill_industry_translations`.`deleted_at` is null) as `exists`
3.12ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `twill_industry_translations` where `twill_industry_translations`.`twill_industry_id` = 3 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh-Hant' and `twill_industry_translations`.`deleted_at` is null limit 1
2.87ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `twill_industry_translations` where `twill_industry_translations`.`twill_industry_id` = 4 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh-Hant' and `twill_industry_translations`.`deleted_at` is null) as `exists`
2.79ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `twill_industry_translations` where `twill_industry_translations`.`twill_industry_id` = 4 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh-Hant' and `twill_industry_translations`.`deleted_at` is null limit 1
2.85ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `twill_industry_translations` where `twill_industry_translations`.`twill_industry_id` = 5 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh-Hant' and `twill_industry_translations`.`deleted_at` is null) as `exists`
2.97ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `twill_industry_translations` where `twill_industry_translations`.`twill_industry_id` = 5 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh-Hant' and `twill_industry_translations`.`deleted_at` is null limit 1
3.33ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `twill_industry_translations` where `twill_industry_translations`.`twill_industry_id` = 6 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh-Hant' and `twill_industry_translations`.`deleted_at` is null) as `exists`
2.6ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `twill_industry_translations` where `twill_industry_translations`.`twill_industry_id` = 6 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh-Hant' and `twill_industry_translations`.`deleted_at` is null limit 1
3.35ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `twill_industry_translations` where `twill_industry_translations`.`twill_industry_id` = 7 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh-Hant' and `twill_industry_translations`.`deleted_at` is null) as `exists`
3.22ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `twill_industry_translations` where `twill_industry_translations`.`twill_industry_id` = 7 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh-Hant' and `twill_industry_translations`.`deleted_at` is null limit 1
3.02ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `twill_industry_translations` where `twill_industry_translations`.`twill_industry_id` = 8 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh-Hant' and `twill_industry_translations`.`deleted_at` is null) as `exists`
2.76ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `twill_industry_translations` where `twill_industry_translations`.`twill_industry_id` = 8 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh-Hant' and `twill_industry_translations`.`deleted_at` is null limit 1
3.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` = 9 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh-Hant' and `twill_industry_translations`.`deleted_at` is null) as `exists`
3.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` = 9 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh-Hant' and `twill_industry_translations`.`deleted_at` is null limit 1
2.83ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `twill_industry_translations` where `twill_industry_translations`.`twill_industry_id` = 10 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh-Hant' and `twill_industry_translations`.`deleted_at` is null) as `exists`
3.11ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `twill_industry_translations` where `twill_industry_translations`.`twill_industry_id` = 10 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh-Hant' and `twill_industry_translations`.`deleted_at` is null limit 1
2.61ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `languages` where `locale` = 'de' limit 1
2.88ms/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.74ms/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` = 'flexible-tube-connectors') and `active` = 1 and `categories`.`deleted_at` is null limit 1
3.99ms/app/Helpers/translate_product_route.php:48emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `category_translations` where `category_translations`.`category_id` = 5 and `category_translations`.`category_id` is not null
2.78ms/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-1') and `active` = 1 and `categories`.`deleted_at` is null limit 1
3.35ms/app/Helpers/translate_product_route.php:58emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `category_translations` where `category_translations`.`category_id` = 36 and `category_translations`.`category_id` is not null
4.28ms/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` = '1200mg-5') and `active` = 1 and `product_groups`.`deleted_at` is null limit 1
4.25ms/app/Helpers/translate_product_route.php:68emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_group_translations` where `product_group_translations`.`product_group_id` = 15 and `product_group_translations`.`product_group_id` is not null
3.57ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `languages` where `locale` = 'en' limit 1
2.81ms/app/Helpers/translate_product_route.php:33emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `features` where exists (select * from `feature_translations` where `features`.`id` = `feature_translations`.`feature_id` and `slug` = 'connecting') limit 1
2.92ms/app/Helpers/translate_product_route.php:38emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `feature_translations` where `feature_translations`.`feature_id` = 2 and `feature_translations`.`feature_id` is not null
2.76ms/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` = 'flexible-tube-connectors') and `active` = 1 and `categories`.`deleted_at` is null limit 1
3.48ms/app/Helpers/translate_product_route.php:48emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `category_translations` where `category_translations`.`category_id` = 5 and `category_translations`.`category_id` is not null
3.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-1') and `active` = 1 and `categories`.`deleted_at` is null limit 1
4.09ms/app/Helpers/translate_product_route.php:58emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `category_translations` where `category_translations`.`category_id` = 36 and `category_translations`.`category_id` is not null
3.26ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_groups` where exists (select * from `product_group_translations` where `product_groups`.`id` = `product_group_translations`.`product_group_id` and `slug` = '1200mg-5') and `active` = 1 and `product_groups`.`deleted_at` is null limit 1
4.89ms/app/Helpers/translate_product_route.php:68emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_group_translations` where `product_group_translations`.`product_group_id` = 15 and `product_group_translations`.`product_group_id` is not null
3.11ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `languages` where `locale` = 'fr' limit 1
2.96ms/app/Helpers/translate_product_route.php:33emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `features` where exists (select * from `feature_translations` where `features`.`id` = `feature_translations`.`feature_id` and `slug` = 'connecting') limit 1
3.03ms/app/Helpers/translate_product_route.php:38emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `feature_translations` where `feature_translations`.`feature_id` = 2 and `feature_translations`.`feature_id` is not null
2.77ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `categories` where exists (select * from `category_translations` where `categories`.`id` = `category_translations`.`category_id` and `slug` = 'flexible-tube-connectors') and `active` = 1 and `categories`.`deleted_at` is null limit 1
3.77ms/app/Helpers/translate_product_route.php:48emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `category_translations` where `category_translations`.`category_id` = 5 and `category_translations`.`category_id` is not null
2.94ms/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-1') and `active` = 1 and `categories`.`deleted_at` is null limit 1
3.39ms/app/Helpers/translate_product_route.php:58emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `category_translations` where `category_translations`.`category_id` = 36 and `category_translations`.`category_id` is not null
3.51ms/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` = '1200mg-5') and `active` = 1 and `product_groups`.`deleted_at` is null limit 1
6.31ms/app/Helpers/translate_product_route.php:68emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_group_translations` where `product_group_translations`.`product_group_id` = 15 and `product_group_translations`.`product_group_id` is not null
2.74ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `languages` where `locale` = 'it' limit 1
3.03ms/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.77ms/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
3.36ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `categories` where exists (select * from `category_translations` where `categories`.`id` = `category_translations`.`category_id` and `slug` = 'flexible-tube-connectors') and `active` = 1 and `categories`.`deleted_at` is null limit 1
3.13ms/app/Helpers/translate_product_route.php:48emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `category_translations` where `category_translations`.`category_id` = 5 and `category_translations`.`category_id` is not null
2.89ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `categories` where exists (select * from `category_translations` where `categories`.`id` = `category_translations`.`category_id` and `slug` = 'connection-principle-1') and `active` = 1 and `categories`.`deleted_at` is null limit 1
3.43ms/app/Helpers/translate_product_route.php:58emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `category_translations` where `category_translations`.`category_id` = 36 and `category_translations`.`category_id` is not null
4.03ms/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` = '1200mg-5') and `active` = 1 and `product_groups`.`deleted_at` is null limit 1
4.42ms/app/Helpers/translate_product_route.php:68emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_group_translations` where `product_group_translations`.`product_group_id` = 15 and `product_group_translations`.`product_group_id` is not null
2.82ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `languages` where `locale` = 'zh' limit 1
2.97ms/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
3ms/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.94ms/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` = 'flexible-tube-connectors') and `active` = 1 and `categories`.`deleted_at` is null limit 1
3.75ms/app/Helpers/translate_product_route.php:48emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `category_translations` where `category_translations`.`category_id` = 5 and `category_translations`.`category_id` is not null
3.22ms/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-1') and `active` = 1 and `categories`.`deleted_at` is null limit 1
3.71ms/app/Helpers/translate_product_route.php:58emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `category_translations` where `category_translations`.`category_id` = 36 and `category_translations`.`category_id` is not null
3.87ms/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` = '1200mg-5') and `active` = 1 and `product_groups`.`deleted_at` is null limit 1
5.44ms/app/Helpers/translate_product_route.php:68emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_group_translations` where `product_group_translations`.`product_group_id` = 15 and `product_group_translations`.`product_group_id` is not null
3.62ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `languages` where `locale` = 'ja' limit 1
2.38ms/app/Helpers/translate_product_route.php:33emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `features` where exists (select * from `feature_translations` where `features`.`id` = `feature_translations`.`feature_id` and `slug` = 'connecting') limit 1
2.92ms/app/Helpers/translate_product_route.php:38emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `feature_translations` where `feature_translations`.`feature_id` = 2 and `feature_translations`.`feature_id` is not null
2.87ms/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` = 'flexible-tube-connectors') and `active` = 1 and `categories`.`deleted_at` is null limit 1
3.95ms/app/Helpers/translate_product_route.php:48emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `category_translations` where `category_translations`.`category_id` = 5 and `category_translations`.`category_id` is not null
3.06ms/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-1') and `active` = 1 and `categories`.`deleted_at` is null limit 1
3.89ms/app/Helpers/translate_product_route.php:58emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `category_translations` where `category_translations`.`category_id` = 36 and `category_translations`.`category_id` is not null
4.25ms/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` = '1200mg-5') and `active` = 1 and `product_groups`.`deleted_at` is null limit 1
5.57ms/app/Helpers/translate_product_route.php:68emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_group_translations` where `product_group_translations`.`product_group_id` = 15 and `product_group_translations`.`product_group_id` is not null
3.08ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `languages` where `locale` = 'ko' limit 1
3.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
3.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
3.68ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `categories` where exists (select * from `category_translations` where `categories`.`id` = `category_translations`.`category_id` and `slug` = 'flexible-tube-connectors') and `active` = 1 and `categories`.`deleted_at` is null limit 1
3.65ms/app/Helpers/translate_product_route.php:48emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `category_translations` where `category_translations`.`category_id` = 5 and `category_translations`.`category_id` is not null
3.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` = 'connection-principle-1') and `active` = 1 and `categories`.`deleted_at` is null limit 1
3.68ms/app/Helpers/translate_product_route.php:58emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `category_translations` where `category_translations`.`category_id` = 36 and `category_translations`.`category_id` is not null
3.92ms/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` = '1200mg-5') and `active` = 1 and `product_groups`.`deleted_at` is null limit 1
5.21ms/app/Helpers/translate_product_route.php:68emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_group_translations` where `product_group_translations`.`product_group_id` = 15 and `product_group_translations`.`product_group_id` is not null
2.9ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `languages` where `locale` = 'de' limit 1
2.9ms/app/Helpers/translate_product_route.php:33emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `features` where exists (select * from `feature_translations` where `features`.`id` = `feature_translations`.`feature_id` and `slug` = 'connecting') limit 1
3.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.99ms/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` = 'flexible-tube-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` = 5 and `category_translations`.`category_id` is not null
2.87ms/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-1') and `active` = 1 and `categories`.`deleted_at` is null limit 1
3.84ms/app/Helpers/translate_product_route.php:58emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `category_translations` where `category_translations`.`category_id` = 36 and `category_translations`.`category_id` is not null
3.82ms/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` = '1200mg-5') and `active` = 1 and `product_groups`.`deleted_at` is null limit 1
4.76ms/app/Helpers/translate_product_route.php:68emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_group_translations` where `product_group_translations`.`product_group_id` = 15 and `product_group_translations`.`product_group_id` is not null
2.82ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `languages` where `locale` = 'en' limit 1
2.49ms/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.62ms/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.56ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `categories` where exists (select * from `category_translations` where `categories`.`id` = `category_translations`.`category_id` and `slug` = 'flexible-tube-connectors') and `active` = 1 and `categories`.`deleted_at` is null limit 1
3ms/app/Helpers/translate_product_route.php:48emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `category_translations` where `category_translations`.`category_id` = 5 and `category_translations`.`category_id` is not null
2.59ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `categories` where exists (select * from `category_translations` where `categories`.`id` = `category_translations`.`category_id` and `slug` = 'connection-principle-1') and `active` = 1 and `categories`.`deleted_at` is null limit 1
3.21ms/app/Helpers/translate_product_route.php:58emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `category_translations` where `category_translations`.`category_id` = 36 and `category_translations`.`category_id` is not null
3.9ms/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` = '1200mg-5') and `active` = 1 and `product_groups`.`deleted_at` is null limit 1
5.17ms/app/Helpers/translate_product_route.php:68emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_group_translations` where `product_group_translations`.`product_group_id` = 15 and `product_group_translations`.`product_group_id` is not null
3.57ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `languages` where `locale` = 'fr' limit 1
3.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.96ms/app/Helpers/translate_product_route.php:38emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `feature_translations` where `feature_translations`.`feature_id` = 2 and `feature_translations`.`feature_id` is not null
3.02ms/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` = 'flexible-tube-connectors') and `active` = 1 and `categories`.`deleted_at` is null limit 1
3.59ms/app/Helpers/translate_product_route.php:48emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `category_translations` where `category_translations`.`category_id` = 5 and `category_translations`.`category_id` is not null
2.89ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `categories` where exists (select * from `category_translations` where `categories`.`id` = `category_translations`.`category_id` and `slug` = 'connection-principle-1') and `active` = 1 and `categories`.`deleted_at` is null limit 1
3.79ms/app/Helpers/translate_product_route.php:58emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `category_translations` where `category_translations`.`category_id` = 36 and `category_translations`.`category_id` is not null
3.62ms/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` = '1200mg-5') and `active` = 1 and `product_groups`.`deleted_at` is null limit 1
4.33ms/app/Helpers/translate_product_route.php:68emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_group_translations` where `product_group_translations`.`product_group_id` = 15 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` = 'it' limit 1
2.86ms/app/Helpers/translate_product_route.php:33emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `features` where exists (select * from `feature_translations` where `features`.`id` = `feature_translations`.`feature_id` and `slug` = 'connecting') limit 1
3.37ms/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
3.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` = 'flexible-tube-connectors') and `active` = 1 and `categories`.`deleted_at` is null limit 1
3.27ms/app/Helpers/translate_product_route.php:48emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `category_translations` where `category_translations`.`category_id` = 5 and `category_translations`.`category_id` is not null
3.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-1') and `active` = 1 and `categories`.`deleted_at` is null limit 1
4.13ms/app/Helpers/translate_product_route.php:58emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `category_translations` where `category_translations`.`category_id` = 36 and `category_translations`.`category_id` is not null
3.52ms/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` = '1200mg-5') and `active` = 1 and `product_groups`.`deleted_at` is null limit 1
4.62ms/app/Helpers/translate_product_route.php:68emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_group_translations` where `product_group_translations`.`product_group_id` = 15 and `product_group_translations`.`product_group_id` is not null
3.37ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `languages` where `locale` = 'zh' limit 1
2.92ms/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.82ms/app/Helpers/translate_product_route.php:38emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `feature_translations` where `feature_translations`.`feature_id` = 2 and `feature_translations`.`feature_id` is not null
2.89ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `categories` where exists (select * from `category_translations` where `categories`.`id` = `category_translations`.`category_id` and `slug` = 'flexible-tube-connectors') and `active` = 1 and `categories`.`deleted_at` is null limit 1
3.34ms/app/Helpers/translate_product_route.php:48emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `category_translations` where `category_translations`.`category_id` = 5 and `category_translations`.`category_id` is not null
3.09ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `categories` where exists (select * from `category_translations` where `categories`.`id` = `category_translations`.`category_id` and `slug` = 'connection-principle-1') and `active` = 1 and `categories`.`deleted_at` is null limit 1
3.44ms/app/Helpers/translate_product_route.php:58emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `category_translations` where `category_translations`.`category_id` = 36 and `category_translations`.`category_id` is not null
4.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` = '1200mg-5') and `active` = 1 and `product_groups`.`deleted_at` is null limit 1
4.14ms/app/Helpers/translate_product_route.php:68emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_group_translations` where `product_group_translations`.`product_group_id` = 15 and `product_group_translations`.`product_group_id` is not null
2.78ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `languages` where `locale` = 'zh-Hant' limit 1
2.42ms/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.52ms/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.84ms/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` = 'flexible-tube-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` = 5 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-1') and `active` = 1 and `categories`.`deleted_at` is null limit 1
2.97ms/app/Helpers/translate_product_route.php:58emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `category_translations` where `category_translations`.`category_id` = 36 and `category_translations`.`category_id` is not null
3.48ms/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` = '1200mg-5') and `active` = 1 and `product_groups`.`deleted_at` is null limit 1
4.46ms/app/Helpers/translate_product_route.php:68emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_group_translations` where `product_group_translations`.`product_group_id` = 15 and `product_group_translations`.`product_group_id` is not null
3.03ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `languages` where `locale` = 'ja' limit 1
3.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.86ms/app/Helpers/translate_product_route.php:38emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `feature_translations` where `feature_translations`.`feature_id` = 2 and `feature_translations`.`feature_id` is not null
2.67ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `categories` where exists (select * from `category_translations` where `categories`.`id` = `category_translations`.`category_id` and `slug` = 'flexible-tube-connectors') and `active` = 1 and `categories`.`deleted_at` is null limit 1
2.99ms/app/Helpers/translate_product_route.php:48emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `category_translations` where `category_translations`.`category_id` = 5 and `category_translations`.`category_id` is not null
3.1ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `categories` where exists (select * from `category_translations` where `categories`.`id` = `category_translations`.`category_id` and `slug` = 'connection-principle-1') and `active` = 1 and `categories`.`deleted_at` is null limit 1
3.73ms/app/Helpers/translate_product_route.php:58emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `category_translations` where `category_translations`.`category_id` = 36 and `category_translations`.`category_id` is not null
3.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` = '1200mg-5') and `active` = 1 and `product_groups`.`deleted_at` is null limit 1
4.3ms/app/Helpers/translate_product_route.php:68emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_group_translations` where `product_group_translations`.`product_group_id` = 15 and `product_group_translations`.`product_group_id` is not null
2.65ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `languages` where `locale` = 'ko' limit 1
2.4ms/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.46ms/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.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` = 'flexible-tube-connectors') and `active` = 1 and `categories`.`deleted_at` is null limit 1
3.15ms/app/Helpers/translate_product_route.php:48emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `category_translations` where `category_translations`.`category_id` = 5 and `category_translations`.`category_id` is not null
2.84ms/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-1') and `active` = 1 and `categories`.`deleted_at` is null limit 1
3.77ms/app/Helpers/translate_product_route.php:58emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `category_translations` where `category_translations`.`category_id` = 36 and `category_translations`.`category_id` is not null
3.79ms/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` = '1200mg-5') and `active` = 1 and `product_groups`.`deleted_at` is null limit 1
5.1ms/app/Helpers/translate_product_route.php:68emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `product_group_translations` where `product_group_translations`.`product_group_id` = 15 and `product_group_translations`.`product_group_id` is not null
2.79ms/vendor/flobbos/laravel-translatable-db/src/TranslatableDB/TranslatableDB.php:122emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `twill_industries` where `published` = 1 and `twill_industries`.`deleted_at` is null order by `position` asc limit 8
3.43ms/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
3.31ms/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.44ms/app/Http/ViewComposers/TwillIndustriesComposer.php:20emtechnikMetadata | |
---|---|
Hints |
|
Backtrace |
|
select exists(select * from `twill_industry_translations` where `twill_industry_translations`.`twill_industry_id` = 3 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh-Hant' and `twill_industry_translations`.`deleted_at` is null) as `exists`
3.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` = 3 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh-Hant' and `twill_industry_translations`.`deleted_at` is null limit 1
3.09ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `twill_industry_translations` where `twill_industry_translations`.`twill_industry_id` = 4 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh-Hant' and `twill_industry_translations`.`deleted_at` is null) as `exists`
2.44ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `twill_industry_translations` where `twill_industry_translations`.`twill_industry_id` = 4 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh-Hant' and `twill_industry_translations`.`deleted_at` is null limit 1
2.83ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `twill_industry_translations` where `twill_industry_translations`.`twill_industry_id` = 5 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh-Hant' and `twill_industry_translations`.`deleted_at` is null) as `exists`
2.87ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `twill_industry_translations` where `twill_industry_translations`.`twill_industry_id` = 5 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh-Hant' and `twill_industry_translations`.`deleted_at` is null limit 1
2.63ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `twill_industry_translations` where `twill_industry_translations`.`twill_industry_id` = 6 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh-Hant' and `twill_industry_translations`.`deleted_at` is null) as `exists`
2.87ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `twill_industry_translations` where `twill_industry_translations`.`twill_industry_id` = 6 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh-Hant' and `twill_industry_translations`.`deleted_at` is null limit 1
2.98ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `twill_industry_translations` where `twill_industry_translations`.`twill_industry_id` = 7 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh-Hant' and `twill_industry_translations`.`deleted_at` is null) as `exists`
2.45ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `twill_industry_translations` where `twill_industry_translations`.`twill_industry_id` = 7 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh-Hant' and `twill_industry_translations`.`deleted_at` is null limit 1
2.61ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `twill_industry_translations` where `twill_industry_translations`.`twill_industry_id` = 8 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh-Hant' and `twill_industry_translations`.`deleted_at` is null) as `exists`
2.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` = 8 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh-Hant' and `twill_industry_translations`.`deleted_at` is null limit 1
3.03ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `twill_industry_translations` where `twill_industry_translations`.`twill_industry_id` = 9 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh-Hant' and `twill_industry_translations`.`deleted_at` is null) as `exists`
2.67ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `twill_industry_translations` where `twill_industry_translations`.`twill_industry_id` = 9 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh-Hant' and `twill_industry_translations`.`deleted_at` is null limit 1
2.47ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `twill_industry_translations` where `twill_industry_translations`.`twill_industry_id` = 10 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh-Hant' and `twill_industry_translations`.`deleted_at` is null) as `exists`
2.84ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `twill_industry_translations` where `twill_industry_translations`.`twill_industry_id` = 10 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh-Hant' and `twill_industry_translations`.`deleted_at` is null limit 1
3.06ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `languages` where `locale` = 'zh-Hant' limit 1
3.08ms/app/Http/ViewComposers/FeatureComposer.php:28emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `features` where `active` = 1
4.05ms/app/Services/FeatureService.php:42emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `feature_translations` where `feature_translations`.`feature_id` in (2, 3, 4, 5, 6, 7, 8, 11, 12)
3.47ms/app/Services/FeatureService.php:42emtechnikMetadata | |
---|---|
Hints |
|
Backtrace |
|
select * from `news` where `published` = 1 and `news`.`deleted_at` is null
3.48ms/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, 166, 167, 172, 173, 177, 180, 181, 184, 185, 187, 188, 189, 191, 192, 193, 196, 199, 201, 203, 204, 205, 208, 209, 210, 211, 216, 217, 220, 221, 223, 224, 227, 228, 230, 231, 232, 233, 234, 235, 236, 237, 240, 242, 243, 244) and `news_translations`.`deleted_at` is null
653ms/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, 166, 167, 172, 173, 177, 180, 181, 184, 185, 187, 188, 189, 191, 192, 193, 196, 199, 201, 203, 204, 205, 208, 209, 210, 211, 216, 217, 220, 221, 223, 224, 227, 228, 230, 231, 232, 233, 234, 235, 236, 237, 240, 242, 243, 244) and `news_slugs`.`deleted_at` is null
5.49ms/app/Http/ViewComposers/NewsComposer.php:20emtechnikMetadata | |
---|---|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 145 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
3.85ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 145 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.81ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 146 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
3.11ms/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
3.08ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 147 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.98ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 147 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
3.03ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 149 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.82ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 149 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.85ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 151 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
3.03ms/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.87ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 163 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
3ms/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
3.13ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 164 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
3.07ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 164 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.77ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 166 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
3.32ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 166 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
3.02ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 167 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.68ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 167 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.81ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 172 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.74ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 172 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.93ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 173 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
3.06ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 173 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
4.73ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 177 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.83ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 177 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.73ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 180 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.96ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 180 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.7ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 181 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.78ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 181 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
3.63ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 184 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
3.06ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 184 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
3.36ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 185 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
3.13ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 185 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.97ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 187 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.95ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 187 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.91ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 188 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.94ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 188 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.9ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 189 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
3ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 189 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
3.26ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 191 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
3.21ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 191 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
3.44ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 192 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
3.12ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 192 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
3.16ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 193 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
3ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 193 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.9ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 196 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.78ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 196 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
3.68ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 199 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.87ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 199 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
3.33ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 201 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
3.01ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 201 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.97ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 203 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.7ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 203 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.95ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 204 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.31ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 204 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.84ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 205 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
3.1ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 205 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' 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` = 208 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.72ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 208 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.56ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 209 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.62ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 209 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.6ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 210 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.83ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 210 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
25.69ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 211 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
3.16ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 211 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
8.97ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 216 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.63ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 216 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
3.48ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 217 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.81ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 217 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.84ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 220 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.66ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 220 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
4.77ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 221 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.34ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 221 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' 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` = 223 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.41ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 223 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.82ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 224 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.86ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 224 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.95ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 227 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.66ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 227 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
3.01ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 228 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.58ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 228 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' 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` = 230 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.22ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 230 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' 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` = 231 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.68ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 231 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
4.68ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 232 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.51ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 232 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
3.33ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 233 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
3.1ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 233 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
27.39ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 234 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
3.2ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 234 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
4.33ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 235 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
3.63ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 235 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.84ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 236 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.68ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 236 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.93ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 237 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.55ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 237 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' 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` = 240 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.78ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 240 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.89ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 242 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
3.01ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 242 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
2.93ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 243 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
2.81ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 243 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
3.89ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `news_translations` where `news_translations`.`news_id` = 244 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null) as `exists`
3.53ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `news_translations` where `news_translations`.`news_id` = 244 and `news_translations`.`news_id` is not null and `locale` = 'zh-Hant' and `news_translations`.`deleted_at` is null limit 1
3.94ms/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` = 244 and `twill_mediables`.`mediable_type` = 'App\Models\News' and `twill_medias`.`deleted_at` is null order by `twill_mediables`.`id` asc
5.02ms/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` = 243 and `twill_mediables`.`mediable_type` = 'App\Models\News' and `twill_medias`.`deleted_at` is null order by `twill_mediables`.`id` asc
5.21ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `twill_medias`.*, `twill_mediables`.`mediable_id` as `pivot_mediable_id`, `twill_mediables`.`media_id` as `pivot_media_id`, `twill_mediables`.`mediable_type` as `pivot_mediable_type`, `twill_mediables`.`crop` as `pivot_crop`, `twill_mediables`.`role` as `pivot_role`, `twill_mediables`.`crop_w` as `pivot_crop_w`, `twill_mediables`.`crop_h` as `pivot_crop_h`, `twill_mediables`.`crop_x` as `pivot_crop_x`, `twill_mediables`.`crop_y` as `pivot_crop_y`, `twill_mediables`.`lqip_data` as `pivot_lqip_data`, `twill_mediables`.`ratio` as `pivot_ratio`, `twill_mediables`.`metadatas` as `pivot_metadatas`, `twill_mediables`.`locale` as `pivot_locale`, `twill_mediables`.`created_at` as `pivot_created_at`, `twill_mediables`.`updated_at` as `pivot_updated_at` from `twill_medias` inner join `twill_mediables` on `twill_medias`.`id` = `twill_mediables`.`media_id` where `twill_mediables`.`mediable_id` = 242 and `twill_mediables`.`mediable_type` = 'App\Models\News' and `twill_medias`.`deleted_at` is null order by `twill_mediables`.`id` asc
4.27ms/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` = 240 and `twill_mediables`.`mediable_type` = 'App\Models\News' and `twill_medias`.`deleted_at` is null order by `twill_mediables`.`id` asc
4.99ms/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` = 234 and `twill_mediables`.`mediable_type` = 'App\Models\News' and `twill_medias`.`deleted_at` is null order by `twill_mediables`.`id` asc
4.3ms/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
3.13ms/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
3.06ms/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.61ms/app/Http/ViewComposers/TwillIndustriesComposer.php:20emtechnikMetadata | |
---|---|
Hints |
|
Backtrace |
|
select exists(select * from `twill_industry_translations` where `twill_industry_translations`.`twill_industry_id` = 3 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh-Hant' and `twill_industry_translations`.`deleted_at` is null) as `exists`
3.78ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `twill_industry_translations` where `twill_industry_translations`.`twill_industry_id` = 3 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh-Hant' and `twill_industry_translations`.`deleted_at` is null limit 1
2.98ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `twill_industry_translations` where `twill_industry_translations`.`twill_industry_id` = 4 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh-Hant' and `twill_industry_translations`.`deleted_at` is null) as `exists`
2.88ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `twill_industry_translations` where `twill_industry_translations`.`twill_industry_id` = 4 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh-Hant' and `twill_industry_translations`.`deleted_at` is null limit 1
3.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` = 5 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh-Hant' and `twill_industry_translations`.`deleted_at` is null) as `exists`
2.73ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `twill_industry_translations` where `twill_industry_translations`.`twill_industry_id` = 5 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh-Hant' and `twill_industry_translations`.`deleted_at` is null limit 1
2.99ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `twill_industry_translations` where `twill_industry_translations`.`twill_industry_id` = 6 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh-Hant' and `twill_industry_translations`.`deleted_at` is null) as `exists`
3.41ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `twill_industry_translations` where `twill_industry_translations`.`twill_industry_id` = 6 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh-Hant' and `twill_industry_translations`.`deleted_at` is null limit 1
3.42ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `twill_industry_translations` where `twill_industry_translations`.`twill_industry_id` = 7 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh-Hant' and `twill_industry_translations`.`deleted_at` is null) as `exists`
2.84ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `twill_industry_translations` where `twill_industry_translations`.`twill_industry_id` = 7 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh-Hant' and `twill_industry_translations`.`deleted_at` is null limit 1
2.98ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `twill_industry_translations` where `twill_industry_translations`.`twill_industry_id` = 8 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh-Hant' and `twill_industry_translations`.`deleted_at` is null) as `exists`
3.58ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `twill_industry_translations` where `twill_industry_translations`.`twill_industry_id` = 8 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh-Hant' and `twill_industry_translations`.`deleted_at` is null limit 1
3.23ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `twill_industry_translations` where `twill_industry_translations`.`twill_industry_id` = 9 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh-Hant' and `twill_industry_translations`.`deleted_at` is null) as `exists`
2.93ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `twill_industry_translations` where `twill_industry_translations`.`twill_industry_id` = 9 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh-Hant' and `twill_industry_translations`.`deleted_at` is null limit 1
3.02ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select exists(select * from `twill_industry_translations` where `twill_industry_translations`.`twill_industry_id` = 10 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh-Hant' and `twill_industry_translations`.`deleted_at` is null) as `exists`
2.45ms/vendor/astrotomic/laravel-translatable/src/Translatable/Traits/Relationship.php:73emtechnikMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `twill_industry_translations` where `twill_industry_translations`.`twill_industry_id` = 10 and `twill_industry_translations`.`twill_industry_id` is not null and `locale` = 'zh-Hant' and `twill_industry_translations`.`deleted_at` is null limit 1
2.4ms/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161emtechnikMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
200
[]
[]
0 of 0array:17 [▼ "accept-encoding" => array:1 [▶ 0 => "gzip, deflate, br, zstd" ] "sec-fetch-dest" => array:1 [▶ 0 => "document" ] "sec-fetch-user" => array:1 [▶ 0 => "?1" ] "sec-fetch-mode" => array:1 [▶ 0 => "navigate" ] "sec-fetch-site" => array:1 [▶ 0 => "none" ] "accept" => array:1 [▶ 0 => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" ] "user-agent" => array:1 [▶ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "upgrade-insecure-requests" => array:1 [▶ 0 => "1" ] "sec-ch-ua-platform" => array:1 [▶ 0 => ""Windows"" ] "sec-ch-ua-mobile" => array:1 [▶ 0 => "?0" ] "sec-ch-ua" => array:1 [▶ 0 => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" ] "cache-control" => array:1 [▶ 0 => "no-cache" ] "pragma" => array:1 [▶ 0 => "no-cache" ] "connection" => array:1 [▶ 0 => "keep-alive" ] "host" => array:1 [▶ 0 => "emv8.byte5.net" ] "content-length" => array:1 [▶ 0 => "" ] "content-type" => array:1 [▶ 0 => "" ] ]
0 of 0array:41 [▼ "USER" => "www-data" "HOME" => "/var/www" "HTTP_ACCEPT_ENCODING" => "gzip, deflate, br, zstd" "HTTP_SEC_FETCH_DEST" => "document" "HTTP_SEC_FETCH_USER" => "?1" "HTTP_SEC_FETCH_MODE" => "navigate" "HTTP_SEC_FETCH_SITE" => "none" "HTTP_ACCEPT" => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" "HTTP_USER_AGENT" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" "HTTP_UPGRADE_INSECURE_REQUESTS" => "1" "HTTP_SEC_CH_UA_PLATFORM" => ""Windows"" "HTTP_SEC_CH_UA_MOBILE" => "?0" "HTTP_SEC_CH_UA" => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" "HTTP_CACHE_CONTROL" => "no-cache" "HTTP_PRAGMA" => "no-cache" "HTTP_CONNECTION" => "keep-alive" "HTTP_HOST" => "emv8.byte5.net" "REDIRECT_STATUS" => "200" "SERVER_NAME" => "emv8.byte5.net" "SERVER_PORT" => "443" "SERVER_ADDR" => "10.0.0.6" "REMOTE_PORT" => "59194" "REMOTE_ADDR" => "216.73.216.243" "SERVER_SOFTWARE" => "nginx/1.18.0" "GATEWAY_INTERFACE" => "CGI/1.1" "HTTPS" => "on" "REQUEST_SCHEME" => "https" "SERVER_PROTOCOL" => "HTTP/1.1" "DOCUMENT_ROOT" => "/storage/staging/public" "DOCUMENT_URI" => "/index.php" "REQUEST_URI" => "/zh-Hant/products/connecting/flexible-tube-connectors/connection-principle-1/1200mg-5/21938" "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" => 1750723290.9466 "REQUEST_TIME" => 1750723290 ]
[]
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 => "Tue, 24 Jun 2025 00:01:31 GMT" ] "set-cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6IlRpT1pUZUNXKytWc1NJNVJQRzlicXc9PSIsInZhbHVlIjoiZ1QyQTZ0STFtTTZFMktUUlhGckdndm9UemUxbW1Ub1lhaDgySzJpWlRERXhhcGFPdVZhY2tmV3QrY2tST1VoS2NSQnMycURCTTdMSU9ITTdONkR2TkdkcTNKdnVlNElkZDZoYXZDQzgzeFNWMk0wYWhpQ3dwRkNEQlkzMlZzeWYiLCJtYWMiOiIzMTY0N2Q2ZDFhYTE0MjgwMjdkNmYyYjZlZWZkMGUwZjljMGYwMzYyZmNjNGNkNjExYmI5MTUyYjVmYTQwZTk1IiwidGFnIjoiIn0%3D; expires=Tue, 24-Jun-2025 02:01:34 GMT; Max-Age=7200; path=/ ◀XSRF-TOKEN=eyJpdiI6IlRpT1pUZUNXKytWc1NJNVJQRzlicXc9PSIsInZhbHVlIjoiZ1QyQTZ0STFtTTZFMktUUlhGckdndm9UemUxbW1Ub1lhaDgySzJpWlRERXhhcGFPdVZhY2tmV3QrY2tST1VoS2NSQnMyc ▶" 1 => "laravel=eyJpdiI6ImVSYllKYklZZThoYk8ydkFSVDVyNXc9PSIsInZhbHVlIjoielVDZVU1cFh2U3BsamVSaHJON0FTQ1ArckpDNmlUZHdRZGxjWUpueEJsT0EwdEx4UEZFSnlkVkxIcG53ZnBBWVNVUEc2YmZCWGlSdnJRT01HQXgyb2JrMlRmZWJGSkZxUVBRSUlOelNpY2VnT0FKY3h3OXNXRzFxV0M0cVZkcDkiLCJtYWMiOiI2YTYxYTA3ZTRkZTJkYzkwYTE3ZWExYjc5YWQwMjIyODE5ZTM4NWU2ZWE2YTA0MDgxOTkyNTY5YmExOGI3YmNjIiwidGFnIjoiIn0%3D; expires=Tue, 24-Jun-2025 02:01:34 GMT; Max-Age=7200; path=/; httponly ◀laravel=eyJpdiI6ImVSYllKYklZZThoYk8ydkFSVDVyNXc9PSIsInZhbHVlIjoielVDZVU1cFh2U3BsamVSaHJON0FTQ1ArckpDNmlUZHdRZGxjWUpueEJsT0EwdEx4UEZFSnlkVkxIcG53ZnBBWVNVUEc2YmZC ▶" ] "Set-Cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6IlRpT1pUZUNXKytWc1NJNVJQRzlicXc9PSIsInZhbHVlIjoiZ1QyQTZ0STFtTTZFMktUUlhGckdndm9UemUxbW1Ub1lhaDgySzJpWlRERXhhcGFPdVZhY2tmV3QrY2tST1VoS2NSQnMycURCTTdMSU9ITTdONkR2TkdkcTNKdnVlNElkZDZoYXZDQzgzeFNWMk0wYWhpQ3dwRkNEQlkzMlZzeWYiLCJtYWMiOiIzMTY0N2Q2ZDFhYTE0MjgwMjdkNmYyYjZlZWZkMGUwZjljMGYwMzYyZmNjNGNkNjExYmI5MTUyYjVmYTQwZTk1IiwidGFnIjoiIn0%3D; expires=Tue, 24-Jun-2025 02:01:34 GMT; path=/ ◀XSRF-TOKEN=eyJpdiI6IlRpT1pUZUNXKytWc1NJNVJQRzlicXc9PSIsInZhbHVlIjoiZ1QyQTZ0STFtTTZFMktUUlhGckdndm9UemUxbW1Ub1lhaDgySzJpWlRERXhhcGFPdVZhY2tmV3QrY2tST1VoS2NSQnMyc ▶" 1 => "laravel=eyJpdiI6ImVSYllKYklZZThoYk8ydkFSVDVyNXc9PSIsInZhbHVlIjoielVDZVU1cFh2U3BsamVSaHJON0FTQ1ArckpDNmlUZHdRZGxjWUpueEJsT0EwdEx4UEZFSnlkVkxIcG53ZnBBWVNVUEc2YmZCWGlSdnJRT01HQXgyb2JrMlRmZWJGSkZxUVBRSUlOelNpY2VnT0FKY3h3OXNXRzFxV0M0cVZkcDkiLCJtYWMiOiI2YTYxYTA3ZTRkZTJkYzkwYTE3ZWExYjc5YWQwMjIyODE5ZTM4NWU2ZWE2YTA0MDgxOTkyNTY5YmExOGI3YmNjIiwidGFnIjoiIn0%3D; expires=Tue, 24-Jun-2025 02:01:34 GMT; path=/; httponly ◀laravel=eyJpdiI6ImVSYllKYklZZThoYk8ydkFSVDVyNXc9PSIsInZhbHVlIjoielVDZVU1cFh2U3BsamVSaHJON0FTQ1ArckpDNmlUZHdRZGxjWUpueEJsT0EwdEx4UEZFSnlkVkxIcG53ZnBBWVNVUEc2YmZC ▶" ] ]
0 of 0array:5 [▼ "_token" => "Of1fvcPMGtp4CaC5s5dMvQmcwEEWiBVC2Pm9cnXR" "current_function" => "connecting" "_previous" => array:1 [▶ "url" => "https://emv8.byte5.net/zh-Hant/products/connecting/flexible-tube-connectors/connection-principle-1/1200mg-5/21938" ] "_flash" => array:2 [▶ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]