image 1

Hutong

(0)
Comments 0
Request history8.1.29PHP Version224msRequest Duration4MBMemory UsageGET en/detailplace/{id}Route
    • Booting (35.59ms)time
    • Application (188ms)time
    • 1 x Application (84.07%)
      188ms
      1 x Booting (15.91%)
      35.59ms
      6 templates were rendered
      • frontend.detailplacedetailplace.blade.php#?blade
      • layouts.main_frontendmain_frontend.blade.php#?blade
      • frontend.layout.headerheader.blade.php#?blade
      • sweetalert::alertalert.blade.php#?blade
      • frontend.layout.header_mobileheader_mobile.blade.php#?blade
      • frontend.layout.footerfooter.blade.php#?blade
      uri
      GET en/detailplace/{id}
      middleware
      web, localeSessionRedirect, localizationRedirect, localeViewPath, Closure
      controller
      App\Http\Controllers\Frontend\CategoryController@detailplace
      namespace
      prefix
      /en
      where
      as
      detailplace
      file
      app/Http/Controllers/Frontend/CategoryController.php:255-300
      186 statements were executed, 21 of which were duplicates, 165 unique. Show only duplicated106ms
      • # Query soft limit for Debugbar is reached after 100 queries, additional 86 queries only show the query. Limit can be raised in the config. Limits can be raised in the config (debugbar.options.db.soft_limit)
      • Connection Establishednewsaeeh_saeehCategoryController.php#257
        Backtrace
        • 13. app/Http/Controllers/Frontend/CategoryController.php:257
        • 14. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 15. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 16. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • 17. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `places` where `places`.`id` = '8121' and `places`.`deleted_at` is null limit 1
        2.37msnewsaeeh_saeehCategoryController.php#257
        Bindings
        • 0: 8121
        Backtrace
        • 19. app/Http/Controllers/Frontend/CategoryController.php:257
        • 20. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 21. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 22. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • 23. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `categories` where `categories`.`id` = 257 and `categories`.`deleted_at` is null limit 1
        1.32msnewsaeeh_saeehCategoryController.php#259
        Bindings
        • 0: 257
        Backtrace
        • 19. app/Http/Controllers/Frontend/CategoryController.php:259
        • 20. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 21. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 22. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • 23. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `place_reviews` where `place_reviews`.`place_id` = 8121 and `place_reviews`.`place_id` is not null and `place_reviews`.`deleted_at` is null
        790μsnewsaeeh_saeehCategoryController.php#260
        Bindings
        • 0: 8121
        Backtrace
        • 20. app/Http/Controllers/Frontend/CategoryController.php:260
        • 21. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 22. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 23. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • 24. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `places` where `places`.`id` = '8121' and `places`.`deleted_at` is null limit 1
        2.71msnewsaeeh_saeehCategoryController.php#285
        Bindings
        • 0: 8121
        Backtrace
        • 19. app/Http/Controllers/Frontend/CategoryController.php:285
        • 20. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 21. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 22. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • 23. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select `flag`, `go_or_not` from `categories` where `id` = 257 and `categories`.`deleted_at` is null limit 1
        810μsnewsaeeh_saeehdetailplace.blade.php#33
        Bindings
        • 0: 257
        Backtrace
        • 15. view::frontend.detailplace:33
        • 17. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 20. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select avg(`rate`) as aggregate from `place_reviews` where `place_reviews`.`place_id` = 8121 and `place_reviews`.`place_id` is not null and `rate` > 0 and `place_reviews`.`deleted_at` is null
        550μsnewsaeeh_saeehPlace.php#246
        Bindings
        • 0: 8121
        • 1: 0
        Backtrace
        • 18. app/Models/Place.php:246
        • 19. view::frontend.detailplace:93
        • 21. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 22. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select * from `place_comments` where `place_comments`.`place_id` = 8121 and `place_comments`.`place_id` is not null and `place_comments`.`deleted_at` is null order by `rating` desc
        520μsnewsaeeh_saeehdetailplace.blade.php#99
        Bindings
        • 0: 8121
        Backtrace
        • 19. view::frontend.detailplace:99
        • 21. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 22. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 24. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `categories` where `categories`.`id` = 257 and `categories`.`deleted_at` is null limit 1
        400μsnewsaeeh_saeehdetailplace.blade.php#130
        Bindings
        • 0: 257
        Backtrace
        • 20. view::frontend.detailplace:130
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 25. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `cities` where `cities`.`id` = 48 and `cities`.`deleted_at` is null limit 1
        410μsnewsaeeh_saeehdetailplace.blade.php#239
        Bindings
        • 0: 48
        Backtrace
        • 21. view::frontend.detailplace:239
        • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 26. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `countries` where `countries`.`id` = 31 and `countries`.`deleted_at` is null limit 1
        410μsnewsaeeh_saeehdetailplace.blade.php#241
        Bindings
        • 0: 31
        Backtrace
        • 21. view::frontend.detailplace:241
        • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 26. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select avg(`rate`) as aggregate from `place_reviews` where `place_reviews`.`place_id` = 8121 and `place_reviews`.`place_id` is not null and `rate` > 0 and `place_reviews`.`deleted_at` is null
        430μsnewsaeeh_saeehPlace.php#246
        Bindings
        • 0: 8121
        • 1: 0
        Backtrace
        • 18. app/Models/Place.php:246
        • 19. view::frontend.detailplace:356
        • 21. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 22. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select avg(`rate`) as aggregate from `place_reviews` where `place_reviews`.`place_id` = 8121 and `place_reviews`.`place_id` is not null and `rate` > 0 and `place_reviews`.`deleted_at` is null
        330μsnewsaeeh_saeehPlace.php#246
        Bindings
        • 0: 8121
        • 1: 0
        Backtrace
        • 18. app/Models/Place.php:246
        • 19. view::frontend.detailplace:366
        • 21. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 22. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select avg(`rate`) as aggregate from `place_reviews` where `place_reviews`.`place_id` = 8121 and `place_reviews`.`place_id` is not null and `rate` > 0 and `place_reviews`.`deleted_at` is null
        310μsnewsaeeh_saeehPlace.php#246
        Bindings
        • 0: 8121
        • 1: 0
        Backtrace
        • 18. app/Models/Place.php:246
        • 19. view::frontend.detailplace:371
        • 21. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 22. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select avg(`rate`) as aggregate from `place_reviews` where `place_reviews`.`place_id` = 8121 and `place_reviews`.`place_id` is not null and `rate` > 0 and `place_reviews`.`deleted_at` is null
        320μsnewsaeeh_saeehPlace.php#246
        Bindings
        • 0: 8121
        • 1: 0
        Backtrace
        • 18. app/Models/Place.php:246
        • 19. view::frontend.detailplace:376
        • 21. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 22. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select avg(`rate`) as aggregate from `place_reviews` where `place_reviews`.`place_id` = 8121 and `place_reviews`.`place_id` is not null and `rate` > 0 and `place_reviews`.`deleted_at` is null
        310μsnewsaeeh_saeehPlace.php#246
        Bindings
        • 0: 8121
        • 1: 0
        Backtrace
        • 18. app/Models/Place.php:246
        • 19. view::frontend.detailplace:381
        • 21. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 22. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select avg(`rate`) as aggregate from `place_reviews` where `place_reviews`.`place_id` = 8121 and `place_reviews`.`place_id` is not null and `rate` > 0 and `place_reviews`.`deleted_at` is null
        350μsnewsaeeh_saeehPlace.php#246
        Bindings
        • 0: 8121
        • 1: 0
        Backtrace
        • 18. app/Models/Place.php:246
        • 19. view::frontend.detailplace:386
        • 21. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 22. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select * from `place_reviews` where `place_reviews`.`place_id` = 8121 and `place_reviews`.`place_id` is not null and `place_reviews`.`deleted_at` is null group by `review_element_id`
        490μsnewsaeeh_saeehdetailplace.blade.php#417
        Bindings
        • 0: 8121
        Backtrace
        • 19. view::frontend.detailplace:417
        • 21. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 22. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 24. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `places` where `places`.`id` = 8121 and `places`.`deleted_at` is null limit 1
        530μsnewsaeeh_saeehPlaceReview.php#48
        Bindings
        • 0: 8121
        Backtrace
        • 20. app/Models/PlaceReview.php:48
        • 26. view::frontend.detailplace:418
        • 28. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 29. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 30. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select * from `categories` where `categories`.`id` = 257 and `categories`.`deleted_at` is null limit 1
        360μsnewsaeeh_saeehPlaceReview.php#49
        Bindings
        • 0: 257
        Backtrace
        • 20. app/Models/PlaceReview.php:49
        • 26. view::frontend.detailplace:418
        • 28. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 29. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 30. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select * from `review_elements` where `review_elements`.`id` = 13 and `type` = 'resturant' and `review_elements`.`deleted_at` is null limit 1
        330μsnewsaeeh_saeehdetailplace.blade.php#418
        Bindings
        • 0: 13
        • 1: resturant
        Backtrace
        • 21. view::frontend.detailplace:418
        • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 26. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `place_comments` where `place_comments`.`place_id` = 8121 and `place_comments`.`place_id` is not null and `place_comments`.`deleted_at` is null order by `rating` desc limit 3
        470μsnewsaeeh_saeehdetailplace.blade.php#454
        Bindings
        • 0: 8121
        Backtrace
        • 20. view::frontend.detailplace:454
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 25. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select avg(`rate`) as aggregate from `place_reviews` where `place_reviews`.`place_id` = 8121 and `place_reviews`.`place_id` is not null and `rate` > 0 and `place_reviews`.`deleted_at` is null
        510μsnewsaeeh_saeehPlace.php#246
        Bindings
        • 0: 8121
        • 1: 0
        Backtrace
        • 18. app/Models/Place.php:246
        • 19. view::frontend.detailplace:1028
        • 21. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 22. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select avg(`rate`) as aggregate from `place_reviews` where `place_reviews`.`place_id` = 8121 and `place_reviews`.`place_id` is not null and `rate` > 0 and `place_reviews`.`deleted_at` is null
        360μsnewsaeeh_saeehPlace.php#246
        Bindings
        • 0: 8121
        • 1: 0
        Backtrace
        • 18. app/Models/Place.php:246
        • 19. view::frontend.detailplace:1036
        • 21. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 22. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select avg(`rate`) as aggregate from `place_reviews` where `place_reviews`.`place_id` = 8121 and `place_reviews`.`place_id` is not null and `rate` > 0 and `place_reviews`.`deleted_at` is null
        320μsnewsaeeh_saeehPlace.php#246
        Bindings
        • 0: 8121
        • 1: 0
        Backtrace
        • 18. app/Models/Place.php:246
        • 19. view::frontend.detailplace:1041
        • 21. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 22. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select avg(`rate`) as aggregate from `place_reviews` where `place_reviews`.`place_id` = 8121 and `place_reviews`.`place_id` is not null and `rate` > 0 and `place_reviews`.`deleted_at` is null
        330μsnewsaeeh_saeehPlace.php#246
        Bindings
        • 0: 8121
        • 1: 0
        Backtrace
        • 18. app/Models/Place.php:246
        • 19. view::frontend.detailplace:1046
        • 21. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 22. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select avg(`rate`) as aggregate from `place_reviews` where `place_reviews`.`place_id` = 8121 and `place_reviews`.`place_id` is not null and `rate` > 0 and `place_reviews`.`deleted_at` is null
        330μsnewsaeeh_saeehPlace.php#246
        Bindings
        • 0: 8121
        • 1: 0
        Backtrace
        • 18. app/Models/Place.php:246
        • 19. view::frontend.detailplace:1051
        • 21. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 22. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select avg(`rate`) as aggregate from `place_reviews` where `place_reviews`.`place_id` = 8121 and `place_reviews`.`place_id` is not null and `rate` > 0 and `place_reviews`.`deleted_at` is null
        1.53msnewsaeeh_saeehPlace.php#246
        Bindings
        • 0: 8121
        • 1: 0
        Backtrace
        • 18. app/Models/Place.php:246
        • 19. view::frontend.detailplace:1056
        • 21. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 22. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select * from `categories` where `parent_id` = 1 and `type` = 1 and `deleted_at` is null and `categories`.`deleted_at` is null
        730μsnewsaeeh_saeehHelper.php#20
        Bindings
        • 0: 1
        • 1: 1
        Backtrace
        • 14. app/Helpers/Helper.php:20
        • 17. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 20. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select count(*) as aggregate from `aqars` where `category_id` = 93889 and `deleted_at` is null and `ads_status_id` != 3 and `aqars`.`deleted_at` is null
        590μsnewsaeeh_saeehHelper.php#26
        Bindings
        • 0: 93889
        • 1: 3
        Backtrace
        • 15. app/Helpers/Helper.php:26
        • 19. app/Helpers/Helper.php:27
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select count(*) as aggregate from `aqars` where `category_id` = 93890 and `deleted_at` is null and `ads_status_id` != 3 and `aqars`.`deleted_at` is null
        600μsnewsaeeh_saeehHelper.php#26
        Bindings
        • 0: 93890
        • 1: 3
        Backtrace
        • 15. app/Helpers/Helper.php:26
        • 19. app/Helpers/Helper.php:27
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select count(*) as aggregate from `aqars` where `category_id` = 93891 and `deleted_at` is null and `ads_status_id` != 3 and `aqars`.`deleted_at` is null
        480μsnewsaeeh_saeehHelper.php#26
        Bindings
        • 0: 93891
        • 1: 3
        Backtrace
        • 15. app/Helpers/Helper.php:26
        • 19. app/Helpers/Helper.php:27
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select count(*) as aggregate from `aqars` where `category_id` = 93892 and `deleted_at` is null and `ads_status_id` != 3 and `aqars`.`deleted_at` is null
        400μsnewsaeeh_saeehHelper.php#26
        Bindings
        • 0: 93892
        • 1: 3
        Backtrace
        • 15. app/Helpers/Helper.php:26
        • 19. app/Helpers/Helper.php:27
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select count(*) as aggregate from `aqars` where `category_id` = 93893 and `deleted_at` is null and `ads_status_id` != 3 and `aqars`.`deleted_at` is null
        400μsnewsaeeh_saeehHelper.php#26
        Bindings
        • 0: 93893
        • 1: 3
        Backtrace
        • 15. app/Helpers/Helper.php:26
        • 19. app/Helpers/Helper.php:27
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select count(*) as aggregate from `aqars` where `category_id` = 93894 and `deleted_at` is null and `ads_status_id` != 3 and `aqars`.`deleted_at` is null
        410μsnewsaeeh_saeehHelper.php#26
        Bindings
        • 0: 93894
        • 1: 3
        Backtrace
        • 15. app/Helpers/Helper.php:26
        • 19. app/Helpers/Helper.php:27
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select count(*) as aggregate from `aqars` where `category_id` = 93895 and `deleted_at` is null and `ads_status_id` != 3 and `aqars`.`deleted_at` is null
        420μsnewsaeeh_saeehHelper.php#26
        Bindings
        • 0: 93895
        • 1: 3
        Backtrace
        • 15. app/Helpers/Helper.php:26
        • 19. app/Helpers/Helper.php:27
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select count(*) as aggregate from `categories` where `id` in (93889, 93890, 93891, 93892, 93893, 93894, 93895) and `categories`.`deleted_at` is null
        470μsnewsaeeh_saeehHelper.php#32
        Bindings
        • 0: 93889
        • 1: 93890
        • 2: 93891
        • 3: 93892
        • 4: 93893
        • 5: 93894
        • 6: 93895
        Backtrace
        • 15. app/Helpers/Helper.php:32
        • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 21. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `categories` where `id` in (93889, 93890, 93891, 93892, 93893, 93894, 93895) and `categories`.`deleted_at` is null limit 8 offset 0
        590μsnewsaeeh_saeehHelper.php#32
        Bindings
        • 0: 93889
        • 1: 93890
        • 2: 93891
        • 3: 93892
        • 4: 93893
        • 5: 93894
        • 6: 93895
        Backtrace
        • 15. app/Helpers/Helper.php:32
        • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 21. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `categories` where `parent_id` = 2 and `type` = 2 and `deleted_at` is null and `categories`.`deleted_at` is null
        540μsnewsaeeh_saeehHelper.php#39
        Bindings
        • 0: 2
        • 1: 2
        Backtrace
        • 14. app/Helpers/Helper.php:39
        • 17. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 20. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select count(*) as aggregate from `cars` where `category_id` = 93917 and `deleted_at` is null and `ads_status_id` != 3 and `cars`.`deleted_at` is null
        470μsnewsaeeh_saeehHelper.php#44
        Bindings
        • 0: 93917
        • 1: 3
        Backtrace
        • 15. app/Helpers/Helper.php:44
        • 19. app/Helpers/Helper.php:45
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select count(*) as aggregate from `cars` where `category_id` = 93918 and `deleted_at` is null and `ads_status_id` != 3 and `cars`.`deleted_at` is null
        310μsnewsaeeh_saeehHelper.php#44
        Bindings
        • 0: 93918
        • 1: 3
        Backtrace
        • 15. app/Helpers/Helper.php:44
        • 19. app/Helpers/Helper.php:45
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select count(*) as aggregate from `cars` where `category_id` = 93919 and `deleted_at` is null and `ads_status_id` != 3 and `cars`.`deleted_at` is null
        320μsnewsaeeh_saeehHelper.php#44
        Bindings
        • 0: 93919
        • 1: 3
        Backtrace
        • 15. app/Helpers/Helper.php:44
        • 19. app/Helpers/Helper.php:45
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select count(*) as aggregate from `cars` where `category_id` = 93920 and `deleted_at` is null and `ads_status_id` != 3 and `cars`.`deleted_at` is null
        320μsnewsaeeh_saeehHelper.php#44
        Bindings
        • 0: 93920
        • 1: 3
        Backtrace
        • 15. app/Helpers/Helper.php:44
        • 19. app/Helpers/Helper.php:45
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select count(*) as aggregate from `cars` where `category_id` = 93921 and `deleted_at` is null and `ads_status_id` != 3 and `cars`.`deleted_at` is null
        380μsnewsaeeh_saeehHelper.php#44
        Bindings
        • 0: 93921
        • 1: 3
        Backtrace
        • 15. app/Helpers/Helper.php:44
        • 19. app/Helpers/Helper.php:45
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select count(*) as aggregate from `cars` where `category_id` = 93922 and `deleted_at` is null and `ads_status_id` != 3 and `cars`.`deleted_at` is null
        290μsnewsaeeh_saeehHelper.php#44
        Bindings
        • 0: 93922
        • 1: 3
        Backtrace
        • 15. app/Helpers/Helper.php:44
        • 19. app/Helpers/Helper.php:45
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select count(*) as aggregate from `cars` where `category_id` = 93923 and `deleted_at` is null and `ads_status_id` != 3 and `cars`.`deleted_at` is null
        380μsnewsaeeh_saeehHelper.php#44
        Bindings
        • 0: 93923
        • 1: 3
        Backtrace
        • 15. app/Helpers/Helper.php:44
        • 19. app/Helpers/Helper.php:45
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select count(*) as aggregate from `cars` where `category_id` = 93924 and `deleted_at` is null and `ads_status_id` != 3 and `cars`.`deleted_at` is null
        340μsnewsaeeh_saeehHelper.php#44
        Bindings
        • 0: 93924
        • 1: 3
        Backtrace
        • 15. app/Helpers/Helper.php:44
        • 19. app/Helpers/Helper.php:45
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select count(*) as aggregate from `cars` where `category_id` = 93925 and `deleted_at` is null and `ads_status_id` != 3 and `cars`.`deleted_at` is null
        340μsnewsaeeh_saeehHelper.php#44
        Bindings
        • 0: 93925
        • 1: 3
        Backtrace
        • 15. app/Helpers/Helper.php:44
        • 19. app/Helpers/Helper.php:45
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select count(*) as aggregate from `cars` where `category_id` = 93926 and `deleted_at` is null and `ads_status_id` != 3 and `cars`.`deleted_at` is null
        370μsnewsaeeh_saeehHelper.php#44
        Bindings
        • 0: 93926
        • 1: 3
        Backtrace
        • 15. app/Helpers/Helper.php:44
        • 19. app/Helpers/Helper.php:45
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select count(*) as aggregate from `cars` where `category_id` = 93927 and `deleted_at` is null and `ads_status_id` != 3 and `cars`.`deleted_at` is null
        350μsnewsaeeh_saeehHelper.php#44
        Bindings
        • 0: 93927
        • 1: 3
        Backtrace
        • 15. app/Helpers/Helper.php:44
        • 19. app/Helpers/Helper.php:45
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select count(*) as aggregate from `cars` where `category_id` = 93928 and `deleted_at` is null and `ads_status_id` != 3 and `cars`.`deleted_at` is null
        370μsnewsaeeh_saeehHelper.php#44
        Bindings
        • 0: 93928
        • 1: 3
        Backtrace
        • 15. app/Helpers/Helper.php:44
        • 19. app/Helpers/Helper.php:45
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select count(*) as aggregate from `cars` where `category_id` = 93929 and `deleted_at` is null and `ads_status_id` != 3 and `cars`.`deleted_at` is null
        310μsnewsaeeh_saeehHelper.php#44
        Bindings
        • 0: 93929
        • 1: 3
        Backtrace
        • 15. app/Helpers/Helper.php:44
        • 19. app/Helpers/Helper.php:45
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select count(*) as aggregate from `cars` where `category_id` = 93930 and `deleted_at` is null and `ads_status_id` != 3 and `cars`.`deleted_at` is null
        290μsnewsaeeh_saeehHelper.php#44
        Bindings
        • 0: 93930
        • 1: 3
        Backtrace
        • 15. app/Helpers/Helper.php:44
        • 19. app/Helpers/Helper.php:45
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select count(*) as aggregate from `cars` where `category_id` = 93931 and `deleted_at` is null and `ads_status_id` != 3 and `cars`.`deleted_at` is null
        260μsnewsaeeh_saeehHelper.php#44
        Bindings
        • 0: 93931
        • 1: 3
        Backtrace
        • 15. app/Helpers/Helper.php:44
        • 19. app/Helpers/Helper.php:45
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select count(*) as aggregate from `cars` where `category_id` = 93932 and `deleted_at` is null and `ads_status_id` != 3 and `cars`.`deleted_at` is null
        240μsnewsaeeh_saeehHelper.php#44
        Bindings
        • 0: 93932
        • 1: 3
        Backtrace
        • 15. app/Helpers/Helper.php:44
        • 19. app/Helpers/Helper.php:45
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select count(*) as aggregate from `cars` where `category_id` = 93933 and `deleted_at` is null and `ads_status_id` != 3 and `cars`.`deleted_at` is null
        260μsnewsaeeh_saeehHelper.php#44
        Bindings
        • 0: 93933
        • 1: 3
        Backtrace
        • 15. app/Helpers/Helper.php:44
        • 19. app/Helpers/Helper.php:45
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select count(*) as aggregate from `cars` where `category_id` = 93934 and `deleted_at` is null and `ads_status_id` != 3 and `cars`.`deleted_at` is null
        280μsnewsaeeh_saeehHelper.php#44
        Bindings
        • 0: 93934
        • 1: 3
        Backtrace
        • 15. app/Helpers/Helper.php:44
        • 19. app/Helpers/Helper.php:45
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select count(*) as aggregate from `cars` where `category_id` = 93935 and `deleted_at` is null and `ads_status_id` != 3 and `cars`.`deleted_at` is null
        530μsnewsaeeh_saeehHelper.php#44
        Bindings
        • 0: 93935
        • 1: 3
        Backtrace
        • 15. app/Helpers/Helper.php:44
        • 19. app/Helpers/Helper.php:45
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select count(*) as aggregate from `cars` where `category_id` = 93936 and `deleted_at` is null and `ads_status_id` != 3 and `cars`.`deleted_at` is null
        310μsnewsaeeh_saeehHelper.php#44
        Bindings
        • 0: 93936
        • 1: 3
        Backtrace
        • 15. app/Helpers/Helper.php:44
        • 19. app/Helpers/Helper.php:45
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select count(*) as aggregate from `cars` where `category_id` = 93937 and `deleted_at` is null and `ads_status_id` != 3 and `cars`.`deleted_at` is null
        420μsnewsaeeh_saeehHelper.php#44
        Bindings
        • 0: 93937
        • 1: 3
        Backtrace
        • 15. app/Helpers/Helper.php:44
        • 19. app/Helpers/Helper.php:45
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select distinct * from `categories` where `parent_id` is null and `type` = 0 and `deleted_at` is null and `categories`.`deleted_at` is null
        1.03msnewsaeeh_saeehHelper.php#48
        Bindings
        • 0: 0
        Backtrace
        • 14. app/Helpers/Helper.php:48
        • 17. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 20. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select count(*) as aggregate from `places` where `category_id` = 5 and `deleted_at` is null and `places`.`deleted_at` is null
        800μsnewsaeeh_saeehHelper.php#52
        Bindings
        • 0: 5
        Backtrace
        • 15. app/Helpers/Helper.php:52
        • 19. app/Helpers/Helper.php:53
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select count(*) as aggregate from `places` where `category_id` = 11 and `deleted_at` is null and `places`.`deleted_at` is null
        570μsnewsaeeh_saeehHelper.php#52
        Bindings
        • 0: 11
        Backtrace
        • 15. app/Helpers/Helper.php:52
        • 19. app/Helpers/Helper.php:53
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select count(*) as aggregate from `places` where `category_id` = 14 and `deleted_at` is null and `places`.`deleted_at` is null
        300μsnewsaeeh_saeehHelper.php#52
        Bindings
        • 0: 14
        Backtrace
        • 15. app/Helpers/Helper.php:52
        • 19. app/Helpers/Helper.php:53
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select count(*) as aggregate from `places` where `category_id` = 16 and `deleted_at` is null and `places`.`deleted_at` is null
        270μsnewsaeeh_saeehHelper.php#52
        Bindings
        • 0: 16
        Backtrace
        • 15. app/Helpers/Helper.php:52
        • 19. app/Helpers/Helper.php:53
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select count(*) as aggregate from `places` where `category_id` = 18 and `deleted_at` is null and `places`.`deleted_at` is null
        300μsnewsaeeh_saeehHelper.php#52
        Bindings
        • 0: 18
        Backtrace
        • 15. app/Helpers/Helper.php:52
        • 19. app/Helpers/Helper.php:53
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select count(*) as aggregate from `places` where `category_id` = 25 and `deleted_at` is null and `places`.`deleted_at` is null
        290μsnewsaeeh_saeehHelper.php#52
        Bindings
        • 0: 25
        Backtrace
        • 15. app/Helpers/Helper.php:52
        • 19. app/Helpers/Helper.php:53
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select count(*) as aggregate from `places` where `category_id` = 28 and `deleted_at` is null and `places`.`deleted_at` is null
        530μsnewsaeeh_saeehHelper.php#52
        Bindings
        • 0: 28
        Backtrace
        • 15. app/Helpers/Helper.php:52
        • 19. app/Helpers/Helper.php:53
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select count(*) as aggregate from `places` where `category_id` = 29 and `deleted_at` is null and `places`.`deleted_at` is null
        310μsnewsaeeh_saeehHelper.php#52
        Bindings
        • 0: 29
        Backtrace
        • 15. app/Helpers/Helper.php:52
        • 19. app/Helpers/Helper.php:53
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select count(*) as aggregate from `places` where `category_id` = 34 and `deleted_at` is null and `places`.`deleted_at` is null
        310μsnewsaeeh_saeehHelper.php#52
        Bindings
        • 0: 34
        Backtrace
        • 15. app/Helpers/Helper.php:52
        • 19. app/Helpers/Helper.php:53
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select count(*) as aggregate from `places` where `category_id` = 35 and `deleted_at` is null and `places`.`deleted_at` is null
        280μsnewsaeeh_saeehHelper.php#52
        Bindings
        • 0: 35
        Backtrace
        • 15. app/Helpers/Helper.php:52
        • 19. app/Helpers/Helper.php:53
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select count(*) as aggregate from `places` where `category_id` = 53 and `deleted_at` is null and `places`.`deleted_at` is null
        300μsnewsaeeh_saeehHelper.php#52
        Bindings
        • 0: 53
        Backtrace
        • 15. app/Helpers/Helper.php:52
        • 19. app/Helpers/Helper.php:53
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select count(*) as aggregate from `places` where `category_id` = 55 and `deleted_at` is null and `places`.`deleted_at` is null
        340μsnewsaeeh_saeehHelper.php#52
        Bindings
        • 0: 55
        Backtrace
        • 15. app/Helpers/Helper.php:52
        • 19. app/Helpers/Helper.php:53
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select count(*) as aggregate from `places` where `category_id` = 58 and `deleted_at` is null and `places`.`deleted_at` is null
        330μsnewsaeeh_saeehHelper.php#52
        Bindings
        • 0: 58
        Backtrace
        • 15. app/Helpers/Helper.php:52
        • 19. app/Helpers/Helper.php:53
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select count(*) as aggregate from `places` where `category_id` = 86 and `deleted_at` is null and `places`.`deleted_at` is null
        370μsnewsaeeh_saeehHelper.php#52
        Bindings
        • 0: 86
        Backtrace
        • 15. app/Helpers/Helper.php:52
        • 19. app/Helpers/Helper.php:53
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select count(*) as aggregate from `places` where `category_id` = 110 and `deleted_at` is null and `places`.`deleted_at` is null
        320μsnewsaeeh_saeehHelper.php#52
        Bindings
        • 0: 110
        Backtrace
        • 15. app/Helpers/Helper.php:52
        • 19. app/Helpers/Helper.php:53
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select count(*) as aggregate from `places` where `category_id` = 112 and `deleted_at` is null and `places`.`deleted_at` is null
        320μsnewsaeeh_saeehHelper.php#52
        Bindings
        • 0: 112
        Backtrace
        • 15. app/Helpers/Helper.php:52
        • 19. app/Helpers/Helper.php:53
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select count(*) as aggregate from `places` where `category_id` = 118 and `deleted_at` is null and `places`.`deleted_at` is null
        270μsnewsaeeh_saeehHelper.php#52
        Bindings
        • 0: 118
        Backtrace
        • 15. app/Helpers/Helper.php:52
        • 19. app/Helpers/Helper.php:53
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select count(*) as aggregate from `places` where `category_id` = 151 and `deleted_at` is null and `places`.`deleted_at` is null
        290μsnewsaeeh_saeehHelper.php#52
        Bindings
        • 0: 151
        Backtrace
        • 15. app/Helpers/Helper.php:52
        • 19. app/Helpers/Helper.php:53
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select count(*) as aggregate from `places` where `category_id` = 175 and `deleted_at` is null and `places`.`deleted_at` is null
        280μsnewsaeeh_saeehHelper.php#52
        Bindings
        • 0: 175
        Backtrace
        • 15. app/Helpers/Helper.php:52
        • 19. app/Helpers/Helper.php:53
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select count(*) as aggregate from `places` where `category_id` = 200 and `deleted_at` is null and `places`.`deleted_at` is null
        330μsnewsaeeh_saeehHelper.php#52
        Bindings
        • 0: 200
        Backtrace
        • 15. app/Helpers/Helper.php:52
        • 19. app/Helpers/Helper.php:53
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select count(*) as aggregate from `places` where `category_id` = 225 and `deleted_at` is null and `places`.`deleted_at` is null
        300μsnewsaeeh_saeehHelper.php#52
        Bindings
        • 0: 225
        Backtrace
        • 15. app/Helpers/Helper.php:52
        • 19. app/Helpers/Helper.php:53
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select count(*) as aggregate from `places` where `category_id` = 250 and `deleted_at` is null and `places`.`deleted_at` is null
        320μsnewsaeeh_saeehHelper.php#52
        Bindings
        • 0: 250
        Backtrace
        • 15. app/Helpers/Helper.php:52
        • 19. app/Helpers/Helper.php:53
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select count(*) as aggregate from `places` where `category_id` = 256 and `deleted_at` is null and `places`.`deleted_at` is null
        2.56msnewsaeeh_saeehHelper.php#52
        Bindings
        • 0: 256
        Backtrace
        • 15. app/Helpers/Helper.php:52
        • 19. app/Helpers/Helper.php:53
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select count(*) as aggregate from `places` where `category_id` = 257 and `deleted_at` is null and `places`.`deleted_at` is null
        7.94msnewsaeeh_saeehHelper.php#52
        Bindings
        • 0: 257
        Backtrace
        • 15. app/Helpers/Helper.php:52
        • 19. app/Helpers/Helper.php:53
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select count(*) as aggregate from `places` where `category_id` = 258 and `deleted_at` is null and `places`.`deleted_at` is null
        870μsnewsaeeh_saeehHelper.php#52
        Bindings
        • 0: 258
        Backtrace
        • 15. app/Helpers/Helper.php:52
        • 19. app/Helpers/Helper.php:53
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select count(*) as aggregate from `places` where `category_id` = 259 and `deleted_at` is null and `places`.`deleted_at` is null
        2.37msnewsaeeh_saeehHelper.php#52
        Bindings
        • 0: 259
        Backtrace
        • 15. app/Helpers/Helper.php:52
        • 19. app/Helpers/Helper.php:53
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select count(*) as aggregate from `places` where `category_id` = 260 and `deleted_at` is null and `places`.`deleted_at` is null
        2.57msnewsaeeh_saeehHelper.php#52
        Bindings
        • 0: 260
        Backtrace
        • 15. app/Helpers/Helper.php:52
        • 19. app/Helpers/Helper.php:53
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select count(*) as aggregate from `places` where `category_id` = 261 and `deleted_at` is null and `places`.`deleted_at` is null
        1.8msnewsaeeh_saeehHelper.php#52
        Bindings
        • 0: 261
        Backtrace
        • 15. app/Helpers/Helper.php:52
        • 19. app/Helpers/Helper.php:53
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select count(*) as aggregate from `places` where `category_id` = 275 and `deleted_at` is null and `places`.`deleted_at` is null
        370μsnewsaeeh_saeehHelper.php#52
        Bindings
        • 0: 275
        Backtrace
        • 15. app/Helpers/Helper.php:52
        • 19. app/Helpers/Helper.php:53
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select count(*) as aggregate from `places` where `category_id` = 300 and `deleted_at` is null and `places`.`deleted_at` is null
        400μsnewsaeeh_saeehHelper.php#52
        Bindings
        • 0: 300
        Backtrace
        • 15. app/Helpers/Helper.php:52
        • 19. app/Helpers/Helper.php:53
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select count(*) as aggregate from `places` where `category_id` = 325 and `deleted_at` is null and `places`.`deleted_at` is null
        480μsnewsaeeh_saeehHelper.php#52
        Bindings
        • 0: 325
        Backtrace
        • 15. app/Helpers/Helper.php:52
        • 19. app/Helpers/Helper.php:53
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select count(*) as aggregate from `places` where `category_id` = 350 and `deleted_at` is null and `places`.`deleted_at` is null
        440μsnewsaeeh_saeehHelper.php#52
        Bindings
        • 0: 350
        Backtrace
        • 15. app/Helpers/Helper.php:52
        • 19. app/Helpers/Helper.php:53
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select count(*) as aggregate from `places` where `category_id` = 400 and `deleted_at` is null and `places`.`deleted_at` is null
        440μsnewsaeeh_saeehHelper.php#52
        Bindings
        • 0: 400
        Backtrace
        • 15. app/Helpers/Helper.php:52
        • 19. app/Helpers/Helper.php:53
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select count(*) as aggregate from `places` where `category_id` = 425 and `deleted_at` is null and `places`.`deleted_at` is null
        300μsnewsaeeh_saeehHelper.php#52
        Bindings
        • 0: 425
        Backtrace
        • 15. app/Helpers/Helper.php:52
        • 19. app/Helpers/Helper.php:53
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select count(*) as aggregate from `places` where `category_id` = 450 and `deleted_at` is null and `places`.`deleted_at` is null
        350μsnewsaeeh_saeehHelper.php#52
        Bindings
        • 0: 450
        Backtrace
        • 15. app/Helpers/Helper.php:52
        • 19. app/Helpers/Helper.php:53
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select count(*) as aggregate from `places` where `category_id` = 475 and `deleted_at` is null and `places`.`deleted_at` is null
        280μsnewsaeeh_saeehHelper.php#52
        Bindings
        • 0: 475
        Backtrace
        • 15. app/Helpers/Helper.php:52
        • 19. app/Helpers/Helper.php:53
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select count(*) as aggregate from `places` where `category_id` = 500 and `deleted_at` is null and `places`.`deleted_at` is null
        320μsnewsaeeh_saeehHelper.php#52
        Bindings
        • 0: 500
        Backtrace
        • 15. app/Helpers/Helper.php:52
        • 19. app/Helpers/Helper.php:53
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select count(*) as aggregate from `places` where `category_id` = 512 and `deleted_at` is null and `places`.`deleted_at` is null
        2.9msnewsaeeh_saeehHelper.php#52
        Bindings
        • 0: 512
        Backtrace
        • 15. app/Helpers/Helper.php:52
        • 19. app/Helpers/Helper.php:53
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select count(*) as aggregate from `places` where `category_id` = 513 and `deleted_at` is null and `places`.`deleted_at` is null
        1msnewsaeeh_saeehHelper.php#52
        Bindings
        • 0: 513
        Backtrace
        • 15. app/Helpers/Helper.php:52
        • 19. app/Helpers/Helper.php:53
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select count(*) as aggregate from `places` where `category_id` = 515 and `deleted_at` is null and `places`.`deleted_at` is null
        1.82msnewsaeeh_saeehHelper.php#52
        Bindings
        • 0: 515
        Backtrace
        • 15. app/Helpers/Helper.php:52
        • 19. app/Helpers/Helper.php:53
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select count(*) as aggregate from `places` where `category_id` = 516 and `deleted_at` is null and `places`.`deleted_at` is null
        4.5msnewsaeeh_saeeh
      • select count(*) as aggregate from `places` where `category_id` = 525 and `deleted_at` is null and `places`.`deleted_at` is null
        440μsnewsaeeh_saeeh
      • select count(*) as aggregate from `places` where `category_id` = 550 and `deleted_at` is null and `places`.`deleted_at` is null
        370μsnewsaeeh_saeeh
      • select count(*) as aggregate from `places` where `category_id` = 575 and `deleted_at` is null and `places`.`deleted_at` is null
        340μsnewsaeeh_saeeh
      • select count(*) as aggregate from `places` where `category_id` = 600 and `deleted_at` is null and `places`.`deleted_at` is null
        340μsnewsaeeh_saeeh
      • select count(*) as aggregate from `places` where `category_id` = 650 and `deleted_at` is null and `places`.`deleted_at` is null
        330μsnewsaeeh_saeeh
      • select count(*) as aggregate from `places` where `category_id` = 675 and `deleted_at` is null and `places`.`deleted_at` is null
        410μsnewsaeeh_saeeh
      • select count(*) as aggregate from `places` where `category_id` = 700 and `deleted_at` is null and `places`.`deleted_at` is null
        350μsnewsaeeh_saeeh
      • select count(*) as aggregate from `places` where `category_id` = 725 and `deleted_at` is null and `places`.`deleted_at` is null
        350μsnewsaeeh_saeeh
      • select count(*) as aggregate from `places` where `category_id` = 750 and `deleted_at` is null and `places`.`deleted_at` is null
        330μsnewsaeeh_saeeh
      • select count(*) as aggregate from `places` where `category_id` = 768 and `deleted_at` is null and `places`.`deleted_at` is null
        1.31msnewsaeeh_saeeh
      • select count(*) as aggregate from `places` where `category_id` = 770 and `deleted_at` is null and `places`.`deleted_at` is null
        370μsnewsaeeh_saeeh
      • select count(*) as aggregate from `places` where `category_id` = 774 and `deleted_at` is null and `places`.`deleted_at` is null
        1.13msnewsaeeh_saeeh
      • select count(*) as aggregate from `places` where `category_id` = 775 and `deleted_at` is null and `places`.`deleted_at` is null
        350μsnewsaeeh_saeeh
      • select count(*) as aggregate from `places` where `category_id` = 776 and `deleted_at` is null and `places`.`deleted_at` is null
        300μsnewsaeeh_saeeh
      • select count(*) as aggregate from `places` where `category_id` = 779 and `deleted_at` is null and `places`.`deleted_at` is null
        1.28msnewsaeeh_saeeh
      • select count(*) as aggregate from `places` where `category_id` = 780 and `deleted_at` is null and `places`.`deleted_at` is null
        1.64msnewsaeeh_saeeh
      • select count(*) as aggregate from `places` where `category_id` = 800 and `deleted_at` is null and `places`.`deleted_at` is null
        510μsnewsaeeh_saeeh
      • select count(*) as aggregate from `places` where `category_id` = 825 and `deleted_at` is null and `places`.`deleted_at` is null
        400μsnewsaeeh_saeeh
      • select count(*) as aggregate from `places` where `category_id` = 850 and `deleted_at` is null and `places`.`deleted_at` is null
        300μsnewsaeeh_saeeh
      • select count(*) as aggregate from `places` where `category_id` = 871 and `deleted_at` is null and `places`.`deleted_at` is null
        320μsnewsaeeh_saeeh
      • select count(*) as aggregate from `places` where `category_id` = 905 and `deleted_at` is null and `places`.`deleted_at` is null
        290μsnewsaeeh_saeeh
      • select count(*) as aggregate from `places` where `category_id` = 921 and `deleted_at` is null and `places`.`deleted_at` is null
        250μsnewsaeeh_saeeh
      • select count(*) as aggregate from `places` where `category_id` = 958 and `deleted_at` is null and `places`.`deleted_at` is null
        250μsnewsaeeh_saeeh
      • select count(*) as aggregate from `places` where `category_id` = 1013 and `deleted_at` is null and `places`.`deleted_at` is null
        260μsnewsaeeh_saeeh
      • select count(*) as aggregate from `places` where `category_id` = 1024 and `deleted_at` is null and `places`.`deleted_at` is null
        510μsnewsaeeh_saeeh
      • select count(*) as aggregate from `places` where `category_id` = 1060 and `deleted_at` is null and `places`.`deleted_at` is null
        610μsnewsaeeh_saeeh
      • select count(*) as aggregate from `places` where `category_id` = 1066 and `deleted_at` is null and `places`.`deleted_at` is null
        290μsnewsaeeh_saeeh
      • select count(*) as aggregate from `places` where `category_id` = 1071 and `deleted_at` is null and `places`.`deleted_at` is null
        2.05msnewsaeeh_saeeh
      • select count(*) as aggregate from `places` where `category_id` = 1087 and `deleted_at` is null and `places`.`deleted_at` is null
        600μsnewsaeeh_saeeh
      • select count(*) as aggregate from `places` where `category_id` = 1108 and `deleted_at` is null and `places`.`deleted_at` is null
        360μsnewsaeeh_saeeh
      • select count(*) as aggregate from `places` where `category_id` = 1129 and `deleted_at` is null and `places`.`deleted_at` is null
        470μsnewsaeeh_saeeh
      • select count(*) as aggregate from `places` where `category_id` = 1150 and `deleted_at` is null and `places`.`deleted_at` is null
        270μsnewsaeeh_saeeh
      • select count(*) as aggregate from `places` where `category_id` = 1170 and `deleted_at` is null and `places`.`deleted_at` is null
        320μsnewsaeeh_saeeh
      • select count(*) as aggregate from `places` where `category_id` = 1172 and `deleted_at` is null and `places`.`deleted_at` is null
        260μsnewsaeeh_saeeh
      • select count(*) as aggregate from `places` where `category_id` = 1173 and `deleted_at` is null and `places`.`deleted_at` is null
        520μsnewsaeeh_saeeh
      • select count(*) as aggregate from `places` where `category_id` = 1197 and `deleted_at` is null and `places`.`deleted_at` is null
        280μsnewsaeeh_saeeh
      • select count(*) as aggregate from `places` where `category_id` = 1216 and `deleted_at` is null and `places`.`deleted_at` is null
        350μsnewsaeeh_saeeh
      • select count(*) as aggregate from `places` where `category_id` = 1237 and `deleted_at` is null and `places`.`deleted_at` is null
        270μsnewsaeeh_saeeh
      • select count(*) as aggregate from `places` where `category_id` = 1256 and `deleted_at` is null and `places`.`deleted_at` is null
        330μsnewsaeeh_saeeh
      • select count(*) as aggregate from `places` where `category_id` = 1273 and `deleted_at` is null and `places`.`deleted_at` is null
        320μsnewsaeeh_saeeh
      • select count(*) as aggregate from `places` where `category_id` = 1282 and `deleted_at` is null and `places`.`deleted_at` is null
        640μsnewsaeeh_saeeh
      • select count(*) as aggregate from `places` where `category_id` = 1293 and `deleted_at` is null and `places`.`deleted_at` is null
        290μsnewsaeeh_saeeh
      • select count(*) as aggregate from `places` where `category_id` = 1297 and `deleted_at` is null and `places`.`deleted_at` is null
        350μsnewsaeeh_saeeh
      • select count(*) as aggregate from `places` where `category_id` = 1315 and `deleted_at` is null and `places`.`deleted_at` is null
        260μsnewsaeeh_saeeh
      • select count(*) as aggregate from `places` where `category_id` = 94062 and `deleted_at` is null and `places`.`deleted_at` is null
        260μsnewsaeeh_saeeh
      • select count(*) as aggregate from `places` where `category_id` = 94063 and `deleted_at` is null and `places`.`deleted_at` is null
        260μsnewsaeeh_saeeh
      • select count(*) as aggregate from `places` where `category_id` = 94110 and `deleted_at` is null and `places`.`deleted_at` is null
        250μsnewsaeeh_saeeh
      • select count(*) as aggregate from `places` where `category_id` = 94111 and `deleted_at` is null and `places`.`deleted_at` is null
        290μsnewsaeeh_saeeh
      • select * from `settings` where `settings`.`deleted_at` is null limit 1
        320μsnewsaeeh_saeeh
      • select * from `categories` where `parent_id` = 1 and `type` = 1 and `deleted_at` is null and `categories`.`deleted_at` is null
        530μsnewsaeeh_saeeh
      • select count(*) as aggregate from `aqars` where `category_id` = 93889 and `deleted_at` is null and `ads_status_id` != 3 and `aqars`.`deleted_at` is null
        300μsnewsaeeh_saeeh
      • select count(*) as aggregate from `aqars` where `category_id` = 93890 and `deleted_at` is null and `ads_status_id` != 3 and `aqars`.`deleted_at` is null
        400μsnewsaeeh_saeeh
      • select count(*) as aggregate from `aqars` where `category_id` = 93891 and `deleted_at` is null and `ads_status_id` != 3 and `aqars`.`deleted_at` is null
        340μsnewsaeeh_saeeh
      • select count(*) as aggregate from `aqars` where `category_id` = 93892 and `deleted_at` is null and `ads_status_id` != 3 and `aqars`.`deleted_at` is null
        280μsnewsaeeh_saeeh
      • select count(*) as aggregate from `aqars` where `category_id` = 93893 and `deleted_at` is null and `ads_status_id` != 3 and `aqars`.`deleted_at` is null
        350μsnewsaeeh_saeeh
      • select count(*) as aggregate from `aqars` where `category_id` = 93894 and `deleted_at` is null and `ads_status_id` != 3 and `aqars`.`deleted_at` is null
        310μsnewsaeeh_saeeh
      • select count(*) as aggregate from `aqars` where `category_id` = 93895 and `deleted_at` is null and `ads_status_id` != 3 and `aqars`.`deleted_at` is null
        290μsnewsaeeh_saeeh
      • select count(*) as aggregate from `categories` where `id` in (93889, 93890, 93891, 93892, 93893, 93894, 93895) and `categories`.`deleted_at` is null
        360μsnewsaeeh_saeeh
      • select * from `categories` where `id` in (93889, 93890, 93891, 93892, 93893, 93894, 93895) and `categories`.`deleted_at` is null limit 8 offset 0
        350μsnewsaeeh_saeeh
      • select * from `categories` where `parent_id` = 2 and `type` = 2 and `deleted_at` is null and `categories`.`deleted_at` is null
        490μsnewsaeeh_saeeh
      • select count(*) as aggregate from `cars` where `category_id` = 93917 and `deleted_at` is null and `ads_status_id` != 3 and `cars`.`deleted_at` is null
        310μsnewsaeeh_saeeh
      • select count(*) as aggregate from `cars` where `category_id` = 93918 and `deleted_at` is null and `ads_status_id` != 3 and `cars`.`deleted_at` is null
        250μsnewsaeeh_saeeh
      • select count(*) as aggregate from `cars` where `category_id` = 93919 and `deleted_at` is null and `ads_status_id` != 3 and `cars`.`deleted_at` is null
        260μsnewsaeeh_saeeh
      • select count(*) as aggregate from `cars` where `category_id` = 93920 and `deleted_at` is null and `ads_status_id` != 3 and `cars`.`deleted_at` is null
        230μsnewsaeeh_saeeh
      • select count(*) as aggregate from `cars` where `category_id` = 93921 and `deleted_at` is null and `ads_status_id` != 3 and `cars`.`deleted_at` is null
        230μsnewsaeeh_saeeh
      • select count(*) as aggregate from `cars` where `category_id` = 93922 and `deleted_at` is null and `ads_status_id` != 3 and `cars`.`deleted_at` is null
        200μsnewsaeeh_saeeh
      • select count(*) as aggregate from `cars` where `category_id` = 93923 and `deleted_at` is null and `ads_status_id` != 3 and `cars`.`deleted_at` is null
        230μsnewsaeeh_saeeh
      • select count(*) as aggregate from `cars` where `category_id` = 93924 and `deleted_at` is null and `ads_status_id` != 3 and `cars`.`deleted_at` is null
        240μsnewsaeeh_saeeh
      • select count(*) as aggregate from `cars` where `category_id` = 93925 and `deleted_at` is null and `ads_status_id` != 3 and `cars`.`deleted_at` is null
        230μsnewsaeeh_saeeh
      • select count(*) as aggregate from `cars` where `category_id` = 93926 and `deleted_at` is null and `ads_status_id` != 3 and `cars`.`deleted_at` is null
        260μsnewsaeeh_saeeh
      • select count(*) as aggregate from `cars` where `category_id` = 93927 and `deleted_at` is null and `ads_status_id` != 3 and `cars`.`deleted_at` is null
        370μsnewsaeeh_saeeh
      • select count(*) as aggregate from `cars` where `category_id` = 93928 and `deleted_at` is null and `ads_status_id` != 3 and `cars`.`deleted_at` is null
        320μsnewsaeeh_saeeh
      • select count(*) as aggregate from `cars` where `category_id` = 93929 and `deleted_at` is null and `ads_status_id` != 3 and `cars`.`deleted_at` is null
        290μsnewsaeeh_saeeh
      • select count(*) as aggregate from `cars` where `category_id` = 93930 and `deleted_at` is null and `ads_status_id` != 3 and `cars`.`deleted_at` is null
        260μsnewsaeeh_saeeh
      • select count(*) as aggregate from `cars` where `category_id` = 93931 and `deleted_at` is null and `ads_status_id` != 3 and `cars`.`deleted_at` is null
        240μsnewsaeeh_saeeh
      • select count(*) as aggregate from `cars` where `category_id` = 93932 and `deleted_at` is null and `ads_status_id` != 3 and `cars`.`deleted_at` is null
        220μsnewsaeeh_saeeh
      • select count(*) as aggregate from `cars` where `category_id` = 93933 and `deleted_at` is null and `ads_status_id` != 3 and `cars`.`deleted_at` is null
        250μsnewsaeeh_saeeh
      • select count(*) as aggregate from `cars` where `category_id` = 93934 and `deleted_at` is null and `ads_status_id` != 3 and `cars`.`deleted_at` is null
        240μsnewsaeeh_saeeh
      • select count(*) as aggregate from `cars` where `category_id` = 93935 and `deleted_at` is null and `ads_status_id` != 3 and `cars`.`deleted_at` is null
        320μsnewsaeeh_saeeh
      • select count(*) as aggregate from `cars` where `category_id` = 93936 and `deleted_at` is null and `ads_status_id` != 3 and `cars`.`deleted_at` is null
        240μsnewsaeeh_saeeh
      • select count(*) as aggregate from `cars` where `category_id` = 93937 and `deleted_at` is null and `ads_status_id` != 3 and `cars`.`deleted_at` is null
        220μsnewsaeeh_saeeh
      • select distinct * from `categories` where `parent_id` is null and `type` = 0 and `categories`.`deleted_at` is null
        870μsnewsaeeh_saeeh
      • select * from `settings` where `settings`.`deleted_at` is null limit 1
        370μsnewsaeeh_saeeh
      • select * from `settings` where `settings`.`deleted_at` is null limit 1
        460μsnewsaeeh_saeeh
      • select * from `home_services` where `home_services`.`deleted_at` is null
        370μsnewsaeeh_saeeh
      App\Models\Category
      252Category.php#?
      App\Models\HomeServices
      4HomeServices.php#?
      App\Models\Place
      3Place.php#?
      App\Models\Setting
      3Setting.php#?
      App\Models\PlaceReview
      2PlaceReview.php#?
      App\Models\City
      1City.php#?
      App\Models\Country
      1Country.php#?
          _token
          lGg9IrrP0Db8NpjPSUfGD0C5KcbpS5QaUbyOeQvQ
          locale
          en
          _previous
          array:1 [ "url" => "http://newsaeeh.com/en/detailplace/8121" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          PHPDEBUGBAR_STACK_DATA
          []
          path_info
          /en/detailplace/8121
          status_code
          200
          
          status_text
          OK
          format
          html
          content_type
          text/html; charset=UTF-8
          request_query
          []
          
          request_request
          []
          
          request_headers
          0 of 0
          array:8 [ "accept-encoding" => array:1 [ 0 => "gzip, deflate" ] "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" ] "cache-control" => array:1 [ 0 => "no-cache" ] "pragma" => array:1 [ 0 => "no-cache" ] "connection" => array:1 [ 0 => "keep-alive" ] "host" => array:1 [ 0 => "newsaeeh.com" ] ]
          request_cookies
          []
          
          response_headers
          0 of 0
          array:5 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "no-cache, private" ] "date" => array:1 [ 0 => "Wed, 07 May 2025 09:18:49 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6ImgveUgrMDBvdWNIVGZlTlh1ZlU4aGc9PSIsInZhbHVlIjoiSXZBQjVWWHp4RW5oYllLTlBwL1BYYUZNRmtQU2xVNE9Pb0x1UWZmRStHVnR3cW1xSlVoUHRqQ0REMXZocEk4eWJXWGloQTlMckd4Tm5yTTZPakhMQjFubmVqQkQyNk5FN3N0MmZRUlNqKzMrK1E2OVpadzJqclI5OGM1MVZ6UXQiLCJtYWMiOiI0NGM4ODYxNjMyNjgwMmFjODJjMWU4NTUyM2JjNjJlNzRiNTUyYTEwOWYxODNiNzdkN2RjMTNlMjlkYmMzNjgzIiwidGFnIjoiIn0%3D; expires=Wed, 07 May 2025 11:18:49 GMT; Max-Age=7200; path=/; samesite=laxXSRF-TOKEN=eyJpdiI6ImgveUgrMDBvdWNIVGZlTlh1ZlU4aGc9PSIsInZhbHVlIjoiSXZBQjVWWHp4RW5oYllLTlBwL1BYYUZNRmtQU2xVNE9Pb0x1UWZmRStHVnR3cW1xSlVoUHRqQ0REMXZocEk4eWJXWGloQ" 1 => "saeeh_session=eyJpdiI6ImthMUNLUHFSQkR5OGNxU0RKWDhzMmc9PSIsInZhbHVlIjoiZyt4MlZNTytXY0g3dGw2bzlWQW1tVk0rM09CMmJEV2RlQmhkK1VCckZLRC9DUDJTT3NXRGErdmdZL0JHallTVGhuRXpQNktVWEViV2tTaXUrNTRvclFYQkpZT05VZGM1MXpmbmhsZ0JqVDVDNUJsUUlBTFFrK0huS3V2a21yNVAiLCJtYWMiOiIyNTkzOTNhMzZmNWJlMDExNmEyYjBhMmY5MWU2NDRkZjg3MjljNjI1ZmMwOTcyM2FkMTExOTAyM2VlMzU2MmJiIiwidGFnIjoiIn0%3D; path=/; httponly; samesite=laxsaeeh_session=eyJpdiI6ImthMUNLUHFSQkR5OGNxU0RKWDhzMmc9PSIsInZhbHVlIjoiZyt4MlZNTytXY0g3dGw2bzlWQW1tVk0rM09CMmJEV2RlQmhkK1VCckZLRC9DUDJTT3NXRGErdmdZL0JHallTVGhuRX" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6ImgveUgrMDBvdWNIVGZlTlh1ZlU4aGc9PSIsInZhbHVlIjoiSXZBQjVWWHp4RW5oYllLTlBwL1BYYUZNRmtQU2xVNE9Pb0x1UWZmRStHVnR3cW1xSlVoUHRqQ0REMXZocEk4eWJXWGloQTlMckd4Tm5yTTZPakhMQjFubmVqQkQyNk5FN3N0MmZRUlNqKzMrK1E2OVpadzJqclI5OGM1MVZ6UXQiLCJtYWMiOiI0NGM4ODYxNjMyNjgwMmFjODJjMWU4NTUyM2JjNjJlNzRiNTUyYTEwOWYxODNiNzdkN2RjMTNlMjlkYmMzNjgzIiwidGFnIjoiIn0%3D; expires=Wed, 07-May-2025 11:18:49 GMT; path=/XSRF-TOKEN=eyJpdiI6ImgveUgrMDBvdWNIVGZlTlh1ZlU4aGc9PSIsInZhbHVlIjoiSXZBQjVWWHp4RW5oYllLTlBwL1BYYUZNRmtQU2xVNE9Pb0x1UWZmRStHVnR3cW1xSlVoUHRqQ0REMXZocEk4eWJXWGloQ" 1 => "saeeh_session=eyJpdiI6ImthMUNLUHFSQkR5OGNxU0RKWDhzMmc9PSIsInZhbHVlIjoiZyt4MlZNTytXY0g3dGw2bzlWQW1tVk0rM09CMmJEV2RlQmhkK1VCckZLRC9DUDJTT3NXRGErdmdZL0JHallTVGhuRXpQNktVWEViV2tTaXUrNTRvclFYQkpZT05VZGM1MXpmbmhsZ0JqVDVDNUJsUUlBTFFrK0huS3V2a21yNVAiLCJtYWMiOiIyNTkzOTNhMzZmNWJlMDExNmEyYjBhMmY5MWU2NDRkZjg3MjljNjI1ZmMwOTcyM2FkMTExOTAyM2VlMzU2MmJiIiwidGFnIjoiIn0%3D; path=/; httponlysaeeh_session=eyJpdiI6ImthMUNLUHFSQkR5OGNxU0RKWDhzMmc9PSIsInZhbHVlIjoiZyt4MlZNTytXY0g3dGw2bzlWQW1tVk0rM09CMmJEV2RlQmhkK1VCckZLRC9DUDJTT3NXRGErdmdZL0JHallTVGhuRX" ] ]
          session_attributes
          0 of 0
          array:5 [ "_token" => "lGg9IrrP0Db8NpjPSUfGD0C5KcbpS5QaUbyOeQvQ" "locale" => "en" "_previous" => array:1 [ "url" => "http://newsaeeh.com/en/detailplace/8121" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-05-07 09:18:49GET/en/detailplace/81216186266