Query | Affected | Num. rows | Took (ms) | Actions |
---|
SELECT `StaticPage`.`slug` FROM `demoe3_getezquotes`.`static_pages` AS `StaticPage` WHERE 1 = 1 | 30 | 30 | 0 | |
SELECT `Country`.`slug` FROM `demoe3_getezquotes`.`countries` AS `Country` WHERE 1 = 1 | 15 | 15 | 0 | |
SELECT `Country`.`slug`, `Country`.`name`, `Country`.`id`, `Country`.`timezone` FROM `demoe3_getezquotes`.`countries` AS `Country` WHERE `is_default` = 1 ORDER BY `country_order` ASC, `name` ASC LIMIT 1 | 1 | 1 | 0 | |
SELECT `CurrencyCountry`.`currency_id`, `Currency`.`exchange_rate`, `Currency`.`code`, `Currency`.`symbol_postions` FROM `demoe3_getezquotes`.`currency_countries` AS `CurrencyCountry` LEFT JOIN `demoe3_getezquotes`.`currencies` AS `Currency` ON (`CurrencyCountry`.`currency_id` = `Currency`.`id`) WHERE `CurrencyCountry`.`country_id` = 2 LIMIT 1 | 1 | 1 | 0 | |
SELECT `Testimonial`.`id`, `Testimonial`.`user_id`, `Testimonial`.`title`, `Testimonial`.`type`, `Testimonial`.`description`, `Testimonial`.`posted_by`, `Testimonial`.`designation`, `Testimonial`.`image`, `Testimonial`.`rating`, `Testimonial`.`is_apporove`, `Testimonial`.`is_active`, `Testimonial`.`created`, `Testimonial`.`modified`, `ServiceProvider`.`first_name`, `ServiceProvider`.`last_name`, `ServiceProvider`.`username`, `ServiceProvider`.`business_name` FROM `demoe3_getezquotes`.`testimonials` AS `Testimonial` LEFT JOIN `demoe3_getezquotes`.`users` AS `ServiceProvider` ON (`Testimonial`.`user_id` = `ServiceProvider`.`id`) WHERE `Testimonial`.`type` = 'website' AND `is_active` = 1 AND `is_apporove` = 1 ORDER BY RAND() ASC LIMIT 20 | 11 | 11 | 1 | maybe slow |
SELECT `SliderCountry`.`id`, `SliderCountry`.`slider_id` FROM `demoe3_getezquotes`.`slider_countries` AS `SliderCountry` WHERE `country_id` = 2 | 13 | 13 | 23 | maybe slow |
SELECT `Sliderimage`.`id`, `Sliderimage`.`image`, `Sliderimage`.`title`, `Sliderimage`.`slider_order`, `Sliderimage`.`is_active`, `Sliderimage`.`created`, `Sliderimage`.`modified` FROM `demoe3_getezquotes`.`sliderimages` AS `Sliderimage` WHERE `is_active` = 1 AND `id` IN (8, 10, 9, 7, 5, 1, 2, 4, 12, 6, 11, 3, 13) ORDER BY `slider_order` desc | 11 | 11 | 17 | maybe slow |
SELECT COUNT(*) AS `count` FROM `demoe3_getezquotes`.`users` AS `ServiceProvider` WHERE `ServiceProvider`.`user_type` = 'service-provider' AND ((`is_blocked` = 0) AND (`is_deleted` = 0) AND (`is_apporoved` = 1) AND (`status` = 1) AND (`activation_key` = '')) AND `ServiceProvider`.`country_id` = 2 AND (select status from user_purchased_plans where `user_purchased_plans`.`user_id` = `ServiceProvider`.`id` AND (`user_purchased_plans`.`status` = 'completed' OR `user_purchased_plans`.`status` IN ('pending','expired')) ORDER BY `user_purchased_plans`.`created` DESC limit 1) = 'completed' | 1 | 1 | 53 | maybe slow |
SELECT COUNT(*) AS `count` FROM `demoe3_getezquotes`.`project_quotes` AS `Quote` LEFT JOIN `demoe3_getezquotes`.`projects` AS `Project` ON (`Quote`.`project_id` = `Project`.`id`) LEFT JOIN `demoe3_getezquotes`.`users` AS `ServiceProvider` ON (`Quote`.`psps_id` = `ServiceProvider`.`id`) LEFT JOIN `demoe3_getezquotes`.`users` AS `ProjectOwner` ON (`Quote`.`user_id` = `ProjectOwner`.`id`) LEFT JOIN `demoe3_getezquotes`.`quote_types` AS `QuoteType` ON (`Quote`.`quote_type` = `QuoteType`.`id`) WHERE `Project`.`country_id` = 2 | 1 | 1 | 0 | |
SELECT COUNT(*) AS `count` FROM `demoe3_getezquotes`.`project_quotes` AS `Quote` LEFT JOIN `demoe3_getezquotes`.`projects` AS `Project` ON (`Quote`.`project_id` = `Project`.`id`) LEFT JOIN `demoe3_getezquotes`.`users` AS `ServiceProvider` ON (`Quote`.`psps_id` = `ServiceProvider`.`id`) LEFT JOIN `demoe3_getezquotes`.`users` AS `ProjectOwner` ON (`Quote`.`user_id` = `ProjectOwner`.`id`) LEFT JOIN `demoe3_getezquotes`.`quote_types` AS `QuoteType` ON (`Quote`.`quote_type` = `QuoteType`.`id`) WHERE `Project`.`country_id` = 2 AND `Quote`.`quote_status` = 1 | 1 | 1 | 0 | |
SELECT `QuoteType`.`id`, `QuoteType`.`name`, `QuoteType`.`description`, `QuoteType`.`slug`, `QuoteType`.`status`, `QuoteType`.`show_in_list`, `QuoteType`.`created`, `QuoteType`.`modified` FROM `demoe3_getezquotes`.`quote_types` AS `QuoteType` WHERE `status` = 1 | 5 | 5 | 12 | maybe slow |
SELECT `PhotosDeal`.`id`, `PhotosDeal`.`offer_id`, `PhotosDeal`.`user_id`, `PhotosDeal`.`category_id`, `PhotosDeal`.`country_id`, `PhotosDeal`.`slug`, `PhotosDeal`.`photo_original_name`, `PhotosDeal`.`photo_name`, `PhotosDeal`.`is_deal`, `PhotosDeal`.`is_offer`, `PhotosDeal`.`is_photo`, `PhotosDeal`.`allow_for_proposed_offer`, `PhotosDeal`.`proposed_offer_rating`, `PhotosDeal`.`regular_price`, `PhotosDeal`.`member_price`, `PhotosDeal`.`local_currency_code`, `PhotosDeal`.`saving_percent`, `PhotosDeal`.`expiry_date`, `PhotosDeal`.`offer_details`, `PhotosDeal`.`offer_text`, `PhotosDeal`.`offer_price`, `PhotosDeal`.`exclusion_offer`, `PhotosDeal`.`key_features`, `PhotosDeal`.`maximum_deals_offered`, `PhotosDeal`.`maximum_offers`, `PhotosDeal`.`total_sold`, `PhotosDeal`.`client_requirements`, `PhotosDeal`.`add_property_stamp`, `PhotosDeal`.`view_count`, `PhotosDeal`.`deal_status`, `PhotosDeal`.`offer_status`, `PhotosDeal`.`is_deleted`, `PhotosDeal`.`created`, `PhotosDeal`.`modified`, (SELECT ROUND(AVG(`user_reviews`.`overall_rating`)) FROM user_reviews WHERE status = 1 AND is_deleted =0 AND is_active = 1 AND service_provider_id = `PhotosDeal`.`user_id` AND review_for = 'service_provider') AS `PhotosDeal__psps_reviews`, (SELECT count(`user_reviews`.`id`) FROM user_reviews WHERE status = 1 AND is_deleted =0 AND is_active = 1 AND service_provider_id = `PhotosDeal`.`user_id` AND `user_reviews`.`parent_id`=0 AND review_for = 'service_provider') AS `PhotosDeal__psps_nu_of_reviews`, (SELECT COUNT(id) from user_deals where psps_photos_deal_id = `PhotosDeal`.`id`) AS `PhotosDeal__user_deal_count`, (select status from user_current_plans where `user_current_plans`.`user_id` = `User`.`id` AND is_expired = 0 ORDER BY `user_current_plans`.`created` DESC limit 1) AS `PhotosDeal__plan_status`, `User`.`user_type`, `User`.`username`, `User`.`first_name`, `User`.`last_name`, `User`.`business_name`, `Category`.`name` FROM `demoe3_getezquotes`.`psps_photos_deals` AS `PhotosDeal` LEFT JOIN `demoe3_getezquotes`.`users` AS `User` ON (`PhotosDeal`.`user_id` = `User`.`id`) LEFT JOIN `demoe3_getezquotes`.`categories` AS `Category` ON (`PhotosDeal`.`category_id` = `Category`.`id`) WHERE `PhotosDeal`.`is_deleted` = 0 AND `PhotosDeal`.`deal_status` = 'accepted' AND `PhotosDeal`.`is_deal` = 1 AND `PhotosDeal`.`expiry_date` >= 1734845872 AND `PhotosDeal`.`country_id` = 2 AND (select status from user_current_plans where `user_current_plans`.`user_id` = `User`.`id` AND is_expired = 0 ORDER BY `user_current_plans`.`created` DESC limit 1) != '' ORDER BY `PhotosDeal`.`view_count` DESC LIMIT 3 | 0 | 0 | 1 | maybe slow |
SELECT `PhotosDeal`.`id`, `PhotosDeal`.`offer_id`, `PhotosDeal`.`user_id`, `PhotosDeal`.`category_id`, `PhotosDeal`.`country_id`, `PhotosDeal`.`slug`, `PhotosDeal`.`photo_original_name`, `PhotosDeal`.`photo_name`, `PhotosDeal`.`is_deal`, `PhotosDeal`.`is_offer`, `PhotosDeal`.`is_photo`, `PhotosDeal`.`allow_for_proposed_offer`, `PhotosDeal`.`proposed_offer_rating`, `PhotosDeal`.`regular_price`, `PhotosDeal`.`member_price`, `PhotosDeal`.`local_currency_code`, `PhotosDeal`.`saving_percent`, `PhotosDeal`.`expiry_date`, `PhotosDeal`.`offer_details`, `PhotosDeal`.`offer_text`, `PhotosDeal`.`offer_price`, `PhotosDeal`.`exclusion_offer`, `PhotosDeal`.`key_features`, `PhotosDeal`.`maximum_deals_offered`, `PhotosDeal`.`maximum_offers`, `PhotosDeal`.`total_sold`, `PhotosDeal`.`client_requirements`, `PhotosDeal`.`add_property_stamp`, `PhotosDeal`.`view_count`, `PhotosDeal`.`deal_status`, `PhotosDeal`.`offer_status`, `PhotosDeal`.`is_deleted`, `PhotosDeal`.`created`, `PhotosDeal`.`modified`, (SELECT `countries`.`name` from countries where `User`.`country_id` = `countries`.`id`) AS `PhotosDeal__country_name`, (SELECT `cities`.`name` from cities where `User`.`city_id` = `cities`.`id`) AS `PhotosDeal__city_name`, (SELECT count(`user_purchased_offers`.`id`) FROM user_purchased_offers WHERE `user_purchased_offers`.`payment_status` IN ('completed','pending') AND `user_purchased_offers`.`psps_photos_deal_id` = `PhotosDeal`.`id`) AS `PhotosDeal__offer_purchased_count`, (select status from user_current_plans where `user_current_plans`.`user_id` = `User`.`id` AND is_expired = 0 ORDER BY `user_current_plans`.`created` DESC limit 1) AS `PhotosDeal__plan_status`, (SELECT ROUND(AVG(`psps_offer_ratings`.`rating`),1) FROM psps_offer_ratings WHERE `psps_offer_ratings`.`is_approved` = 1 AND `psps_offer_ratings`.`is_deleted` =0 AND `psps_offer_ratings`.`is_active` = 1 AND `psps_offer_ratings`.`psps_photo_deal_id` = `PhotosDeal`.`id` AND review_for = 'purchased_offer') AS `PhotosDeal__offer_rating`, `User`.`user_type`, `User`.`username`, `User`.`first_name`, `User`.`last_name`, `User`.`business_name`, `Category`.`name` FROM `demoe3_getezquotes`.`psps_photos_deals` AS `PhotosDeal` LEFT JOIN `demoe3_getezquotes`.`users` AS `User` ON (`PhotosDeal`.`user_id` = `User`.`id`) LEFT JOIN `demoe3_getezquotes`.`categories` AS `Category` ON (`PhotosDeal`.`category_id` = `Category`.`id`) WHERE `PhotosDeal`.`is_deleted` = 0 AND `PhotosDeal`.`offer_status` = 'accepted' AND `PhotosDeal`.`is_offer` = 1 AND `PhotosDeal`.`country_id` = 2 AND `PhotosDeal`.`expiry_date` >= 1734845872 AND (select status from user_current_plans where `user_current_plans`.`user_id` = `User`.`id` AND is_expired = 0 ORDER BY `user_current_plans`.`created` DESC limit 1) != '' AND `PhotosDeal`.`maximum_offers` > `PhotosDeal`.`total_sold` ORDER BY `PhotosDeal`.`view_count` DESC | 0 | 0 | 1 | maybe slow |
SELECT `QuoteType`.`id`, `QuoteType`.`name` FROM `demoe3_getezquotes`.`quote_types` AS `QuoteType` WHERE `status` = 1 | 5 | 5 | 0 | |
SELECT `ServiceProvider`.`logo`, `ServiceProvider`.`first_name`, `ServiceProvider`.`last_name`, `ServiceProvider`.`username`, `ServiceProvider`.`business_name`, `ServiceProvider`.`psps_rating`, (SELECT IFNULL(ROUND(AVG(`user_reviews`.`overall_rating`)), 0) FROM user_reviews WHERE status = 1 AND is_deleted =0 AND is_active = 1 AND service_provider_id = `ServiceProvider`.`id` AND review_for='service_provider' AND `user_reviews`.`overall_rating` IS NOT NULL) AS `ServiceProvider__user_reviews`, (SELECT count(`user_reviews`.`id`) FROM user_reviews WHERE status = 1 AND is_deleted =0 AND is_active = 1 AND service_provider_id = `ServiceProvider`.`id` AND `user_reviews`.`parent_id`=0 AND review_for='service_provider') AS `ServiceProvider__nu_of_reviews`, (select status from user_current_plans where `user_current_plans`.`user_id` = `ServiceProvider`.`id` ORDER BY `user_current_plans`.`created` DESC limit 1) AS `ServiceProvider__plan_status` FROM `demoe3_getezquotes`.`users` AS `ServiceProvider` WHERE `ServiceProvider`.`user_type` = 'service-provider' AND ((`is_blocked` = 0) AND (`is_deleted` = 0) AND (`is_apporoved` = 1) AND (`status` = 1) AND (`activation_key` = '') AND (`ServiceProvider`.`country_id` = 2)) ORDER BY `is_psps` desc, (SELECT IFNULL(ROUND(AVG(`user_reviews`.`overall_rating`)), 0) FROM user_reviews WHERE status = 1 AND is_deleted =0 AND is_active = 1 AND service_provider_id = `ServiceProvider`.`id` AND review_for='service_provider' AND `user_reviews`.`overall_rating` IS NOT NULL) desc, `created` desc LIMIT 3 | 3 | 3 | 1 | maybe slow |
SELECT `BannerPosition`.`id`, `BannerPosition`.`page_slug`, `BannerPosition`.`page_name`, `BannerPosition`.`allow_category`, `BannerPosition`.`is_random`, `BannerPosition`.`banner_type`, `BannerPosition`.`no_of_banners`, `BannerPosition`.`banner_order`, `BannerPosition`.`time_interval`, `BannerPosition`.`banner_width`, `BannerPosition`.`banner_height`, `BannerPosition`.`banner_position_image`, `BannerPosition`.`created`, `BannerPosition`.`modified` FROM `demoe3_getezquotes`.`banner_positions` AS `BannerPosition` WHERE `BannerPosition`.`page_slug` = 'home' LIMIT 1 | 1 | 1 | 0 | |
SELECT `Banner`.`id`, `Banner`.`user_id`, `Banner`.`user_purchased_banner_package_id`, `Banner`.`banner_position_package_id`, `Banner`.`title`, `Banner`.`banner_type`, `Banner`.`link`, `Banner`.`advertiser_name`, `Banner`.`banner_position_id`, `Banner`.`category_id`, `Banner`.`banner_price`, `Banner`.`image`, `Banner`.`start_date`, `Banner`.`end_date`, `Banner`.`unix_start_date`, `Banner`.`unix_end_date`, `Banner`.`actual_end_date`, `Banner`.`duration`, `Banner`.`duration_unit`, `Banner`.`payment_status`, `Banner`.`banner_status`, `Banner`.`is_active`, `Banner`.`is_admin_approved`, `Banner`.`is_deleted`, `Banner`.`reason`, `Banner`.`created`, `Banner`.`modified` FROM `demoe3_getezquotes`.`banners` AS `Banner` WHERE `Banner`.`banner_position_id` = 1 AND `Banner`.`start_date` <= 1734845872 AND `Banner`.`end_date` > 1734845872 AND `Banner`.`is_admin_approved` = 1 AND `Banner`.`is_active` = 1 AND `Banner`.`banner_type` = 'static_banner' AND `Banner`.`payment_status` = 'completed' ORDER BY rand() ASC, `Banner`.`Created` DESC | 0 | 0 | 0 | |
SELECT `ProjectOwner`.`first_name`, `ProjectOwner`.`last_name`, `ProjectOwner`.`profile_image`, `Project`.`name`, `Project`.`slug`, `Project`.`category_id`, `ServiceProvider`.`id`, `ServiceProvider`.`first_name`, `ServiceProvider`.`last_name`, `ServiceProvider`.`business_name`, `ServiceProvider`.`username`, `Quote`.`award_date`, (SELECT is_expired FROM user_current_plans where `user_current_plans`.`user_id` = `Quote`.`psps_id` AND `user_current_plans`.`status` = "completed" ) AS `Quote__current_plan`, (SELECT name FROM countries where id = `ProjectOwner`.`country_id` ) AS `Quote__country`, (SELECT name FROM categories where id = (SELECT parent_id FROM categories where id = Project. category_id)) AS `Quote__category`, (SELECT parent_id FROM categories where id = `Quote`.`project_category_id` ) AS `Quote__parent_category` FROM `demoe3_getezquotes`.`project_quotes` AS `Quote` LEFT JOIN `demoe3_getezquotes`.`projects` AS `Project` ON (`Quote`.`project_id` = `Project`.`id`) LEFT JOIN `demoe3_getezquotes`.`users` AS `ServiceProvider` ON (`Quote`.`psps_id` = `ServiceProvider`.`id`) LEFT JOIN `demoe3_getezquotes`.`users` AS `ProjectOwner` ON (`Quote`.`user_id` = `ProjectOwner`.`id`) LEFT JOIN `demoe3_getezquotes`.`quote_types` AS `QuoteType` ON (`Quote`.`quote_type` = `QuoteType`.`id`) WHERE `Quote`.`quote_status` = 1 AND (SELECT is_expired FROM user_current_plans where `user_current_plans`.`user_id` = `Quote`.`psps_id` AND `user_current_plans`.`status` = "completed" ) = 0 AND `Project`.`country_id` = 2 AND `Project`.`project_type` = 'fixed_rate' AND `Quote`.`award_date` >= 1734238800 ORDER BY `Quote`.`award_date` DESC LIMIT 10 | 0 | 0 | 18 | maybe slow |
SELECT `Project`.`name`, `Project`.`slug`, `User`.`first_name`, `User`.`last_name`, `User`.`profile_image`, `Project`.`created`, `Project`.`city_name`, (SELECT name FROM countries where id = `Project`.`country_id` ) AS `Project__country`, (SELECT name FROM categories where id = (SELECT parent_id FROM categories where id = Project. category_id)) AS `Project__category` FROM `demoe3_getezquotes`.`projects` AS `Project` LEFT JOIN `demoe3_getezquotes`.`countries` AS `Country` ON (`Project`.`country_id` = `Country`.`id`) LEFT JOIN `demoe3_getezquotes`.`categories` AS `Category` ON (`Project`.`category_id` = `Category`.`id`) LEFT JOIN `demoe3_getezquotes`.`quote_types` AS `QuoteType` ON (`Project`.`quote_type` = `QuoteType`.`id`) LEFT JOIN `demoe3_getezquotes`.`users` AS `User` ON (`Project`.`user_id` = `User`.`id`) WHERE `Project`.`country_id` = 2 AND `Project`.`created` >= 1734238800 AND `Project`.`status` = 1 AND `Project`.`is_admin_approved` = 1 AND `Project`.`is_posted` = 1 AND `Project`.`is_deleted` = 0 AND `Project`.`running_status` = 0 AND `User`.`is_deleted` = 0 AND `User`.`is_blocked` = 0 ORDER BY `Project`.`created` DESC LIMIT 10 | 0 | 0 | 1 | maybe slow |
SELECT `Project`.`name`, `Project`.`slug`, `User`.`first_name`, `User`.`last_name`, `User`.`profile_image`, `Project`.`created`, `Quote`.`psps_id`, `Quote`.`total_cost`, `Quote`.`currency_code`, `Project`.`city_name`, `Project`.`running_status`, `Project`.`completed_date` FROM `demoe3_getezquotes`.`projects` AS `Project` LEFT JOIN `demoe3_getezquotes`.`countries` AS `Country` ON (`Project`.`country_id` = `Country`.`id`) LEFT JOIN `demoe3_getezquotes`.`categories` AS `Category` ON (`Project`.`category_id` = `Category`.`id`) LEFT JOIN `demoe3_getezquotes`.`quote_types` AS `QuoteType` ON (`Project`.`quote_type` = `QuoteType`.`id`) LEFT JOIN `demoe3_getezquotes`.`users` AS `User` ON (`Project`.`user_id` = `User`.`id`) LEFT JOIN `demoe3_getezquotes`.`project_quotes` AS `Quote` ON (`Quote`.`project_id` = `Project`.`id` AND `Project`.`id` = `Quote`.`project_id` AND `Quote`.`quote_status` = 1) WHERE `Project`.`country_id` = 2 AND `Project`.`created` >= 1734238800 AND `Project`.`status` = 1 AND `Project`.`is_admin_approved` = 1 AND `Project`.`is_posted` = 1 AND `Project`.`is_deleted` = 0 AND `Project`.`running_status` = 4 AND `Project`.`project_type` = 'fixed_rate' AND `User`.`is_deleted` = 0 AND `User`.`is_blocked` = 0 ORDER BY `Project`.`created` DESC LIMIT 10 | 0 | 0 | 1 | maybe slow |
SELECT `User`.`first_name`, `User`.`profile_image`, `ServiceProvider`.`last_name`, `ServiceProvider`.`first_name`, `ServiceProvider`.`business_name`, `ServiceProvider`.`username`, `User`.`last_name`, `UserRecommendation`.`verification_date`, `UserRecommendation`.`recommandation_category`, (SELECT name FROM countries where id = `User`.`country_id` ) AS `UserRecommendation__country`, (SELECT is_expired FROM user_current_plans where `user_current_plans`.`user_id` = `UserRecommendation`.`service_provider_id` AND `user_current_plans`.`status` = "completed") AS `UserRecommendation__current_plan` FROM `demoe3_getezquotes`.`user_recommendations` AS `UserRecommendation` LEFT JOIN `demoe3_getezquotes`.`users` AS `User` ON (`UserRecommendation`.`user_id` = `User`.`id`) LEFT JOIN `demoe3_getezquotes`.`users` AS `ServiceProvider` ON (`UserRecommendation`.`service_provider_id` = `ServiceProvider`.`id`) WHERE `UserRecommendation`.`verification_date` >= 1734238800 AND `UserRecommendation`.`status` = 1 AND `UserRecommendation`.`is_verified` = 1 AND `UserRecommendation`.`is_approved` = 1 AND (SELECT is_expired FROM user_current_plans where `user_current_plans`.`user_id` = `UserRecommendation`.`service_provider_id` AND `user_current_plans`.`status` = "completed") = 0 ORDER BY `UserRecommendation`.`verification_date` DESC LIMIT 10 | 0 | 0 | 31 | maybe slow |
SELECT `UserReview`.`id`, `UserReview`.`parent_id`, `UserReview`.`user_id`, `UserReview`.`service_provider_id`, `UserReview`.`project_id`, `UserReview`.`project_quote_id`, `UserReview`.`category_id`, `UserReview`.`project_amount`, `UserReview`.`work_completed_date`, `UserReview`.`project_hire_status`, `UserReview`.`project_recommendation`, `UserReview`.`review`, `UserReview`.`overall_rating`, `UserReview`.`review_reply_by`, `UserReview`.`review_for`, `UserReview`.`status`, `UserReview`.`total_like_count`, `UserReview`.`total_unlike_count`, `UserReview`.`approval_date`, `UserReview`.`is_active`, `UserReview`.`is_deleted`, `UserReview`.`created`, `UserReview`.`modified`, (SELECT is_expired FROM user_current_plans where `user_current_plans`.`user_id` = `UserReview`.`service_provider_id` AND `user_current_plans`.`status` = "completed") AS `UserReview__current_plan`, `Project`.`name`, `Project`.`slug`, `ServiceProvider`.`first_name`, `ServiceProvider`.`last_name`, `ServiceProvider`.`username`, `ServiceProvider`.`business_name`, `User`.`first_name`, `User`.`last_name`, `User`.`country_id` FROM `demoe3_getezquotes`.`user_reviews` AS `UserReview` LEFT JOIN `demoe3_getezquotes`.`projects` AS `Project` ON (`UserReview`.`project_id` = `Project`.`id`) LEFT JOIN `demoe3_getezquotes`.`users` AS `ServiceProvider` ON (`UserReview`.`service_provider_id` = `ServiceProvider`.`id`) LEFT JOIN `demoe3_getezquotes`.`users` AS `User` ON (`UserReview`.`user_id` = `User`.`id`) WHERE `UserReview`.`status` = 1 AND `UserReview`.`overall_rating` >= 7 AND `Project`.`is_posted` = 1 AND `Project`.`is_deleted` = 0 AND `Project`.`running_status` = 4 AND (SELECT is_expired FROM user_current_plans where `user_current_plans`.`user_id` = `UserReview`.`service_provider_id` AND `user_current_plans`.`status` = "completed") = 0 ORDER BY `UserReview`.`created` DESC LIMIT 10 | 0 | 0 | 1 | maybe slow |
SELECT `PspsFavorite`.`id`, `PspsFavorite`.`user_id`, `PspsFavorite`.`service_provider_id`, `PspsFavorite`.`created`, `PspsFavorite`.`modified`, `ServiceProvider`.`first_name`, `ServiceProvider`.`last_name`, `ServiceProvider`.`username`, `ServiceProvider`.`business_name`, `User`.`first_name`, `User`.`last_name`, `User`.`country_id`, `UserCurrentPlan`.`status` FROM `demoe3_getezquotes`.`psps_favorites` AS `PspsFavorite` LEFT JOIN `demoe3_getezquotes`.`users` AS `ServiceProvider` ON (`PspsFavorite`.`service_provider_id` = `ServiceProvider`.`id`) LEFT JOIN `demoe3_getezquotes`.`users` AS `User` ON (`PspsFavorite`.`user_id` = `User`.`id`) LEFT JOIN `demoe3_getezquotes`.`user_current_plans` AS `UserCurrentPlan` ON (`PspsFavorite`.`service_provider_id`=`UserCurrentPlan`.`user_id` AND `UserCurrentPlan`.`status` = "completed" AND `UserCurrentPlan`.`is_expired` = 0) WHERE `UserCurrentPlan`.`status` = 'completed' ORDER BY `PspsFavorite`.`created` DESC LIMIT 10 | 0 | 0 | 1 | maybe slow |
SELECT `Block`.`page_slug`, `Block`.`block_slug`, `Block`.`description` FROM `demoe3_getezquotes`.`blocks` AS `Block` WHERE `Block`.`page_slug` = 'Post-Project' AND `Block`.`block_slug` = 'post-project' LIMIT 1 | 1 | 1 | 0 | |
SELECT `Country`.`id`, `Country`.`slug`, `Country`.`name`, `Country`.`country_code`, `Country`.`is_default`, `Country`.`country_flag` FROM `demoe3_getezquotes`.`countries` AS `Country` WHERE `Country`.`show_in_menu` = 1 AND `Country`.`status` = 1 ORDER BY `country_order` ASC, `name` ASC | 3 | 3 | 0 | |
SELECT COUNT(*) AS `count` FROM `demoe3_getezquotes`.`users` AS `User` LEFT JOIN `demoe3_getezquotes`.`user_groups` AS `UserGroup` ON (`User`.`user_group_id` = `UserGroup`.`id`) WHERE `user_type` = 'service-provider' AND ((`is_blocked` = 0) AND (`is_deleted` = 0) AND (`is_apporoved` = 1) AND (`status` = 1) AND (`activation_key` = '')) | 1 | 1 | 0 | |
SELECT COUNT(*) AS `count` FROM `demoe3_getezquotes`.`users` AS `User` LEFT JOIN `demoe3_getezquotes`.`user_groups` AS `UserGroup` ON (`User`.`user_group_id` = `UserGroup`.`id`) WHERE `user_type` = 'user' | 1 | 1 | 0 | |
SELECT COUNT(*) AS `count` FROM `demoe3_getezquotes`.`projects` AS `Projects` LEFT JOIN `demoe3_getezquotes`.`users` AS `User` ON (`Projects`.`user_id` = `User`.`id`) WHERE `Projects`.`status` = 1 AND `Projects`.`is_admin_approved` = 1 AND `Projects`.`is_posted` = 1 AND `Projects`.`is_deleted` = 0 AND `User`.`is_deleted` = 0 AND `User`.`is_blocked` = 0 | 1 | 1 | 0 | |