Browser assets: collecting… (open after page finishes loading)Slowest DB queries (top 10 of 27)
3.1 ms insert into `sessions` (`payload`, `last_activity`, `user_id`, `ip_address`, `user_agent`, `id`) values (?, ?, ?, ?, ?, ?)
1.9 ms select * from `sessions` where `id` = ? limit 1
1.2 ms select `modules`.*, `platform_plan_modules`.`platform_plan_id` as `pivot_platform_plan_id`, `platform_plan_modules`.`module_id` as `pivot_module_id` from `modules` inner join `platform_plan_modules` on `modules`.`id` = `
0.8 ms select city, COUNT(*) as cnt from `property_listings` where `status` = ? and json_unquote(json_extract(`custom_data`, '$."property_segment"')) = ? group by `city`
0.8 ms select city, COUNT(*) as cnt from `builder_projects` where `status` = ? group by `city`
0.8 ms select * from `www_solution_sections` where `is_active` = ? and `www_solution_sections`.`www_solution_page_id` in (1, 2, 3, 4, 5) order by `sort_order` asc
0.8 ms select * from `platform_plans` where `show_on_www` = ? and `is_active` = ? order by `sort_order` asc, `base_price` asc
0.7 ms select * from `property_listings` where `status` = ? and json_unquote(json_extract(`custom_data`, '$."property_segment"')) = ? order by `published_at` desc limit 6
0.7 ms select * from `website_nav_items` where `menu` = ? and `is_active` = ? and `parent_id` is null order by `sort_order` asc
0.6 ms select * from `website_settings` where `key` like ?