More Info

INSURANCE

Check out our most popular categories.

CITIES

  • +Show More

 
filter

Filter

8.2.18PHP Version5.3sRequest Duration9MBMemory UsageGET category/{slug}Route
  • warninglog[00:00:33] LOG.warning: Callables of the form ["Swift_SmtpTransport", "Swift_Transport_EsmtpTranspor...
  • Booting (610ms)
  • Application (4.69s)
  • 1 x Application (88.48%)
    4.69s
    1 x Booting (11.52%)
    610ms
    10 templates were rendered
    • category.list (resources/views/category/list.blade.php)15blade
      Params
      0
      request
      1
      child_id
      2
      selectedLocation
      3
      locationId
      4
      location
      5
      cat_ids
      6
      cityname
      7
      city
      8
      category
      9
      parent_cat_id
      10
      today_date
      11
      banner_images
      12
      business_banner_image
      13
      childCategories
      14
      categoryId
    • components.sidebar (resources/views/components/sidebar.blade.php)19blade
      Params
      0
      __env
      1
      app
      2
      globelSetting
      3
      errors
      4
      request
      5
      child_id
      6
      selectedLocation
      7
      locationId
      8
      location
      9
      cat_ids
      10
      cityname
      11
      city
      12
      category
      13
      parent_cat_id
      14
      today_date
      15
      banner_images
      16
      business_banner_image
      17
      childCategories
      18
      categoryId
    • components.child_categories (resources/views/components/child_categories.blade.php)19blade
      Params
      0
      __env
      1
      app
      2
      globelSetting
      3
      errors
      4
      request
      5
      child_id
      6
      selectedLocation
      7
      locationId
      8
      location
      9
      cat_ids
      10
      cityname
      11
      city
      12
      category
      13
      parent_cat_id
      14
      today_date
      15
      banner_images
      16
      business_banner_image
      17
      childCategories
      18
      categoryId
    • layouts.master (resources/views/layouts/master.blade.php)19blade
      Params
      0
      __env
      1
      app
      2
      globelSetting
      3
      errors
      4
      request
      5
      child_id
      6
      selectedLocation
      7
      locationId
      8
      location
      9
      cat_ids
      10
      cityname
      11
      city
      12
      category
      13
      parent_cat_id
      14
      today_date
      15
      banner_images
      16
      business_banner_image
      17
      childCategories
      18
      categoryId
    • components.head (resources/views/components/head.blade.php)19blade
      Params
      0
      __env
      1
      app
      2
      globelSetting
      3
      errors
      4
      request
      5
      child_id
      6
      selectedLocation
      7
      locationId
      8
      location
      9
      cat_ids
      10
      cityname
      11
      city
      12
      category
      13
      parent_cat_id
      14
      today_date
      15
      banner_images
      16
      business_banner_image
      17
      childCategories
      18
      categoryId
    • components.header (resources/views/components/header.blade.php)19blade
      Params
      0
      __env
      1
      app
      2
      globelSetting
      3
      errors
      4
      request
      5
      child_id
      6
      selectedLocation
      7
      locationId
      8
      location
      9
      cat_ids
      10
      cityname
      11
      city
      12
      category
      13
      parent_cat_id
      14
      today_date
      15
      banner_images
      16
      business_banner_image
      17
      childCategories
      18
      categoryId
    • components.footer (resources/views/components/footer.blade.php)19blade
      Params
      0
      __env
      1
      app
      2
      globelSetting
      3
      errors
      4
      request
      5
      child_id
      6
      selectedLocation
      7
      locationId
      8
      location
      9
      cat_ids
      10
      cityname
      11
      city
      12
      category
      13
      parent_cat_id
      14
      today_date
      15
      banner_images
      16
      business_banner_image
      17
      childCategories
      18
      categoryId
    • components.mobile-blog-nav (resources/views/components/mobile-blog-nav.blade.php)19blade
      Params
      0
      __env
      1
      app
      2
      globelSetting
      3
      errors
      4
      request
      5
      child_id
      6
      selectedLocation
      7
      locationId
      8
      location
      9
      cat_ids
      10
      cityname
      11
      city
      12
      category
      13
      parent_cat_id
      14
      today_date
      15
      banner_images
      16
      business_banner_image
      17
      childCategories
      18
      categoryId
    • components.mobile_bottom_nav (resources/views/components/mobile_bottom_nav.blade.php)19blade
      Params
      0
      __env
      1
      app
      2
      globelSetting
      3
      errors
      4
      request
      5
      child_id
      6
      selectedLocation
      7
      locationId
      8
      location
      9
      cat_ids
      10
      cityname
      11
      city
      12
      category
      13
      parent_cat_id
      14
      today_date
      15
      banner_images
      16
      business_banner_image
      17
      childCategories
      18
      categoryId
    • components.script (resources/views/components/script.blade.php)19blade
      Params
      0
      __env
      1
      app
      2
      globelSetting
      3
      errors
      4
      request
      5
      child_id
      6
      selectedLocation
      7
      locationId
      8
      location
      9
      cat_ids
      10
      cityname
      11
      city
      12
      category
      13
      parent_cat_id
      14
      today_date
      15
      banner_images
      16
      business_banner_image
      17
      childCategories
      18
      categoryId
    uri
    GET category/{slug}
    middleware
    web
    controller
    App\Http\Controllers\CategoryController@index
    as
    category.list
    namespace
    prefix
    /category
    where
    file
    app/Http/Controllers/CategoryController.php:33-70
    28 statements were executed, 4 of which were duplicated, 24 unique4.33s
    • select * from `categories` where `type` = 'business' and `slug` = 'insurance' limit 1
      2.22ms/app/Helpers/helper.php:247itsyoux2_parentliving_demo
      Metadata
      Bindings
      • 0. business
      • 1. insurance
      Backtrace
      • 15. /app/Helpers/helper.php:247
      • 17. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 18. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
      • 19. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:261
      • 20. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
    • select * from `images` where (`status` = 1 and `payment_status` = 1 and `type` = 'category_banner' and `parent_category_id` = 16) and date(`expired_at`) >= '2025-05-09' limit 1
      2.92ms/app/Http/Controllers/CategoryController.php:45itsyoux2_parentliving_demo
      Metadata
      Bindings
      • 0. 1
      • 1. 1
      • 2. category_banner
      • 3. 16
      • 4. 2025-05-09
      Backtrace
      • 15. /app/Http/Controllers/CategoryController.php:45
      • 16. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 17. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
      • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:261
      • 19. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
    • select * from `businesses` where `pricing_option` = '1' and `is_published` = '1' and `parent_category_id` = 16 limit 1
      10.77ms/app/Http/Controllers/CategoryController.php:47itsyoux2_parentliving_demo
      Metadata
      Bindings
      • 0. 1
      • 1. 1
      • 2. 16
      Backtrace
      • 15. /app/Http/Controllers/CategoryController.php:47
      • 16. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 17. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
      • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:261
      • 19. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
    • select * from `locations` where `slug` = 'emerald-coast' limit 1
      920μs/app/Http/Controllers/CategoryController.php:51itsyoux2_parentliving_demo
      Metadata
      Bindings
      • 0. emerald-coast
      Backtrace
      • 15. /app/Http/Controllers/CategoryController.php:51
      • 16. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 17. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
      • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:261
      • 19. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
    • select `id`, `name` from `pricing_options` where `pricing_options`.`name` in ('Exclusive', 'Gold')
      2.12ms/app/Helpers/helper.php:181itsyoux2_parentliving_demo
      Metadata
      Bindings
      • 0. Exclusive
      • 1. Gold
      Backtrace
      • 13. /app/Helpers/helper.php:181
      • 15. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 16. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
      • 17. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:261
      • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
    • select count(*) as aggregate from `categories` where `parent_id` = 16 and `image` != ''
      690μs/app/Helpers/helper.php:188itsyoux2_parentliving_demo
      Metadata
      Bindings
      • 0. 16
      • 1. 
      Backtrace
      • 15. /app/Helpers/helper.php:188
      • 17. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 18. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
      • 19. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:261
      • 20. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
    • select * from `categories` where `parent_id` = 16 and `image` != '' order by RAND() limit 12 offset 0
      1.31ms/app/Helpers/helper.php:188itsyoux2_parentliving_demo
      Metadata
      Bindings
      • 0. 16
      • 1. 
      Backtrace
      • 15. /app/Helpers/helper.php:188
      • 17. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 18. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
      • 19. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:261
      • 20. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
    • select * from `categories` where `type` = 'business' and `parent_id` is null and `deleted_at` is null order by `name` asc, `created_at` desc
      2.48ms/app/Helpers/helper.php:128itsyoux2_parentliving_demo
      Metadata
      Bindings
      • 0. business
      Backtrace
      • 14. /app/Helpers/helper.php:128
      • 17. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
      • 18. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 19. /vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
      • 20. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
    • select * from `categories` where `deleted_at` is null and `categories`.`parent_id` in (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33) order by RAND()
      13.27ms/app/Helpers/helper.php:128itsyoux2_parentliving_demo
      Metadata
      Backtrace
      • 19. /app/Helpers/helper.php:128
      • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
      • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 24. /vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
      • 25. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
    • select `name`, `id` from `categories` where `parent_id` = 16 order by `name` asc
      850μs/app/Helpers/helper.php:169itsyoux2_parentliving_demo
      Metadata
      Bindings
      • 0. 16
      Backtrace
      • 14. /app/Helpers/helper.php:169
      • 17. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
      • 18. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 19. /vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
      • 20. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
    • select `name`, `id` from `categories` where `parent_id` = 16 order by `name` asc
      470μs/app/Helpers/helper.php:169itsyoux2_parentliving_demo
      Metadata
      Bindings
      • 0. 16
      Backtrace
      • 14. /app/Helpers/helper.php:169
      • 17. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
      • 18. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 19. /vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
      • 20. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
    • select `cities`.`name` as `city_name` from `cities` inner join `locations` on `cities`.`location_id` = `locations`.`id` order by `city_name` asc
      2ms/app/Helpers/helper.php:1306itsyoux2_parentliving_demo
      Metadata
      Backtrace
      • 14. /app/Helpers/helper.php:1306
      • 17. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
      • 18. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 19. /vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
      • 20. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
    • select * from `businesses` where (`location` = 1 and (`sub_category_id` = 268 and `pricing_option` in (1, 10, 11)) or exists (select * from `listings` where `businesses`.`id` = `listings`.`business_id` and `sub_category_id` = 268 and `pricing_option` in (1, 10, 11))) and `is_published` = 1 limit 1
      272ms/Modules/Admin/Entities/Category.php:52itsyoux2_parentliving_demo
      Metadata
      Bindings
      • 0. 1
      • 1. 268
      • 2. 1
      • 3. 10
      • 4. 11
      • 5. 268
      • 6. 1
      • 7. 10
      • 8. 11
      • 9. 1
      Backtrace
      • 15. /Modules/Admin/Entities/Category.php:52
      • 16. view::84638b2279e06e854b3cc83d8843f7fb3d27252e:64
      • 18. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
      • 19. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 20. /vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
    • select * from `businesses` where (`location` = 1 and (`sub_category_id` = 268 and `pricing_option` in (2, 6, 8, 9)) or exists (select * from `listings` where `businesses`.`id` = `listings`.`business_id` and `sub_category_id` = 268 and `pricing_option` in (2, 6, 8, 9))) and `is_published` = 1 limit 2
      276ms/Modules/Admin/Entities/Category.php:54itsyoux2_parentliving_demo
      Metadata
      Bindings
      • 0. 1
      • 1. 268
      • 2. 2
      • 3. 6
      • 4. 8
      • 5. 9
      • 6. 268
      • 7. 2
      • 8. 6
      • 9. 8
      • 10. 9
      • 11. 1
      Backtrace
      • 14. /Modules/Admin/Entities/Category.php:54
      • 15. view::84638b2279e06e854b3cc83d8843f7fb3d27252e:67
      • 17. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
      • 18. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 19. /vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
    • select * from `businesses` where (`location` = 1 and (`sub_category_id` = 269 and `pricing_option` in (1, 10, 11)) or exists (select * from `listings` where `businesses`.`id` = `listings`.`business_id` and `sub_category_id` = 269 and `pricing_option` in (1, 10, 11))) and `is_published` = 1 limit 1
      320ms/Modules/Admin/Entities/Category.php:52itsyoux2_parentliving_demo
      Metadata
      Bindings
      • 0. 1
      • 1. 269
      • 2. 1
      • 3. 10
      • 4. 11
      • 5. 269
      • 6. 1
      • 7. 10
      • 8. 11
      • 9. 1
      Backtrace
      • 15. /Modules/Admin/Entities/Category.php:52
      • 16. view::84638b2279e06e854b3cc83d8843f7fb3d27252e:12
      • 18. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
      • 19. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 20. /vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
    • select * from `businesses` where (`location` = 1 and (`sub_category_id` = 269 and `pricing_option` in (2, 6, 8, 9)) or exists (select * from `listings` where `businesses`.`id` = `listings`.`business_id` and `sub_category_id` = 269 and `pricing_option` in (2, 6, 8, 9))) and `is_published` = 1 limit 2
      252ms/Modules/Admin/Entities/Category.php:54itsyoux2_parentliving_demo
      Metadata
      Bindings
      • 0. 1
      • 1. 269
      • 2. 2
      • 3. 6
      • 4. 8
      • 5. 9
      • 6. 269
      • 7. 2
      • 8. 6
      • 9. 8
      • 10. 9
      • 11. 1
      Backtrace
      • 14. /Modules/Admin/Entities/Category.php:54
      • 15. view::84638b2279e06e854b3cc83d8843f7fb3d27252e:15
      • 17. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
      • 18. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 19. /vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
    • select * from `businesses` where (`location` = 1 and (`sub_category_id` = 549 and `pricing_option` in (1, 10, 11)) or exists (select * from `listings` where `businesses`.`id` = `listings`.`business_id` and `sub_category_id` = 549 and `pricing_option` in (1, 10, 11))) and `is_published` = 1 limit 1
      319ms/Modules/Admin/Entities/Category.php:52itsyoux2_parentliving_demo
      Metadata
      Bindings
      • 0. 1
      • 1. 549
      • 2. 1
      • 3. 10
      • 4. 11
      • 5. 549
      • 6. 1
      • 7. 10
      • 8. 11
      • 9. 1
      Backtrace
      • 15. /Modules/Admin/Entities/Category.php:52
      • 16. view::84638b2279e06e854b3cc83d8843f7fb3d27252e:64
      • 18. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
      • 19. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 20. /vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
    • select * from `businesses` where (`location` = 1 and (`sub_category_id` = 549 and `pricing_option` in (2, 6, 8, 9)) or exists (select * from `listings` where `businesses`.`id` = `listings`.`business_id` and `sub_category_id` = 549 and `pricing_option` in (2, 6, 8, 9))) and `is_published` = 1 limit 2
      373ms/Modules/Admin/Entities/Category.php:54itsyoux2_parentliving_demo
      Metadata
      Bindings
      • 0. 1
      • 1. 549
      • 2. 2
      • 3. 6
      • 4. 8
      • 5. 9
      • 6. 549
      • 7. 2
      • 8. 6
      • 9. 8
      • 10. 9
      • 11. 1
      Backtrace
      • 14. /Modules/Admin/Entities/Category.php:54
      • 15. view::84638b2279e06e854b3cc83d8843f7fb3d27252e:67
      • 17. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
      • 18. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 19. /vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
    • select * from `businesses` where (`location` = 1 and (`sub_category_id` = 270 and `pricing_option` in (1, 10, 11)) or exists (select * from `listings` where `businesses`.`id` = `listings`.`business_id` and `sub_category_id` = 270 and `pricing_option` in (1, 10, 11))) and `is_published` = 1 limit 1
      304ms/Modules/Admin/Entities/Category.php:52itsyoux2_parentliving_demo
      Metadata
      Bindings
      • 0. 1
      • 1. 270
      • 2. 1
      • 3. 10
      • 4. 11
      • 5. 270
      • 6. 1
      • 7. 10
      • 8. 11
      • 9. 1
      Backtrace
      • 15. /Modules/Admin/Entities/Category.php:52
      • 16. view::84638b2279e06e854b3cc83d8843f7fb3d27252e:12
      • 18. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
      • 19. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 20. /vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
    • select * from `businesses` where (`location` = 1 and (`sub_category_id` = 270 and `pricing_option` in (2, 6, 8, 9)) or exists (select * from `listings` where `businesses`.`id` = `listings`.`business_id` and `sub_category_id` = 270 and `pricing_option` in (2, 6, 8, 9))) and `is_published` = 1 limit 2
      321ms/Modules/Admin/Entities/Category.php:54itsyoux2_parentliving_demo
      Metadata
      Bindings
      • 0. 1
      • 1. 270
      • 2. 2
      • 3. 6
      • 4. 8
      • 5. 9
      • 6. 270
      • 7. 2
      • 8. 6
      • 9. 8
      • 10. 9
      • 11. 1
      Backtrace
      • 14. /Modules/Admin/Entities/Category.php:54
      • 15. view::84638b2279e06e854b3cc83d8843f7fb3d27252e:15
      • 17. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
      • 18. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 19. /vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
    • select * from `businesses` where (`location` = 1 and (`sub_category_id` = 725 and `pricing_option` in (1, 10, 11)) or exists (select * from `listings` where `businesses`.`id` = `listings`.`business_id` and `sub_category_id` = 725 and `pricing_option` in (1, 10, 11))) and `is_published` = 1 limit 1
      325ms/Modules/Admin/Entities/Category.php:52itsyoux2_parentliving_demo
      Metadata
      Bindings
      • 0. 1
      • 1. 725
      • 2. 1
      • 3. 10
      • 4. 11
      • 5. 725
      • 6. 1
      • 7. 10
      • 8. 11
      • 9. 1
      Backtrace
      • 15. /Modules/Admin/Entities/Category.php:52
      • 16. view::84638b2279e06e854b3cc83d8843f7fb3d27252e:64
      • 18. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
      • 19. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 20. /vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
    • select * from `businesses` where (`location` = 1 and (`sub_category_id` = 725 and `pricing_option` in (2, 6, 8, 9)) or exists (select * from `listings` where `businesses`.`id` = `listings`.`business_id` and `sub_category_id` = 725 and `pricing_option` in (2, 6, 8, 9))) and `is_published` = 1 limit 2
      318ms/Modules/Admin/Entities/Category.php:54itsyoux2_parentliving_demo
      Metadata
      Bindings
      • 0. 1
      • 1. 725
      • 2. 2
      • 3. 6
      • 4. 8
      • 5. 9
      • 6. 725
      • 7. 2
      • 8. 6
      • 9. 8
      • 10. 9
      • 11. 1
      Backtrace
      • 14. /Modules/Admin/Entities/Category.php:54
      • 15. view::84638b2279e06e854b3cc83d8843f7fb3d27252e:67
      • 17. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
      • 18. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 19. /vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
    • select * from `businesses` where (`location` = 1 and (`sub_category_id` = 271 and `pricing_option` in (1, 10, 11)) or exists (select * from `listings` where `businesses`.`id` = `listings`.`business_id` and `sub_category_id` = 271 and `pricing_option` in (1, 10, 11))) and `is_published` = 1 limit 1
      281ms/Modules/Admin/Entities/Category.php:52itsyoux2_parentliving_demo
      Metadata
      Bindings
      • 0. 1
      • 1. 271
      • 2. 1
      • 3. 10
      • 4. 11
      • 5. 271
      • 6. 1
      • 7. 10
      • 8. 11
      • 9. 1
      Backtrace
      • 15. /Modules/Admin/Entities/Category.php:52
      • 16. view::84638b2279e06e854b3cc83d8843f7fb3d27252e:12
      • 18. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
      • 19. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 20. /vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
    • select * from `businesses` where (`location` = 1 and (`sub_category_id` = 271 and `pricing_option` in (2, 6, 8, 9)) or exists (select * from `listings` where `businesses`.`id` = `listings`.`business_id` and `sub_category_id` = 271 and `pricing_option` in (2, 6, 8, 9))) and `is_published` = 1 limit 2
      335ms/Modules/Admin/Entities/Category.php:54itsyoux2_parentliving_demo
      Metadata
      Bindings
      • 0. 1
      • 1. 271
      • 2. 2
      • 3. 6
      • 4. 8
      • 5. 9
      • 6. 271
      • 7. 2
      • 8. 6
      • 9. 8
      • 10. 9
      • 11. 1
      Backtrace
      • 14. /Modules/Admin/Entities/Category.php:54
      • 15. view::84638b2279e06e854b3cc83d8843f7fb3d27252e:15
      • 17. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
      • 18. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 19. /vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
    • select * from `businesses` where (`location` = 1 and (`sub_category_id` = 726 and `pricing_option` in (1, 10, 11)) or exists (select * from `listings` where `businesses`.`id` = `listings`.`business_id` and `sub_category_id` = 726 and `pricing_option` in (1, 10, 11))) and `is_published` = 1 limit 1
      281ms/Modules/Admin/Entities/Category.php:52itsyoux2_parentliving_demo
      Metadata
      Bindings
      • 0. 1
      • 1. 726
      • 2. 1
      • 3. 10
      • 4. 11
      • 5. 726
      • 6. 1
      • 7. 10
      • 8. 11
      • 9. 1
      Backtrace
      • 15. /Modules/Admin/Entities/Category.php:52
      • 16. view::84638b2279e06e854b3cc83d8843f7fb3d27252e:64
      • 18. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
      • 19. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 20. /vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
    • select * from `businesses` where (`location` = 1 and (`sub_category_id` = 726 and `pricing_option` in (2, 6, 8, 9)) or exists (select * from `listings` where `businesses`.`id` = `listings`.`business_id` and `sub_category_id` = 726 and `pricing_option` in (2, 6, 8, 9))) and `is_published` = 1 limit 2
      316ms/Modules/Admin/Entities/Category.php:54itsyoux2_parentliving_demo
      Metadata
      Bindings
      • 0. 1
      • 1. 726
      • 2. 2
      • 3. 6
      • 4. 8
      • 5. 9
      • 6. 726
      • 7. 2
      • 8. 6
      • 9. 8
      • 10. 9
      • 11. 1
      Backtrace
      • 14. /Modules/Admin/Entities/Category.php:54
      • 15. view::84638b2279e06e854b3cc83d8843f7fb3d27252e:67
      • 17. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
      • 18. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 19. /vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
    • select * from `locations` where `status` = 'active'
      600μs/app/Helpers/helper.php:321itsyoux2_parentliving_demo
      Metadata
      Bindings
      • 0. active
      Backtrace
      • 14. /app/Helpers/helper.php:321
      • 17. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
      • 18. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 19. /vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
      • 20. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
    • select * from `locations` where `status` = 'active'
      340μs/app/Helpers/helper.php:321itsyoux2_parentliving_demo
      Metadata
      Bindings
      • 0. active
      Backtrace
      • 14. /app/Helpers/helper.php:321
      • 17. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
      • 18. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 19. /vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
      • 20. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
    Modules\Admin\Entities\City
    142
    App\Models\PricingOption
    1
    App\Models\Location
    3
    App\Models\Business
    3
    Modules\Admin\Entities\Category
    595
        _token
        kfxC4se2jjEEpCBwTAkqgnnJMen8oGB1DWYDEfTn
        city
        null
        category
        16
        _previous
        array:1 [ "url" => "https://demo.parentlivingplus.com/public/category/insurance" ]
        _flash
        array:2 [ "old" => [] "new" => [] ]
        PHPDEBUGBAR_STACK_DATA
        []
        path_info
        /category/insurance
        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:16 [ "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" ] "accept-encoding" => array:1 [ 0 => "gzip, deflate, br, zstd" ] "content-length" => array:1 [ 0 => "0" ] "host" => array:1 [ 0 => "demo.parentlivingplus.com" ] "pragma" => array:1 [ 0 => "no-cache" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "cache-control" => array:1 [ 0 => "no-cache" ] "sec-ch-ua" => array:1 [ 0 => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" ] "sec-ch-ua-mobile" => array:1 [ 0 => "?0" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "priority" => array:1 [ 0 => "u=0, i" ] ]
        request_server
        0 of 0
        array:69 [ "LSPHP_ENABLE_USER_INI" => "on" "PATH" => "/usr/local/bin:/usr/bin:/bin" "TEMP" => "/tmp" "TMP" => "/tmp" "TMPDIR" => "/tmp" "PWD" => "/" "HTTP_ACCEPT" => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" "HTTP_ACCEPT_ENCODING" => "gzip, deflate, br, zstd" "CONTENT_LENGTH" => "0" "HTTP_HOST" => "demo.parentlivingplus.com" "HTTP_PRAGMA" => "no-cache" "HTTP_USER_AGENT" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" "HTTP_CACHE_CONTROL" => "no-cache" "HTTP_SEC_CH_UA" => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" "HTTP_SEC_CH_UA_MOBILE" => "?0" "HTTP_SEC_CH_UA_PLATFORM" => ""Windows"" "HTTP_UPGRADE_INSECURE_REQUESTS" => "1" "HTTP_SEC_FETCH_SITE" => "none" "HTTP_SEC_FETCH_MODE" => "navigate" "HTTP_SEC_FETCH_USER" => "?1" "HTTP_SEC_FETCH_DEST" => "document" "HTTP_PRIORITY" => "u=0, i" "REDIRECT_UNIQUE_ID" => "aB2L8V-hCPOgp1m4NWFdxAAA60Y" "REDIRECT_QS_ConnectionId" => "174676683324039530647179" "REDIRECT_HTTPS" => "on" "REDIRECT_SSL_TLS_SNI" => "demo.parentlivingplus.com" "REDIRECT_HTTP2" => "on" "REDIRECT_H2PUSH" => "off" "REDIRECT_H2_PUSH" => "off" "REDIRECT_H2_PUSHED" => "" "REDIRECT_H2_PUSHED_ON" => "" "REDIRECT_H2_STREAM_ID" => "1" "REDIRECT_H2_STREAM_TAG" => "647179-102-1" "REDIRECT_STATUS" => "200" "UNIQUE_ID" => "aB2L8V-hCPOgp1m4NWFdxAAA60Y" "QS_ConnectionId" => "174676683324039530647179" "HTTPS" => "on" "SSL_TLS_SNI" => "demo.parentlivingplus.com" "HTTP2" => "on" "H2PUSH" => "off" "H2_PUSH" => "off" "H2_PUSHED" => "" "H2_PUSHED_ON" => "" "H2_STREAM_ID" => "1" "H2_STREAM_TAG" => "647179-102-1" "SERVER_SIGNATURE" => "" "SERVER_SOFTWARE" => "Apache" "SERVER_NAME" => "demo.parentlivingplus.com" "SERVER_ADDR" => "162.241.248.17" "SERVER_PORT" => "443" "REMOTE_ADDR" => "18.117.120.35" "DOCUMENT_ROOT" => "/home3/itsyoux2/demo.parentlivingplus.com" "REQUEST_SCHEME" => "https" "CONTEXT_PREFIX" => "" "CONTEXT_DOCUMENT_ROOT" => "/home3/itsyoux2/demo.parentlivingplus.com" "SERVER_ADMIN" => "webmaster@demo.parentlivingplus.com" "SCRIPT_FILENAME" => "/home3/itsyoux2/demo.parentlivingplus.com/public/index.php" "REMOTE_PORT" => "63791" "REDIRECT_URL" => "/public/category/insurance" "SERVER_PROTOCOL" => "HTTP/2.0" "REQUEST_METHOD" => "GET" "QUERY_STRING" => "" "REQUEST_URI" => "/public/category/insurance" "SCRIPT_NAME" => "/public/index.php" "PHP_SELF" => "/public/index.php" "REQUEST_TIME_FLOAT" => 1746766833.2632 "REQUEST_TIME" => 1746766833 "argv" => [] "argc" => 0 ]
        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 => "Fri, 09 May 2025 05:00:34 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IlU1eitHdWVhSFk3WlZiRGpzN0FBTVE9PSIsInZhbHVlIjoiOXByUWRwZUpQeE1MVjdxd2haL3NaeW1YUmJqdXhZUkFFaFdXUldRMHBLcS9IYUpvcXlSNml6a0ZWUVBtN3JQaXNTU1ZXdkovVCsweHJGVEkrZ0ZGU1NWRmpkd0dhdEtGckxwYldKeFVwT0lLR3hiTlZjdStmNlFsYXVPUm16NzYiLCJtYWMiOiJkMGMwMDNlZDk2ODM5ZmMxZTIyMTAzYjBhNTI5ZDk5YmI0NDc4ODBiMTJiMTZjZGVjOGU5OTMxMjVhNzA2NzVjIiwidGFnIjoiIn0%3D; expires=Fri, 16-May-2025 05:00:38 GMT; Max-Age=604800; path=/; samesite=laxXSRF-TOKEN=eyJpdiI6IlU1eitHdWVhSFk3WlZiRGpzN0FBTVE9PSIsInZhbHVlIjoiOXByUWRwZUpQeE1MVjdxd2haL3NaeW1YUmJqdXhZUkFFaFdXUldRMHBLcS9IYUpvcXlSNml6a0ZWUVBtN3JQaXNTU1ZXd" 1 => "parent_living_plus_session=eyJpdiI6IkFJVkQ4MTFibFpYTGNsOGZQbEhUUUE9PSIsInZhbHVlIjoicWdzUzJnNmw5SGRza1pUalVDSjA4dmhXbzhTSHVUYTFXaXRYbUw4TW04NkVmYVNxaEdzZURwbkl1WDE2TTNuekFwcEhxT1FnUzNvZzhZQ3VUemFyaHlERjZpUE5xZ2VSU1NkdlRmL1ZXUjdyN3hoS3hTdzE0QkQwVFFqdjhJcmkiLCJtYWMiOiJhMDdhNzc4MTg0YjQzYWY2ZjA3NGM3Njk2YTM4MTdlM2RiMTMxYzk1NTZmMGUzYTIzYmFjOGExYzIxMjU0MmMwIiwidGFnIjoiIn0%3D; expires=Fri, 16-May-2025 05:00:38 GMT; Max-Age=604800; path=/; httponly; samesite=laxparent_living_plus_session=eyJpdiI6IkFJVkQ4MTFibFpYTGNsOGZQbEhUUUE9PSIsInZhbHVlIjoicWdzUzJnNmw5SGRza1pUalVDSjA4dmhXbzhTSHVUYTFXaXRYbUw4TW04NkVmYVNxaEdzZURwbkl1W" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IlU1eitHdWVhSFk3WlZiRGpzN0FBTVE9PSIsInZhbHVlIjoiOXByUWRwZUpQeE1MVjdxd2haL3NaeW1YUmJqdXhZUkFFaFdXUldRMHBLcS9IYUpvcXlSNml6a0ZWUVBtN3JQaXNTU1ZXdkovVCsweHJGVEkrZ0ZGU1NWRmpkd0dhdEtGckxwYldKeFVwT0lLR3hiTlZjdStmNlFsYXVPUm16NzYiLCJtYWMiOiJkMGMwMDNlZDk2ODM5ZmMxZTIyMTAzYjBhNTI5ZDk5YmI0NDc4ODBiMTJiMTZjZGVjOGU5OTMxMjVhNzA2NzVjIiwidGFnIjoiIn0%3D; expires=Fri, 16-May-2025 05:00:38 GMT; path=/XSRF-TOKEN=eyJpdiI6IlU1eitHdWVhSFk3WlZiRGpzN0FBTVE9PSIsInZhbHVlIjoiOXByUWRwZUpQeE1MVjdxd2haL3NaeW1YUmJqdXhZUkFFaFdXUldRMHBLcS9IYUpvcXlSNml6a0ZWUVBtN3JQaXNTU1ZXd" 1 => "parent_living_plus_session=eyJpdiI6IkFJVkQ4MTFibFpYTGNsOGZQbEhUUUE9PSIsInZhbHVlIjoicWdzUzJnNmw5SGRza1pUalVDSjA4dmhXbzhTSHVUYTFXaXRYbUw4TW04NkVmYVNxaEdzZURwbkl1WDE2TTNuekFwcEhxT1FnUzNvZzhZQ3VUemFyaHlERjZpUE5xZ2VSU1NkdlRmL1ZXUjdyN3hoS3hTdzE0QkQwVFFqdjhJcmkiLCJtYWMiOiJhMDdhNzc4MTg0YjQzYWY2ZjA3NGM3Njk2YTM4MTdlM2RiMTMxYzk1NTZmMGUzYTIzYmFjOGExYzIxMjU0MmMwIiwidGFnIjoiIn0%3D; expires=Fri, 16-May-2025 05:00:38 GMT; path=/; httponlyparent_living_plus_session=eyJpdiI6IkFJVkQ4MTFibFpYTGNsOGZQbEhUUUE9PSIsInZhbHVlIjoicWdzUzJnNmw5SGRza1pUalVDSjA4dmhXbzhTSHVUYTFXaXRYbUw4TW04NkVmYVNxaEdzZURwbkl1W" ] ]
        session_attributes
        0 of 0
        array:6 [ "_token" => "kfxC4se2jjEEpCBwTAkqgnnJMen8oGB1DWYDEfTn" "city" => null "category" => 16 "_previous" => array:1 [ "url" => "https://demo.parentlivingplus.com/public/category/insurance" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]