Discover the joy of cooking with recipes tailored to your specific tastes and needs. Let AI select the perfect recipes for you, and let our marketers provide all the required ingredients quickly and easily.
With our platform, you’ll get innovative recipes and fresh ingredients directly from the market to your kitchen. Let AI help you choose the best, and let our marketers take care of the rest. Cooking has never been this easy.
Enjoy a unique cooking experience with recipes specially designed for you by AI. We provide all the fresh ingredients you need delivered straight to your door. Make every meal an unforgettable experience with ease and speed.
Discover the joy of cooking with recipes tailored to your specific tastes and needs. Let AI select the perfect recipes for you, and let our marketers provide all the required ingredients quickly and easily.
With our platform, you’ll get innovative recipes and fresh ingredients directly from the market to your kitchen. Let AI help you choose the best, and let our marketers take care of the rest. Cooking has never been this easy.
Enjoy a unique cooking experience with recipes specially designed for you by AI. We provide all the fresh ingredients you need delivered straight to your door. Make every meal an unforgettable experience with ease and speed.
Discover the joy of cooking with recipes tailored to your specific tastes and needs. Let AI select the perfect recipes for you, and let our marketers provide all the required ingredients quickly and easily.
1 x Booting (54.68%) | 271ms |
1 x Application (45.31%) | 225ms |
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
17 |
|
18 |
|
select `users`.*, (select avg(`user_reviews`.`rating`) from `user_reviews` where `users`.`id` = `user_reviews`.`for_user_id`) as `for_other_reviews_avg_rating`, (select count(*) from `recipes` where `users`.`id` = `recipes`.`user_id`) as `recipes_count`, (select count(*) from `user_reviews` where `users`.`id` = `user_reviews`.`for_user_id`) as `for_other_reviews_count` from `users` order by `for_other_reviews_avg_rating` desc limit 5
Metadata | |
---|---|
Backtrace |
|
select * from `menu_categories` where `status` = 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `translations` where `translationable_type` = 'App\Models\MenuCategory' and `translations`.`translationable_id` in (1, 2, 3, 4, 5, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21) and `locale` = 'en'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select count(*) as aggregate from `recipes` where `categorie_id` = 1 and `status` = 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `recipes`.*, (select avg(`user_reviews`.`rating`) from `user_reviews` where `recipes`.`id` = `user_reviews`.`reviewable_id` and `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `add_user_id` is not null) as `reviews_avg_rating`, (select count(*) from `users` inner join `user_shopper_categories` on `user_shopper_categories`.`user_id` = `users`.`id` where `recipes`.`categorie_id` = `user_shopper_categories`.`category_id` and `is_phone_verified` = 1 and `users`.`active` = 1 and `users`.`id` is not null) as `shopper_count`, (select count(*) from `users` inner join `user_expert_categories` on `user_expert_categories`.`user_id` = `users`.`id` where `recipes`.`categorie_id` = `user_expert_categories`.`category_id` and `is_phone_verified` = 1 and `users`.`expert_active` = 1 and `users`.`id` is not null) as `expert_count`, (select count(*) from `recipe_wishlist` where `recipes`.`id` = `recipe_wishlist`.`recipe_id` and `recipe_id` is null and `user_id` is null) as `favorite_count`, (select count(*) from `recipe_sales` where `recipes`.`id` = `recipe_sales`.`recipe_id` and `recipe_id` is null and `buyer` is null) as `sale_count`, (select count(*) from `recipe_sales` where `recipes`.`id` = `recipe_sales`.`recipe_id`) as `all_sales_count`, (select count(*) from `recipe_wishlist` where `recipes`.`id` = `recipe_wishlist`.`recipe_id`) as `all_favorites_count` from `recipes` where `categorie_id` = 1 and `status` = 1 order by `reviews_avg_rating` desc limit 6
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `translations` where `translationable_type` = 'App\Models\Recipe' and `translations`.`translationable_id` in (63, 64, 77, 84, 91, 111) and `locale` = 'en'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select count(*) as aggregate from `recipes` where `categorie_id` = 2 and `status` = 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `recipes`.*, (select avg(`user_reviews`.`rating`) from `user_reviews` where `recipes`.`id` = `user_reviews`.`reviewable_id` and `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `add_user_id` is not null) as `reviews_avg_rating`, (select count(*) from `users` inner join `user_shopper_categories` on `user_shopper_categories`.`user_id` = `users`.`id` where `recipes`.`categorie_id` = `user_shopper_categories`.`category_id` and `is_phone_verified` = 1 and `users`.`active` = 1 and `users`.`id` is not null) as `shopper_count`, (select count(*) from `users` inner join `user_expert_categories` on `user_expert_categories`.`user_id` = `users`.`id` where `recipes`.`categorie_id` = `user_expert_categories`.`category_id` and `is_phone_verified` = 1 and `users`.`expert_active` = 1 and `users`.`id` is not null) as `expert_count`, (select count(*) from `recipe_wishlist` where `recipes`.`id` = `recipe_wishlist`.`recipe_id` and `recipe_id` is null and `user_id` is null) as `favorite_count`, (select count(*) from `recipe_sales` where `recipes`.`id` = `recipe_sales`.`recipe_id` and `recipe_id` is null and `buyer` is null) as `sale_count`, (select count(*) from `recipe_sales` where `recipes`.`id` = `recipe_sales`.`recipe_id`) as `all_sales_count`, (select count(*) from `recipe_wishlist` where `recipes`.`id` = `recipe_wishlist`.`recipe_id`) as `all_favorites_count` from `recipes` where `categorie_id` = 2 and `status` = 1 order by `reviews_avg_rating` desc limit 6
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `translations` where `translationable_type` = 'App\Models\Recipe' and `translations`.`translationable_id` in (50, 66, 68, 72, 136, 152) and `locale` = 'en'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select count(*) as aggregate from `recipes` where `categorie_id` = 3 and `status` = 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `recipes`.*, (select avg(`user_reviews`.`rating`) from `user_reviews` where `recipes`.`id` = `user_reviews`.`reviewable_id` and `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `add_user_id` is not null) as `reviews_avg_rating`, (select count(*) from `users` inner join `user_shopper_categories` on `user_shopper_categories`.`user_id` = `users`.`id` where `recipes`.`categorie_id` = `user_shopper_categories`.`category_id` and `is_phone_verified` = 1 and `users`.`active` = 1 and `users`.`id` is not null) as `shopper_count`, (select count(*) from `users` inner join `user_expert_categories` on `user_expert_categories`.`user_id` = `users`.`id` where `recipes`.`categorie_id` = `user_expert_categories`.`category_id` and `is_phone_verified` = 1 and `users`.`expert_active` = 1 and `users`.`id` is not null) as `expert_count`, (select count(*) from `recipe_wishlist` where `recipes`.`id` = `recipe_wishlist`.`recipe_id` and `recipe_id` is null and `user_id` is null) as `favorite_count`, (select count(*) from `recipe_sales` where `recipes`.`id` = `recipe_sales`.`recipe_id` and `recipe_id` is null and `buyer` is null) as `sale_count`, (select count(*) from `recipe_sales` where `recipes`.`id` = `recipe_sales`.`recipe_id`) as `all_sales_count`, (select count(*) from `recipe_wishlist` where `recipes`.`id` = `recipe_wishlist`.`recipe_id`) as `all_favorites_count` from `recipes` where `categorie_id` = 3 and `status` = 1 order by `reviews_avg_rating` desc limit 6
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `translations` where `translationable_type` = 'App\Models\Recipe' and `translations`.`translationable_id` in (65, 89, 108, 114) and `locale` = 'en'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select count(*) as aggregate from `recipes` where `categorie_id` = 4 and `status` = 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `recipes`.*, (select avg(`user_reviews`.`rating`) from `user_reviews` where `recipes`.`id` = `user_reviews`.`reviewable_id` and `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `add_user_id` is not null) as `reviews_avg_rating`, (select count(*) from `users` inner join `user_shopper_categories` on `user_shopper_categories`.`user_id` = `users`.`id` where `recipes`.`categorie_id` = `user_shopper_categories`.`category_id` and `is_phone_verified` = 1 and `users`.`active` = 1 and `users`.`id` is not null) as `shopper_count`, (select count(*) from `users` inner join `user_expert_categories` on `user_expert_categories`.`user_id` = `users`.`id` where `recipes`.`categorie_id` = `user_expert_categories`.`category_id` and `is_phone_verified` = 1 and `users`.`expert_active` = 1 and `users`.`id` is not null) as `expert_count`, (select count(*) from `recipe_wishlist` where `recipes`.`id` = `recipe_wishlist`.`recipe_id` and `recipe_id` is null and `user_id` is null) as `favorite_count`, (select count(*) from `recipe_sales` where `recipes`.`id` = `recipe_sales`.`recipe_id` and `recipe_id` is null and `buyer` is null) as `sale_count`, (select count(*) from `recipe_sales` where `recipes`.`id` = `recipe_sales`.`recipe_id`) as `all_sales_count`, (select count(*) from `recipe_wishlist` where `recipes`.`id` = `recipe_wishlist`.`recipe_id`) as `all_favorites_count` from `recipes` where `categorie_id` = 4 and `status` = 1 order by `reviews_avg_rating` desc limit 6
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `translations` where `translationable_type` = 'App\Models\Recipe' and `translations`.`translationable_id` in (56, 70, 73, 87, 109, 110) and `locale` = 'en'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select count(*) as aggregate from `recipes` where `categorie_id` = 5 and `status` = 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `recipes`.*, (select avg(`user_reviews`.`rating`) from `user_reviews` where `recipes`.`id` = `user_reviews`.`reviewable_id` and `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `add_user_id` is not null) as `reviews_avg_rating`, (select count(*) from `users` inner join `user_shopper_categories` on `user_shopper_categories`.`user_id` = `users`.`id` where `recipes`.`categorie_id` = `user_shopper_categories`.`category_id` and `is_phone_verified` = 1 and `users`.`active` = 1 and `users`.`id` is not null) as `shopper_count`, (select count(*) from `users` inner join `user_expert_categories` on `user_expert_categories`.`user_id` = `users`.`id` where `recipes`.`categorie_id` = `user_expert_categories`.`category_id` and `is_phone_verified` = 1 and `users`.`expert_active` = 1 and `users`.`id` is not null) as `expert_count`, (select count(*) from `recipe_wishlist` where `recipes`.`id` = `recipe_wishlist`.`recipe_id` and `recipe_id` is null and `user_id` is null) as `favorite_count`, (select count(*) from `recipe_sales` where `recipes`.`id` = `recipe_sales`.`recipe_id` and `recipe_id` is null and `buyer` is null) as `sale_count`, (select count(*) from `recipe_sales` where `recipes`.`id` = `recipe_sales`.`recipe_id`) as `all_sales_count`, (select count(*) from `recipe_wishlist` where `recipes`.`id` = `recipe_wishlist`.`recipe_id`) as `all_favorites_count` from `recipes` where `categorie_id` = 5 and `status` = 1 order by `reviews_avg_rating` desc limit 6
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `translations` where `translationable_type` = 'App\Models\Recipe' and `translations`.`translationable_id` in (51, 69, 71) and `locale` = 'en'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select count(*) as aggregate from `recipes` where `categorie_id` = 11 and `status` = 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `recipes`.*, (select avg(`user_reviews`.`rating`) from `user_reviews` where `recipes`.`id` = `user_reviews`.`reviewable_id` and `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `add_user_id` is not null) as `reviews_avg_rating`, (select count(*) from `users` inner join `user_shopper_categories` on `user_shopper_categories`.`user_id` = `users`.`id` where `recipes`.`categorie_id` = `user_shopper_categories`.`category_id` and `is_phone_verified` = 1 and `users`.`active` = 1 and `users`.`id` is not null) as `shopper_count`, (select count(*) from `users` inner join `user_expert_categories` on `user_expert_categories`.`user_id` = `users`.`id` where `recipes`.`categorie_id` = `user_expert_categories`.`category_id` and `is_phone_verified` = 1 and `users`.`expert_active` = 1 and `users`.`id` is not null) as `expert_count`, (select count(*) from `recipe_wishlist` where `recipes`.`id` = `recipe_wishlist`.`recipe_id` and `recipe_id` is null and `user_id` is null) as `favorite_count`, (select count(*) from `recipe_sales` where `recipes`.`id` = `recipe_sales`.`recipe_id` and `recipe_id` is null and `buyer` is null) as `sale_count`, (select count(*) from `recipe_sales` where `recipes`.`id` = `recipe_sales`.`recipe_id`) as `all_sales_count`, (select count(*) from `recipe_wishlist` where `recipes`.`id` = `recipe_wishlist`.`recipe_id`) as `all_favorites_count` from `recipes` where `categorie_id` = 11 and `status` = 1 order by `reviews_avg_rating` desc limit 6
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `translations` where `translationable_type` = 'App\Models\Recipe' and `translations`.`translationable_id` in (82, 117) and `locale` = 'en'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select count(*) as aggregate from `recipes` where `categorie_id` = 12 and `status` = 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `recipes`.*, (select avg(`user_reviews`.`rating`) from `user_reviews` where `recipes`.`id` = `user_reviews`.`reviewable_id` and `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `add_user_id` is not null) as `reviews_avg_rating`, (select count(*) from `users` inner join `user_shopper_categories` on `user_shopper_categories`.`user_id` = `users`.`id` where `recipes`.`categorie_id` = `user_shopper_categories`.`category_id` and `is_phone_verified` = 1 and `users`.`active` = 1 and `users`.`id` is not null) as `shopper_count`, (select count(*) from `users` inner join `user_expert_categories` on `user_expert_categories`.`user_id` = `users`.`id` where `recipes`.`categorie_id` = `user_expert_categories`.`category_id` and `is_phone_verified` = 1 and `users`.`expert_active` = 1 and `users`.`id` is not null) as `expert_count`, (select count(*) from `recipe_wishlist` where `recipes`.`id` = `recipe_wishlist`.`recipe_id` and `recipe_id` is null and `user_id` is null) as `favorite_count`, (select count(*) from `recipe_sales` where `recipes`.`id` = `recipe_sales`.`recipe_id` and `recipe_id` is null and `buyer` is null) as `sale_count`, (select count(*) from `recipe_sales` where `recipes`.`id` = `recipe_sales`.`recipe_id`) as `all_sales_count`, (select count(*) from `recipe_wishlist` where `recipes`.`id` = `recipe_wishlist`.`recipe_id`) as `all_favorites_count` from `recipes` where `categorie_id` = 12 and `status` = 1 order by `reviews_avg_rating` desc limit 6
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `translations` where `translationable_type` = 'App\Models\Recipe' and `translations`.`translationable_id` in (85, 93, 94) and `locale` = 'en'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select count(*) as aggregate from `recipes` where `categorie_id` = 13 and `status` = 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `recipes`.*, (select avg(`user_reviews`.`rating`) from `user_reviews` where `recipes`.`id` = `user_reviews`.`reviewable_id` and `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `add_user_id` is not null) as `reviews_avg_rating`, (select count(*) from `users` inner join `user_shopper_categories` on `user_shopper_categories`.`user_id` = `users`.`id` where `recipes`.`categorie_id` = `user_shopper_categories`.`category_id` and `is_phone_verified` = 1 and `users`.`active` = 1 and `users`.`id` is not null) as `shopper_count`, (select count(*) from `users` inner join `user_expert_categories` on `user_expert_categories`.`user_id` = `users`.`id` where `recipes`.`categorie_id` = `user_expert_categories`.`category_id` and `is_phone_verified` = 1 and `users`.`expert_active` = 1 and `users`.`id` is not null) as `expert_count`, (select count(*) from `recipe_wishlist` where `recipes`.`id` = `recipe_wishlist`.`recipe_id` and `recipe_id` is null and `user_id` is null) as `favorite_count`, (select count(*) from `recipe_sales` where `recipes`.`id` = `recipe_sales`.`recipe_id` and `recipe_id` is null and `buyer` is null) as `sale_count`, (select count(*) from `recipe_sales` where `recipes`.`id` = `recipe_sales`.`recipe_id`) as `all_sales_count`, (select count(*) from `recipe_wishlist` where `recipes`.`id` = `recipe_wishlist`.`recipe_id`) as `all_favorites_count` from `recipes` where `categorie_id` = 13 and `status` = 1 order by `reviews_avg_rating` desc limit 6
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select count(*) as aggregate from `recipes` where `categorie_id` = 14 and `status` = 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `recipes`.*, (select avg(`user_reviews`.`rating`) from `user_reviews` where `recipes`.`id` = `user_reviews`.`reviewable_id` and `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `add_user_id` is not null) as `reviews_avg_rating`, (select count(*) from `users` inner join `user_shopper_categories` on `user_shopper_categories`.`user_id` = `users`.`id` where `recipes`.`categorie_id` = `user_shopper_categories`.`category_id` and `is_phone_verified` = 1 and `users`.`active` = 1 and `users`.`id` is not null) as `shopper_count`, (select count(*) from `users` inner join `user_expert_categories` on `user_expert_categories`.`user_id` = `users`.`id` where `recipes`.`categorie_id` = `user_expert_categories`.`category_id` and `is_phone_verified` = 1 and `users`.`expert_active` = 1 and `users`.`id` is not null) as `expert_count`, (select count(*) from `recipe_wishlist` where `recipes`.`id` = `recipe_wishlist`.`recipe_id` and `recipe_id` is null and `user_id` is null) as `favorite_count`, (select count(*) from `recipe_sales` where `recipes`.`id` = `recipe_sales`.`recipe_id` and `recipe_id` is null and `buyer` is null) as `sale_count`, (select count(*) from `recipe_sales` where `recipes`.`id` = `recipe_sales`.`recipe_id`) as `all_sales_count`, (select count(*) from `recipe_wishlist` where `recipes`.`id` = `recipe_wishlist`.`recipe_id`) as `all_favorites_count` from `recipes` where `categorie_id` = 14 and `status` = 1 order by `reviews_avg_rating` desc limit 6
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `translations` where `translationable_type` = 'App\Models\Recipe' and `translations`.`translationable_id` in (78, 92, 120) and `locale` = 'en'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select count(*) as aggregate from `recipes` where `categorie_id` = 15 and `status` = 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `recipes`.*, (select avg(`user_reviews`.`rating`) from `user_reviews` where `recipes`.`id` = `user_reviews`.`reviewable_id` and `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `add_user_id` is not null) as `reviews_avg_rating`, (select count(*) from `users` inner join `user_shopper_categories` on `user_shopper_categories`.`user_id` = `users`.`id` where `recipes`.`categorie_id` = `user_shopper_categories`.`category_id` and `is_phone_verified` = 1 and `users`.`active` = 1 and `users`.`id` is not null) as `shopper_count`, (select count(*) from `users` inner join `user_expert_categories` on `user_expert_categories`.`user_id` = `users`.`id` where `recipes`.`categorie_id` = `user_expert_categories`.`category_id` and `is_phone_verified` = 1 and `users`.`expert_active` = 1 and `users`.`id` is not null) as `expert_count`, (select count(*) from `recipe_wishlist` where `recipes`.`id` = `recipe_wishlist`.`recipe_id` and `recipe_id` is null and `user_id` is null) as `favorite_count`, (select count(*) from `recipe_sales` where `recipes`.`id` = `recipe_sales`.`recipe_id` and `recipe_id` is null and `buyer` is null) as `sale_count`, (select count(*) from `recipe_sales` where `recipes`.`id` = `recipe_sales`.`recipe_id`) as `all_sales_count`, (select count(*) from `recipe_wishlist` where `recipes`.`id` = `recipe_wishlist`.`recipe_id`) as `all_favorites_count` from `recipes` where `categorie_id` = 15 and `status` = 1 order by `reviews_avg_rating` desc limit 6
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `translations` where `translationable_type` = 'App\Models\Recipe' and `translations`.`translationable_id` in (79, 121) and `locale` = 'en'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select count(*) as aggregate from `recipes` where `categorie_id` = 16 and `status` = 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `recipes`.*, (select avg(`user_reviews`.`rating`) from `user_reviews` where `recipes`.`id` = `user_reviews`.`reviewable_id` and `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `add_user_id` is not null) as `reviews_avg_rating`, (select count(*) from `users` inner join `user_shopper_categories` on `user_shopper_categories`.`user_id` = `users`.`id` where `recipes`.`categorie_id` = `user_shopper_categories`.`category_id` and `is_phone_verified` = 1 and `users`.`active` = 1 and `users`.`id` is not null) as `shopper_count`, (select count(*) from `users` inner join `user_expert_categories` on `user_expert_categories`.`user_id` = `users`.`id` where `recipes`.`categorie_id` = `user_expert_categories`.`category_id` and `is_phone_verified` = 1 and `users`.`expert_active` = 1 and `users`.`id` is not null) as `expert_count`, (select count(*) from `recipe_wishlist` where `recipes`.`id` = `recipe_wishlist`.`recipe_id` and `recipe_id` is null and `user_id` is null) as `favorite_count`, (select count(*) from `recipe_sales` where `recipes`.`id` = `recipe_sales`.`recipe_id` and `recipe_id` is null and `buyer` is null) as `sale_count`, (select count(*) from `recipe_sales` where `recipes`.`id` = `recipe_sales`.`recipe_id`) as `all_sales_count`, (select count(*) from `recipe_wishlist` where `recipes`.`id` = `recipe_wishlist`.`recipe_id`) as `all_favorites_count` from `recipes` where `categorie_id` = 16 and `status` = 1 order by `reviews_avg_rating` desc limit 6
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `translations` where `translationable_type` = 'App\Models\Recipe' and `translations`.`translationable_id` in (80, 122) and `locale` = 'en'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select count(*) as aggregate from `recipes` where `categorie_id` = 17 and `status` = 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `recipes`.*, (select avg(`user_reviews`.`rating`) from `user_reviews` where `recipes`.`id` = `user_reviews`.`reviewable_id` and `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `add_user_id` is not null) as `reviews_avg_rating`, (select count(*) from `users` inner join `user_shopper_categories` on `user_shopper_categories`.`user_id` = `users`.`id` where `recipes`.`categorie_id` = `user_shopper_categories`.`category_id` and `is_phone_verified` = 1 and `users`.`active` = 1 and `users`.`id` is not null) as `shopper_count`, (select count(*) from `users` inner join `user_expert_categories` on `user_expert_categories`.`user_id` = `users`.`id` where `recipes`.`categorie_id` = `user_expert_categories`.`category_id` and `is_phone_verified` = 1 and `users`.`expert_active` = 1 and `users`.`id` is not null) as `expert_count`, (select count(*) from `recipe_wishlist` where `recipes`.`id` = `recipe_wishlist`.`recipe_id` and `recipe_id` is null and `user_id` is null) as `favorite_count`, (select count(*) from `recipe_sales` where `recipes`.`id` = `recipe_sales`.`recipe_id` and `recipe_id` is null and `buyer` is null) as `sale_count`, (select count(*) from `recipe_sales` where `recipes`.`id` = `recipe_sales`.`recipe_id`) as `all_sales_count`, (select count(*) from `recipe_wishlist` where `recipes`.`id` = `recipe_wishlist`.`recipe_id`) as `all_favorites_count` from `recipes` where `categorie_id` = 17 and `status` = 1 order by `reviews_avg_rating` desc limit 6
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `translations` where `translationable_type` = 'App\Models\Recipe' and `translations`.`translationable_id` in (81, 123, 143) and `locale` = 'en'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select count(*) as aggregate from `recipes` where `categorie_id` = 18 and `status` = 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `recipes`.*, (select avg(`user_reviews`.`rating`) from `user_reviews` where `recipes`.`id` = `user_reviews`.`reviewable_id` and `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `add_user_id` is not null) as `reviews_avg_rating`, (select count(*) from `users` inner join `user_shopper_categories` on `user_shopper_categories`.`user_id` = `users`.`id` where `recipes`.`categorie_id` = `user_shopper_categories`.`category_id` and `is_phone_verified` = 1 and `users`.`active` = 1 and `users`.`id` is not null) as `shopper_count`, (select count(*) from `users` inner join `user_expert_categories` on `user_expert_categories`.`user_id` = `users`.`id` where `recipes`.`categorie_id` = `user_expert_categories`.`category_id` and `is_phone_verified` = 1 and `users`.`expert_active` = 1 and `users`.`id` is not null) as `expert_count`, (select count(*) from `recipe_wishlist` where `recipes`.`id` = `recipe_wishlist`.`recipe_id` and `recipe_id` is null and `user_id` is null) as `favorite_count`, (select count(*) from `recipe_sales` where `recipes`.`id` = `recipe_sales`.`recipe_id` and `recipe_id` is null and `buyer` is null) as `sale_count`, (select count(*) from `recipe_sales` where `recipes`.`id` = `recipe_sales`.`recipe_id`) as `all_sales_count`, (select count(*) from `recipe_wishlist` where `recipes`.`id` = `recipe_wishlist`.`recipe_id`) as `all_favorites_count` from `recipes` where `categorie_id` = 18 and `status` = 1 order by `reviews_avg_rating` desc limit 6
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `translations` where `translationable_type` = 'App\Models\Recipe' and `translations`.`translationable_id` in (124) and `locale` = 'en'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select count(*) as aggregate from `recipes` where `categorie_id` = 19 and `status` = 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `recipes`.*, (select avg(`user_reviews`.`rating`) from `user_reviews` where `recipes`.`id` = `user_reviews`.`reviewable_id` and `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `add_user_id` is not null) as `reviews_avg_rating`, (select count(*) from `users` inner join `user_shopper_categories` on `user_shopper_categories`.`user_id` = `users`.`id` where `recipes`.`categorie_id` = `user_shopper_categories`.`category_id` and `is_phone_verified` = 1 and `users`.`active` = 1 and `users`.`id` is not null) as `shopper_count`, (select count(*) from `users` inner join `user_expert_categories` on `user_expert_categories`.`user_id` = `users`.`id` where `recipes`.`categorie_id` = `user_expert_categories`.`category_id` and `is_phone_verified` = 1 and `users`.`expert_active` = 1 and `users`.`id` is not null) as `expert_count`, (select count(*) from `recipe_wishlist` where `recipes`.`id` = `recipe_wishlist`.`recipe_id` and `recipe_id` is null and `user_id` is null) as `favorite_count`, (select count(*) from `recipe_sales` where `recipes`.`id` = `recipe_sales`.`recipe_id` and `recipe_id` is null and `buyer` is null) as `sale_count`, (select count(*) from `recipe_sales` where `recipes`.`id` = `recipe_sales`.`recipe_id`) as `all_sales_count`, (select count(*) from `recipe_wishlist` where `recipes`.`id` = `recipe_wishlist`.`recipe_id`) as `all_favorites_count` from `recipes` where `categorie_id` = 19 and `status` = 1 order by `reviews_avg_rating` desc limit 6
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `translations` where `translationable_type` = 'App\Models\Recipe' and `translations`.`translationable_id` in (83, 125) and `locale` = 'en'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select count(*) as aggregate from `recipes` where `categorie_id` = 20 and `status` = 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `recipes`.*, (select avg(`user_reviews`.`rating`) from `user_reviews` where `recipes`.`id` = `user_reviews`.`reviewable_id` and `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `add_user_id` is not null) as `reviews_avg_rating`, (select count(*) from `users` inner join `user_shopper_categories` on `user_shopper_categories`.`user_id` = `users`.`id` where `recipes`.`categorie_id` = `user_shopper_categories`.`category_id` and `is_phone_verified` = 1 and `users`.`active` = 1 and `users`.`id` is not null) as `shopper_count`, (select count(*) from `users` inner join `user_expert_categories` on `user_expert_categories`.`user_id` = `users`.`id` where `recipes`.`categorie_id` = `user_expert_categories`.`category_id` and `is_phone_verified` = 1 and `users`.`expert_active` = 1 and `users`.`id` is not null) as `expert_count`, (select count(*) from `recipe_wishlist` where `recipes`.`id` = `recipe_wishlist`.`recipe_id` and `recipe_id` is null and `user_id` is null) as `favorite_count`, (select count(*) from `recipe_sales` where `recipes`.`id` = `recipe_sales`.`recipe_id` and `recipe_id` is null and `buyer` is null) as `sale_count`, (select count(*) from `recipe_sales` where `recipes`.`id` = `recipe_sales`.`recipe_id`) as `all_sales_count`, (select count(*) from `recipe_wishlist` where `recipes`.`id` = `recipe_wishlist`.`recipe_id`) as `all_favorites_count` from `recipes` where `categorie_id` = 20 and `status` = 1 order by `reviews_avg_rating` desc limit 6
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `translations` where `translationable_type` = 'App\Models\Recipe' and `translations`.`translationable_id` in (74, 76, 90, 115, 140) and `locale` = 'en'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select count(*) as aggregate from `recipes` where `categorie_id` = 21 and `status` = 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `recipes`.*, (select avg(`user_reviews`.`rating`) from `user_reviews` where `recipes`.`id` = `user_reviews`.`reviewable_id` and `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `add_user_id` is not null) as `reviews_avg_rating`, (select count(*) from `users` inner join `user_shopper_categories` on `user_shopper_categories`.`user_id` = `users`.`id` where `recipes`.`categorie_id` = `user_shopper_categories`.`category_id` and `is_phone_verified` = 1 and `users`.`active` = 1 and `users`.`id` is not null) as `shopper_count`, (select count(*) from `users` inner join `user_expert_categories` on `user_expert_categories`.`user_id` = `users`.`id` where `recipes`.`categorie_id` = `user_expert_categories`.`category_id` and `is_phone_verified` = 1 and `users`.`expert_active` = 1 and `users`.`id` is not null) as `expert_count`, (select count(*) from `recipe_wishlist` where `recipes`.`id` = `recipe_wishlist`.`recipe_id` and `recipe_id` is null and `user_id` is null) as `favorite_count`, (select count(*) from `recipe_sales` where `recipes`.`id` = `recipe_sales`.`recipe_id` and `recipe_id` is null and `buyer` is null) as `sale_count`, (select count(*) from `recipe_sales` where `recipes`.`id` = `recipe_sales`.`recipe_id`) as `all_sales_count`, (select count(*) from `recipe_wishlist` where `recipes`.`id` = `recipe_wishlist`.`recipe_id`) as `all_favorites_count` from `recipes` where `categorie_id` = 21 and `status` = 1 order by `reviews_avg_rating` desc limit 6
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `translations` where `translationable_type` = 'App\Models\Recipe' and `translations`.`translationable_id` in (86, 126) and `locale` = 'en'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `value`, `key` from `business_settings` where `key` in ('app_url_ios', 'app_url_android')
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `user_reviews` where `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `user_reviews`.`reviewable_id` = 63 and `user_reviews`.`reviewable_id` is not null and `add_user_id` is not null
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `user_reviews` where `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `user_reviews`.`reviewable_id` = 64 and `user_reviews`.`reviewable_id` is not null and `add_user_id` is not null
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `user_reviews` where `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `user_reviews`.`reviewable_id` = 77 and `user_reviews`.`reviewable_id` is not null and `add_user_id` is not null
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `user_reviews` where `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `user_reviews`.`reviewable_id` = 84 and `user_reviews`.`reviewable_id` is not null and `add_user_id` is not null
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `user_reviews` where `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `user_reviews`.`reviewable_id` = 91 and `user_reviews`.`reviewable_id` is not null and `add_user_id` is not null
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `user_reviews` where `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `user_reviews`.`reviewable_id` = 111 and `user_reviews`.`reviewable_id` is not null and `add_user_id` is not null
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `user_reviews` where `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `user_reviews`.`reviewable_id` = 50 and `user_reviews`.`reviewable_id` is not null and `add_user_id` is not null
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `user_reviews` where `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `user_reviews`.`reviewable_id` = 72 and `user_reviews`.`reviewable_id` is not null and `add_user_id` is not null
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `user_reviews` where `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `user_reviews`.`reviewable_id` = 66 and `user_reviews`.`reviewable_id` is not null and `add_user_id` is not null
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `user_reviews` where `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `user_reviews`.`reviewable_id` = 68 and `user_reviews`.`reviewable_id` is not null and `add_user_id` is not null
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `user_reviews` where `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `user_reviews`.`reviewable_id` = 152 and `user_reviews`.`reviewable_id` is not null and `add_user_id` is not null
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `user_reviews` where `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `user_reviews`.`reviewable_id` = 136 and `user_reviews`.`reviewable_id` is not null and `add_user_id` is not null
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `user_reviews` where `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `user_reviews`.`reviewable_id` = 65 and `user_reviews`.`reviewable_id` is not null and `add_user_id` is not null
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `user_reviews` where `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `user_reviews`.`reviewable_id` = 89 and `user_reviews`.`reviewable_id` is not null and `add_user_id` is not null
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `user_reviews` where `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `user_reviews`.`reviewable_id` = 108 and `user_reviews`.`reviewable_id` is not null and `add_user_id` is not null
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `user_reviews` where `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `user_reviews`.`reviewable_id` = 114 and `user_reviews`.`reviewable_id` is not null and `add_user_id` is not null
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `user_reviews` where `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `user_reviews`.`reviewable_id` = 73 and `user_reviews`.`reviewable_id` is not null and `add_user_id` is not null
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `user_reviews` where `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `user_reviews`.`reviewable_id` = 110 and `user_reviews`.`reviewable_id` is not null and `add_user_id` is not null
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `user_reviews` where `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `user_reviews`.`reviewable_id` = 70 and `user_reviews`.`reviewable_id` is not null and `add_user_id` is not null
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `user_reviews` where `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `user_reviews`.`reviewable_id` = 56 and `user_reviews`.`reviewable_id` is not null and `add_user_id` is not null
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `user_reviews` where `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `user_reviews`.`reviewable_id` = 87 and `user_reviews`.`reviewable_id` is not null and `add_user_id` is not null
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `user_reviews` where `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `user_reviews`.`reviewable_id` = 109 and `user_reviews`.`reviewable_id` is not null and `add_user_id` is not null
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `user_reviews` where `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `user_reviews`.`reviewable_id` = 69 and `user_reviews`.`reviewable_id` is not null and `add_user_id` is not null
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `user_reviews` where `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `user_reviews`.`reviewable_id` = 51 and `user_reviews`.`reviewable_id` is not null and `add_user_id` is not null
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `user_reviews` where `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `user_reviews`.`reviewable_id` = 71 and `user_reviews`.`reviewable_id` is not null and `add_user_id` is not null
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `user_reviews` where `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `user_reviews`.`reviewable_id` = 82 and `user_reviews`.`reviewable_id` is not null and `add_user_id` is not null
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `user_reviews` where `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `user_reviews`.`reviewable_id` = 117 and `user_reviews`.`reviewable_id` is not null and `add_user_id` is not null
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `user_reviews` where `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `user_reviews`.`reviewable_id` = 93 and `user_reviews`.`reviewable_id` is not null and `add_user_id` is not null
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `user_reviews` where `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `user_reviews`.`reviewable_id` = 85 and `user_reviews`.`reviewable_id` is not null and `add_user_id` is not null
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `user_reviews` where `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `user_reviews`.`reviewable_id` = 94 and `user_reviews`.`reviewable_id` is not null and `add_user_id` is not null
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `user_reviews` where `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `user_reviews`.`reviewable_id` = 92 and `user_reviews`.`reviewable_id` is not null and `add_user_id` is not null
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `user_reviews` where `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `user_reviews`.`reviewable_id` = 78 and `user_reviews`.`reviewable_id` is not null and `add_user_id` is not null
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `user_reviews` where `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `user_reviews`.`reviewable_id` = 120 and `user_reviews`.`reviewable_id` is not null and `add_user_id` is not null
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `user_reviews` where `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `user_reviews`.`reviewable_id` = 79 and `user_reviews`.`reviewable_id` is not null and `add_user_id` is not null
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `user_reviews` where `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `user_reviews`.`reviewable_id` = 121 and `user_reviews`.`reviewable_id` is not null and `add_user_id` is not null
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `user_reviews` where `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `user_reviews`.`reviewable_id` = 80 and `user_reviews`.`reviewable_id` is not null and `add_user_id` is not null
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `user_reviews` where `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `user_reviews`.`reviewable_id` = 122 and `user_reviews`.`reviewable_id` is not null and `add_user_id` is not null
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `user_reviews` where `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `user_reviews`.`reviewable_id` = 81 and `user_reviews`.`reviewable_id` is not null and `add_user_id` is not null
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `user_reviews` where `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `user_reviews`.`reviewable_id` = 123 and `user_reviews`.`reviewable_id` is not null and `add_user_id` is not null
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `user_reviews` where `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `user_reviews`.`reviewable_id` = 143 and `user_reviews`.`reviewable_id` is not null and `add_user_id` is not null
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `user_reviews` where `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `user_reviews`.`reviewable_id` = 124 and `user_reviews`.`reviewable_id` is not null and `add_user_id` is not null
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `user_reviews` where `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `user_reviews`.`reviewable_id` = 83 and `user_reviews`.`reviewable_id` is not null and `add_user_id` is not null
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `user_reviews` where `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `user_reviews`.`reviewable_id` = 125 and `user_reviews`.`reviewable_id` is not null and `add_user_id` is not null
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `user_reviews` where `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `user_reviews`.`reviewable_id` = 76 and `user_reviews`.`reviewable_id` is not null and `add_user_id` is not null
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `user_reviews` where `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `user_reviews`.`reviewable_id` = 74 and `user_reviews`.`reviewable_id` is not null and `add_user_id` is not null
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `user_reviews` where `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `user_reviews`.`reviewable_id` = 90 and `user_reviews`.`reviewable_id` is not null and `add_user_id` is not null
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `user_reviews` where `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `user_reviews`.`reviewable_id` = 115 and `user_reviews`.`reviewable_id` is not null and `add_user_id` is not null
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `user_reviews` where `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `user_reviews`.`reviewable_id` = 140 and `user_reviews`.`reviewable_id` is not null and `add_user_id` is not null
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `user_reviews` where `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `user_reviews`.`reviewable_id` = 86 and `user_reviews`.`reviewable_id` is not null and `add_user_id` is not null
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `user_reviews` where `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `user_reviews`.`reviewable_id` = 126 and `user_reviews`.`reviewable_id` is not null and `add_user_id` is not null
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
200
[]
[]
0 of 0array:15 [▼ "host" => array:1 [▶ 0 => "www.utedallal.ssgit.ae" ] "connection" => array:1 [▶ 0 => "keep-alive" ] "pragma" => array:1 [▶ 0 => "no-cache" ] "cache-control" => array:1 [▶ 0 => "no-cache" ] "sec-ch-ua" => array:1 [▶ 0 => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" ] "sec-ch-ua-mobile" => array:1 [▶ 0 => "?0" ] "sec-ch-ua-platform" => array:1 [▶ 0 => ""Windows"" ] "upgrade-insecure-requests" => array:1 [▶ 0 => "1" ] "user-agent" => array:1 [▶ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "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" ] "sec-fetch-site" => array:1 [▶ 0 => "none" ] "sec-fetch-mode" => array:1 [▶ 0 => "navigate" ] "sec-fetch-user" => array:1 [▶ 0 => "?1" ] "sec-fetch-dest" => array:1 [▶ 0 => "document" ] "accept-encoding" => array:1 [▶ 0 => "gzip, deflate, br, zstd" ] ]
0 of 0array:58 [▼ "TZ" => "UTC" "REDIRECT_REDIRECT_UNIQUE_ID" => "aIPn7A8e3HpGFPtHKCENJQAAAAE" "REDIRECT_REDIRECT_HTTPS" => "on" "REDIRECT_REDIRECT_SSL_TLS_SNI" => "www.utedallal.ssgit.ae" "REDIRECT_REDIRECT_STATUS" => "200" "REDIRECT_UNIQUE_ID" => "aIPn7A8e3HpGFPtHKCENJQAAAAE" "REDIRECT_HTTPS" => "on" "REDIRECT_SSL_TLS_SNI" => "www.utedallal.ssgit.ae" "REDIRECT_HANDLER" => "application/x-httpd-ea-php80" "REDIRECT_STATUS" => "200" "UNIQUE_ID" => "aIPn7A8e3HpGFPtHKCENJQAAAAE" "HTTPS" => "on" "SSL_TLS_SNI" => "www.utedallal.ssgit.ae" "HTTP_HOST" => "www.utedallal.ssgit.ae" "HTTP_CONNECTION" => "keep-alive" "HTTP_PRAGMA" => "no-cache" "HTTP_CACHE_CONTROL" => "no-cache" "HTTP_SEC_CH_UA" => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" "HTTP_SEC_CH_UA_MOBILE" => "?0" "HTTP_SEC_CH_UA_PLATFORM" => ""Windows"" "HTTP_UPGRADE_INSECURE_REQUESTS" => "1" "HTTP_USER_AGENT" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" "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_SEC_FETCH_SITE" => "none" "HTTP_SEC_FETCH_MODE" => "navigate" "HTTP_SEC_FETCH_USER" => "?1" "HTTP_SEC_FETCH_DEST" => "document" "HTTP_ACCEPT_ENCODING" => "gzip, deflate, br, zstd" "PATH" => "/usr/local/jdk/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/X11R6/bin:/root/bin:/opt/bin ◀/usr/local/jdk/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/X11R6/bi ▶" "SERVER_SIGNATURE" => "" "SERVER_SOFTWARE" => "Apache" "SERVER_NAME" => "www.utedallal.ssgit.ae" "SERVER_ADDR" => "139.99.97.50" "SERVER_PORT" => "443" "REMOTE_ADDR" => "216.73.216.60" "DOCUMENT_ROOT" => "/home/ssgit/uTedallal" "REQUEST_SCHEME" => "https" "CONTEXT_PREFIX" => "/cgi-sys" "CONTEXT_DOCUMENT_ROOT" => "/usr/local/cpanel/cgi-sys/" "SERVER_ADMIN" => "webmaster@utedallal.ssgit.ae" "SCRIPT_FILENAME" => "/home/ssgit/uTedallal/index.php" "REMOTE_PORT" => "15068" "REDIRECT_URL" => "/index.php" "GATEWAY_INTERFACE" => "CGI/1.1" "SERVER_PROTOCOL" => "HTTP/1.1" "REQUEST_METHOD" => "GET" "QUERY_STRING" => "" "REQUEST_URI" => "/en" "SCRIPT_NAME" => "/index.php" "ORIG_SCRIPT_FILENAME" => "/usr/local/cpanel/cgi-sys/ea-php80" "ORIG_PATH_INFO" => "/index.php" "ORIG_PATH_TRANSLATED" => "/home/ssgit/uTedallal/index.php" "ORIG_SCRIPT_NAME" => "/cgi-sys/ea-php80" "PHP_SELF" => "/index.php" "REQUEST_TIME_FLOAT" => 1753475052.8828 "REQUEST_TIME" => 1753475052 "argv" => [] "argc" => 0 ]
[]
0 of 0array:5 [▼ "content-type" => array:1 [▶ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [▶ 0 => "no-cache, private" ] "date" => array:1 [▶ 0 => "Fri, 25 Jul 2025 20:24:13 GMT" ] "set-cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6Ind6bzJweURiZmZjbVZHVjc0bGxVUVE9PSIsInZhbHVlIjoiSi9wTE81UFZtcHVBZCs4Z1hkYUpzaiswZTRhdCtvR1RMOFA1NjRFMEhFUE9zTjU2VzFXOXZlTXJBQ1pRU0t0OStFaUZNUHQ2SnhyMXpHNXJjc1B0dmJoUEkyTS9ERkxjS3A2ZWI2ZDlpL2xqK0QxMm4rQ0RoQWxnQitXRWFiY2giLCJtYWMiOiI3Yzc2ODAyMDNlOGQ0N2Y3NzNkNzBkNWUyYWIwZWEwZDkxNjg2YWU5Y2MzNjM2MzVhMzk3ZTZjODBhMjU0MzkxIiwidGFnIjoiIn0%3D; expires=Fri, 25-Jul-2025 22:24:13 GMT; Max-Age=7200; path=/; samesite=lax ◀XSRF-TOKEN=eyJpdiI6Ind6bzJweURiZmZjbVZHVjc0bGxVUVE9PSIsInZhbHVlIjoiSi9wTE81UFZtcHVBZCs4Z1hkYUpzaiswZTRhdCtvR1RMOFA1NjRFMEhFUE9zTjU2VzFXOXZlTXJBQ1pRU0t0OStFaUZNU ▶" 1 => "6ammart1687261439_session=eyJpdiI6IlExemZNb01yY0p5ZlJOK29TZnZtekE9PSIsInZhbHVlIjoiSmpWVllPM3llNXFKczBGUThwZDRCbUQzNC9wV1hiN3JEUjVnQXdVcGx3N2V1Y09ZSXlEV0g2MFVFMm9JT0NGRkVmNFA1QWM2Z1JoNm1HZG1INlRuSVZTR2p3SnZSejl6VHBWU1piNEtIMnZnZU56SldRMmpPb1gwMlFHQkNVaWsiLCJtYWMiOiI0NGU3MGYzZjk1NDViYmMxNTY2ZjFmYjI2MzliYjRlYTAzM2Q3MjE4Mzg4MTI4MWQwNDViMjljZjU0Mzc3YWRmIiwidGFnIjoiIn0%3D; expires=Fri, 25-Jul-2025 22:24:13 GMT; Max-Age=7200; path=/; httponly; samesite=lax ◀6ammart1687261439_session=eyJpdiI6IlExemZNb01yY0p5ZlJOK29TZnZtekE9PSIsInZhbHVlIjoiSmpWVllPM3llNXFKczBGUThwZDRCbUQzNC9wV1hiN3JEUjVnQXdVcGx3N2V1Y09ZSXlEV0g2MFVFMm ▶" ] "Set-Cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6Ind6bzJweURiZmZjbVZHVjc0bGxVUVE9PSIsInZhbHVlIjoiSi9wTE81UFZtcHVBZCs4Z1hkYUpzaiswZTRhdCtvR1RMOFA1NjRFMEhFUE9zTjU2VzFXOXZlTXJBQ1pRU0t0OStFaUZNUHQ2SnhyMXpHNXJjc1B0dmJoUEkyTS9ERkxjS3A2ZWI2ZDlpL2xqK0QxMm4rQ0RoQWxnQitXRWFiY2giLCJtYWMiOiI3Yzc2ODAyMDNlOGQ0N2Y3NzNkNzBkNWUyYWIwZWEwZDkxNjg2YWU5Y2MzNjM2MzVhMzk3ZTZjODBhMjU0MzkxIiwidGFnIjoiIn0%3D; expires=Fri, 25-Jul-2025 22:24:13 GMT; path=/ ◀XSRF-TOKEN=eyJpdiI6Ind6bzJweURiZmZjbVZHVjc0bGxVUVE9PSIsInZhbHVlIjoiSi9wTE81UFZtcHVBZCs4Z1hkYUpzaiswZTRhdCtvR1RMOFA1NjRFMEhFUE9zTjU2VzFXOXZlTXJBQ1pRU0t0OStFaUZNU ▶" 1 => "6ammart1687261439_session=eyJpdiI6IlExemZNb01yY0p5ZlJOK29TZnZtekE9PSIsInZhbHVlIjoiSmpWVllPM3llNXFKczBGUThwZDRCbUQzNC9wV1hiN3JEUjVnQXdVcGx3N2V1Y09ZSXlEV0g2MFVFMm9JT0NGRkVmNFA1QWM2Z1JoNm1HZG1INlRuSVZTR2p3SnZSejl6VHBWU1piNEtIMnZnZU56SldRMmpPb1gwMlFHQkNVaWsiLCJtYWMiOiI0NGU3MGYzZjk1NDViYmMxNTY2ZjFmYjI2MzliYjRlYTAzM2Q3MjE4Mzg4MTI4MWQwNDViMjljZjU0Mzc3YWRmIiwidGFnIjoiIn0%3D; expires=Fri, 25-Jul-2025 22:24:13 GMT; path=/; httponly ◀6ammart1687261439_session=eyJpdiI6IlExemZNb01yY0p5ZlJOK29TZnZtekE9PSIsInZhbHVlIjoiSmpWVllPM3llNXFKczBGUThwZDRCbUQzNC9wV1hiN3JEUjVnQXdVcGx3N2V1Y09ZSXlEV0g2MFVFMm ▶" ] ]
0 of 0array:5 [▼ "_token" => "sc1jVlUHR6ILXBdBhmIlaY43D8S5Nc9X5CElRHwl" "locale" => "en" "_previous" => array:1 [▶ "url" => "https://www.utedallal.ssgit.ae/en" ] "_flash" => array:2 [▶ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]