user Sign In

Chatbot

X

Dashboard

8.1.2PHP Version66.63msRequest Duration4MBMemory UsageGET view-profile/{user}Route
    • Booting (13.54ms)
    • Application (53.05ms)
    • 1 x Application (79.61%)
      53.05ms
      1 x Booting (20.31%)
      13.54ms
      9 templates were rendered
      • frontend.profile.view_profile.view_profile (resources/views/frontend/profile/view_profile/view_profile.blade.php)1bladefile
        Params
        0
        user
      • frontend.profile.view_profile.partials.banner (resources/views/frontend/profile/view_profile/partials/banner.blade.php)4bladefile
        Params
        0
        __env
        1
        app
        2
        errors
        3
        user
      • frontend.profile.view_profile.partials.header (resources/views/frontend/profile/view_profile/partials/header.blade.php)4bladefile
        Params
        0
        __env
        1
        app
        2
        errors
        3
        user
      • frontend.layouts.app (resources/views/frontend/layouts/app.blade.php)7bladefile
        Params
        0
        __env
        1
        app
        2
        errors
        3
        user
        4
        __empty_1
        5
        __currentLoopData
        6
        loop
      • frontend.partials.head (resources/views/frontend/partials/head.blade.php)7bladefile
        Params
        0
        __env
        1
        app
        2
        errors
        3
        user
        4
        __empty_1
        5
        __currentLoopData
        6
        loop
      • frontend.partials.header (resources/views/frontend/partials/header.blade.php)7bladefile
        Params
        0
        __env
        1
        app
        2
        errors
        3
        user
        4
        __empty_1
        5
        __currentLoopData
        6
        loop
      • frontend.partials.sidebar (resources/views/frontend/partials/sidebar.blade.php)7bladefile
        Params
        0
        __env
        1
        app
        2
        errors
        3
        user
        4
        __empty_1
        5
        __currentLoopData
        6
        loop
      • frontend.partials.mobile-nav (resources/views/frontend/partials/mobile-nav.blade.php)7bladefile
        Params
        0
        __env
        1
        app
        2
        errors
        3
        user
        4
        __empty_1
        5
        __currentLoopData
        6
        loop
      • frontend.partials.footer (resources/views/frontend/partials/footer.blade.php)7bladefile
        Params
        0
        __env
        1
        app
        2
        errors
        3
        user
        4
        __empty_1
        5
        __currentLoopData
        6
        loop
      uri
      GET view-profile/{user}
      middleware
      web
      controller
      App\Http\Controllers\Front\HomeController@view_profile
      namespace
      prefix
      where
      as
      view-advertiser
      file
      app/Http/Controllers/Front/HomeController.php:99-117
      37 statements were executed, 21 of which were duplicated, 16 unique. Show only duplicated28.09ms
      • select * from `users` where `id` = '8204' limit 1
        1.36ms/vendor/laravel/framework/src/Illuminate/Routing/ImplicitRouteBinding.php:61titanspet
        Metadata
        Bindings
        • 0. 8204
        Backtrace
        • 16. /vendor/laravel/framework/src/Illuminate/Routing/ImplicitRouteBinding.php:61
        • 17. /vendor/laravel/framework/src/Illuminate/Routing/Router.php:947
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php:41
        • 19. /vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180
        • 20. /vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php:78
      • select `account_status` from `users` where `id` = 8204 limit 1
        380μsview::frontend.profile.view_profile.partials.header:35titanspet
        Metadata
        Bindings
        • 0. 8204
        Backtrace
        • 16. view::frontend.profile.view_profile.partials.header:35
        • 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 `posts` where `posts`.`user_id` = 8204 and `posts`.`user_id` is not null and `status` = '0' and `post_status` = 'Active' and `posts`.`deleted_at` is null
        480μsview::frontend.profile.view_profile.partials.header:70titanspet
        Metadata
        Bindings
        • 0. 8204
        • 1. 0
        • 2. Active
        Backtrace
        • 19. view::frontend.profile.view_profile.partials.header:70
        • 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 `post_reviews`.*, `posts`.`user_id` as `laravel_through_key` from `post_reviews` inner join `posts` on `posts`.`id` = `post_reviews`.`post_id` where `posts`.`user_id` = 8204 and `posts`.`deleted_at` is null
        410μsview::frontend.profile.view_profile.partials.header:76titanspet
        Metadata
        Bindings
        • 0. 8204
        Backtrace
        • 19. view::frontend.profile.view_profile.partials.header:76
        • 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 `posts` where `posts`.`user_id` = 8204 and `posts`.`user_id` is not null and `status` = '0' and `post_status` = 'Active' and `closed` = 0 and `posts`.`deleted_at` is null order by `created_at` desc
        440μsview::frontend.profile.view_profile.view_profile:72titanspet
        Metadata
        Bindings
        • 0. 8204
        • 1. 0
        • 2. Active
        • 3. 0
        Backtrace
        • 19. view::frontend.profile.view_profile.view_profile:72
        • 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 `posts` where `posts`.`user_id` = 8204 and `posts`.`user_id` is not null and `status` = '0' and `post_status` = 'Active' and exists (select * from `boosted_posts` where `posts`.`id` = `boosted_posts`.`post_id`) and `posts`.`deleted_at` is null
        600μsview::frontend.profile.view_profile.view_profile:78titanspet
        Metadata
        Bindings
        • 0. 8204
        • 1. 0
        • 2. Active
        Backtrace
        • 19. view::frontend.profile.view_profile.view_profile:78
        • 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 `settings` limit 1
        370μs/app/Helper/helper.php:13titanspet
        Metadata
        Backtrace
        • 18. /app/Helper/helper.php:13
        • 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 `settings` limit 1
        320μs/app/Helper/helper.php:13titanspet
        Metadata
        Backtrace
        • 18. /app/Helper/helper.php:13
        • 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 `settings` limit 1
        370μs/app/Helper/helper.php:13titanspet
        Metadata
        Backtrace
        • 18. /app/Helper/helper.php:13
        • 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 `master_categories`
        390μsview::frontend.partials.header:358titanspet
        Metadata
        Backtrace
        • 15. view::frontend.partials.header:358
        • 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 * from `settings` limit 1
        310μs/app/Helper/helper.php:13titanspet
        Metadata
        Backtrace
        • 18. /app/Helper/helper.php:13
        • 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 `settings` limit 1
        340μs/app/Helper/helper.php:13titanspet
        Metadata
        Backtrace
        • 18. /app/Helper/helper.php:13
        • 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`.`master_id` = 1 and `categories`.`master_id` is not null
        620μsview::frontend.partials.header:440titanspet
        Metadata
        Bindings
        • 0. 1
        Backtrace
        • 19. view::frontend.partials.header:440
        • 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`.`master_id` = 2 and `categories`.`master_id` is not null
        540μsview::frontend.partials.header:440titanspet
        Metadata
        Bindings
        • 0. 2
        Backtrace
        • 19. view::frontend.partials.header:440
        • 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`.`master_id` = 3 and `categories`.`master_id` is not null
        620μsview::frontend.partials.header:440titanspet
        Metadata
        Bindings
        • 0. 3
        Backtrace
        • 19. view::frontend.partials.header:440
        • 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`.`master_id` = 4 and `categories`.`master_id` is not null
        480μsview::frontend.partials.header:440titanspet
        Metadata
        Bindings
        • 0. 4
        Backtrace
        • 19. view::frontend.partials.header:440
        • 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`.`master_id` = 6 and `categories`.`master_id` is not null
        760μsview::frontend.partials.header:440titanspet
        Metadata
        Bindings
        • 0. 6
        Backtrace
        • 19. view::frontend.partials.header:440
        • 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`.`master_id` = 8 and `categories`.`master_id` is not null
        460μsview::frontend.partials.header:440titanspet
        Metadata
        Bindings
        • 0. 8
        Backtrace
        • 19. view::frontend.partials.header:440
        • 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`.`master_id` = 9 and `categories`.`master_id` is not null
        520μsview::frontend.partials.header:440titanspet
        Metadata
        Bindings
        • 0. 9
        Backtrace
        • 19. view::frontend.partials.header:440
        • 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 `settings` limit 1
        380μs/app/Helper/helper.php:13titanspet
        Metadata
        Backtrace
        • 18. /app/Helper/helper.php:13
        • 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 `settings` limit 1
        380μs/app/Helper/helper.php:13titanspet
        Metadata
        Backtrace
        • 18. /app/Helper/helper.php:13
        • 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 `settings` limit 1
        340μs/app/Helper/helper.php:13titanspet
        Metadata
        Backtrace
        • 18. /app/Helper/helper.php:13
        • 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 `settings` limit 1
        330μs/app/Helper/helper.php:13titanspet
        Metadata
        Backtrace
        • 18. /app/Helper/helper.php:13
        • 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 `settings` limit 1
        310μs/app/Helper/helper.php:13titanspet
        Metadata
        Backtrace
        • 18. /app/Helper/helper.php:13
        • 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 `settings` limit 1
        320μs/app/Helper/helper.php:13titanspet
        Metadata
        Backtrace
        • 18. /app/Helper/helper.php:13
        • 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 `settings` limit 1
        300μs/app/Helper/helper.php:13titanspet
        Metadata
        Backtrace
        • 18. /app/Helper/helper.php:13
        • 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 `settings` limit 1
        340μs/app/Helper/helper.php:13titanspet
        Metadata
        Backtrace
        • 18. /app/Helper/helper.php:13
        • 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 `settings` limit 1
        320μs/app/Helper/helper.php:13titanspet
        Metadata
        Backtrace
        • 18. /app/Helper/helper.php:13
        • 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 count(*) as aggregate from `users` where `status` = '1'
        3.85ms/app/Helper/helper.php:28titanspet
        Metadata
        Bindings
        • 0. 1
        Backtrace
        • 15. /app/Helper/helper.php:28
        • 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 count(*) as aggregate from `posts` where `post_status` in ('Active', 'Sold') and `posts`.`deleted_at` is null
        9.04ms/app/Helper/helper.php:35titanspet
        Metadata
        Bindings
        • 0. Active
        • 1. Sold
        Backtrace
        • 15. /app/Helper/helper.php:35
        • 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 `settings` limit 1
        390μs/app/Helper/helper.php:13titanspet
        Metadata
        Backtrace
        • 18. /app/Helper/helper.php:13
        • 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 `settings` limit 1
        310μs/app/Helper/helper.php:13titanspet
        Metadata
        Backtrace
        • 18. /app/Helper/helper.php:13
        • 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 `settings` limit 1
        340μs/app/Helper/helper.php:13titanspet
        Metadata
        Backtrace
        • 18. /app/Helper/helper.php:13
        • 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 `settings` limit 1
        370μs/app/Helper/helper.php:13titanspet
        Metadata
        Backtrace
        • 18. /app/Helper/helper.php:13
        • 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 `settings` limit 1
        330μs/app/Helper/helper.php:13titanspet
        Metadata
        Backtrace
        • 18. /app/Helper/helper.php:13
        • 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 `settings` limit 1
        340μs/app/Helper/helper.php:13titanspet
        Metadata
        Backtrace
        • 18. /app/Helper/helper.php:13
        • 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 `settings` limit 1
        330μs/app/Helper/helper.php:13titanspet
        Metadata
        Backtrace
        • 18. /app/Helper/helper.php:13
        • 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
      App\Models\Category
      117
      App\Models\MasterCategory
      7
      App\Models\Setting
      21
      App\Models\User
      2
        _token
        ldunXihB2HHcWHODmH6Xz9BVZQ5ytwNmghjzXsxf
        _previous
        array:1 [ "url" => "https://titanspet.pk/view-profile/8204" ]
        _flash
        array:2 [ "old" => [] "new" => [] ]
        PHPDEBUGBAR_STACK_DATA
        []
        path_info
        /view-profile/8204
        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 [ "host" => array:1 [ 0 => "titanspet.pk" ] "connection" => array:1 [ 0 => "keep-alive" ] "pragma" => array:1 [ 0 => "no-cache" ] "cache-control" => array:1 [ 0 => "no-cache" ] "sec-ch-ua" => array:1 [ 0 => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" ] "sec-ch-ua-mobile" => array:1 [ 0 => "?0" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "accept" => array:1 [ 0 => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "accept-encoding" => array:1 [ 0 => "gzip, deflate, br, zstd" ] "cookie" => array:1 [ 0 => "XSRF-TOKEN=eyJpdiI6IkZYVnNWemN4M0FsalBRNW1FNEgrc2c9PSIsInZhbHVlIjoiaHhMNjcyL2VqYmlLWGFEV0xjV0ZGTE9QcnNFbkpCWnRLSXJnTzVuVURKQzZ3cTJYaEhUTTFsQjlMVmNCUjYwN2FTOVVMR204R2tUcnpLcHh1SHVVZmRjVFpHTmNTWG01akhBWjJhMTNCWnhUQ21hMXlmdUtKMVdXS2dHN2c1WjgiLCJtYWMiOiIyZGJjMGZlZDQ0ZGNmNTlhMjg1NTUwMGI0ZDlmYjA4MzFlZWUyZjUzZTAxMzExYTQ2MjkyMjNhYzJmODkyYmM4IiwidGFnIjoiIn0%3D; titans_session=eyJpdiI6IlVCY2ZQMEppUk9BSGkrWnpDcVAvSEE9PSIsInZhbHVlIjoiVG9reFBXN1FpQm5DZno3NDR2Z0N5ekFlNjB4NDJnVmYwTllENFhhekpSbTNQVkthTnVNSENZek5YbEU4WGpFNmVMdmFTRDF5cHVrV0pxVWYwVWxSMkErNUVMZ2pmNFhEaUZUQmh4OHprY29jbm9YbGxyc3hZNzFpRjZwdm1aemEiLCJtYWMiOiJhMWE2MTc5YmM2YTY0NGUwZTkyYTEwYTBkYWMyZDY1MDZhNTMzYjhjMDU1MTI1MjAzMTY3NTVlOTM3ODgxOTA1IiwidGFnIjoiIn0%3DXSRF-TOKEN=eyJpdiI6IkZYVnNWemN4M0FsalBRNW1FNEgrc2c9PSIsInZhbHVlIjoiaHhMNjcyL2VqYmlLWGFEV0xjV0ZGTE9QcnNFbkpCWnRLSXJnTzVuVURKQzZ3cTJYaEhUTTFsQjlMVmNCUjYwN2FTOVVMR" ] ]
        request_server
        0 of 0
        array:45 [ "REDIRECT_HTTPS" => "on" "REDIRECT_SSL_TLS_SNI" => "titanspet.pk" "REDIRECT_STATUS" => "200" "HTTPS" => "on" "SSL_TLS_SNI" => "titanspet.pk" "HTTP_HOST" => "titanspet.pk" "HTTP_CONNECTION" => "keep-alive" "HTTP_PRAGMA" => "no-cache" "HTTP_CACHE_CONTROL" => "no-cache" "HTTP_SEC_CH_UA" => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" "HTTP_SEC_CH_UA_MOBILE" => "?0" "HTTP_SEC_CH_UA_PLATFORM" => ""Windows"" "HTTP_UPGRADE_INSECURE_REQUESTS" => "1" "HTTP_USER_AGENT" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" "HTTP_ACCEPT" => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" "HTTP_SEC_FETCH_SITE" => "none" "HTTP_SEC_FETCH_MODE" => "navigate" "HTTP_SEC_FETCH_USER" => "?1" "HTTP_SEC_FETCH_DEST" => "document" "HTTP_ACCEPT_ENCODING" => "gzip, deflate, br, zstd" "HTTP_COOKIE" => "XSRF-TOKEN=eyJpdiI6IkZYVnNWemN4M0FsalBRNW1FNEgrc2c9PSIsInZhbHVlIjoiaHhMNjcyL2VqYmlLWGFEV0xjV0ZGTE9QcnNFbkpCWnRLSXJnTzVuVURKQzZ3cTJYaEhUTTFsQjlMVmNCUjYwN2FTOVVMR204R2tUcnpLcHh1SHVVZmRjVFpHTmNTWG01akhBWjJhMTNCWnhUQ21hMXlmdUtKMVdXS2dHN2c1WjgiLCJtYWMiOiIyZGJjMGZlZDQ0ZGNmNTlhMjg1NTUwMGI0ZDlmYjA4MzFlZWUyZjUzZTAxMzExYTQ2MjkyMjNhYzJmODkyYmM4IiwidGFnIjoiIn0%3D; titans_session=eyJpdiI6IlVCY2ZQMEppUk9BSGkrWnpDcVAvSEE9PSIsInZhbHVlIjoiVG9reFBXN1FpQm5DZno3NDR2Z0N5ekFlNjB4NDJnVmYwTllENFhhekpSbTNQVkthTnVNSENZek5YbEU4WGpFNmVMdmFTRDF5cHVrV0pxVWYwVWxSMkErNUVMZ2pmNFhEaUZUQmh4OHprY29jbm9YbGxyc3hZNzFpRjZwdm1aemEiLCJtYWMiOiJhMWE2MTc5YmM2YTY0NGUwZTkyYTEwYTBkYWMyZDY1MDZhNTMzYjhjMDU1MTI1MjAzMTY3NTVlOTM3ODgxOTA1IiwidGFnIjoiIn0%3DXSRF-TOKEN=eyJpdiI6IkZYVnNWemN4M0FsalBRNW1FNEgrc2c9PSIsInZhbHVlIjoiaHhMNjcyL2VqYmlLWGFEV0xjV0ZGTE9QcnNFbkpCWnRLSXJnTzVuVURKQzZ3cTJYaEhUTTFsQjlMVmNCUjYwN2FTOVVMR" "PATH" => "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" "SERVER_SIGNATURE" => "<address>Apache/2.4.52 (Ubuntu) Server at titanspet.pk Port 443</address>\n" "SERVER_SOFTWARE" => "Apache/2.4.52 (Ubuntu)" "SERVER_NAME" => "titanspet.pk" "SERVER_ADDR" => "172.31.5.184" "SERVER_PORT" => "443" "REMOTE_ADDR" => "216.73.216.31" "DOCUMENT_ROOT" => "/var/www/html/titans-web/public" "REQUEST_SCHEME" => "https" "CONTEXT_PREFIX" => "" "CONTEXT_DOCUMENT_ROOT" => "/var/www/html/titans-web/public" "SERVER_ADMIN" => "webmaster@localhost" "SCRIPT_FILENAME" => "/var/www/html/titans-web/public/index.php" "REMOTE_PORT" => "11511" "REDIRECT_URL" => "/view-profile/8204" "GATEWAY_INTERFACE" => "CGI/1.1" "SERVER_PROTOCOL" => "HTTP/1.1" "REQUEST_METHOD" => "GET" "QUERY_STRING" => "" "REQUEST_URI" => "/view-profile/8204" "SCRIPT_NAME" => "/index.php" "PHP_SELF" => "/index.php" "REQUEST_TIME_FLOAT" => 1758597031.3077 "REQUEST_TIME" => 1758597031 ]
        request_cookies
        0 of 0
        array:2 [ "XSRF-TOKEN" => "ldunXihB2HHcWHODmH6Xz9BVZQ5ytwNmghjzXsxf" "titans_session" => "gcdavdCmA8gJXuLJHmNj3WMepbfcyU0O1nYEY2jz" ]
        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 => "Tue, 23 Sep 2025 03:10:31 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Im9rUmllbFNQOWg1UEZkSXJKN0FEZGc9PSIsInZhbHVlIjoiVlBWbkhGL0tsVkk0UEJWbHF5VU5id3pUa203L2t0ZjZNdGorbG42bUN4US9STHFMU3UwWDVwRGZ6cWp5TGJsK3UzL2k4MDRhamxmaTJIdDRrTlZtaU4vMlo2UHBUcVBiUEx1QjRncHZ6THhkOG56a2k5ZGs4dEliQ09YWmFhQmsiLCJtYWMiOiJlNjBkZTNlMmMwMzhhOTBmMDk3ZjQ1YjliZmI3MGVlMTczYmNjY2Y3M2Y2OWFjMGY2Mjg0NmFiMjAwZGRhYjJmIiwidGFnIjoiIn0%3D; expires=Tue, 23-Sep-2025 05:10:31 GMT; Max-Age=7200; path=/; samesite=laxXSRF-TOKEN=eyJpdiI6Im9rUmllbFNQOWg1UEZkSXJKN0FEZGc9PSIsInZhbHVlIjoiVlBWbkhGL0tsVkk0UEJWbHF5VU5id3pUa203L2t0ZjZNdGorbG42bUN4US9STHFMU3UwWDVwRGZ6cWp5TGJsK3UzL2k4M" 1 => "titans_session=eyJpdiI6ImI5Kytnb25ONFRDRUYvU21FaGNNdkE9PSIsInZhbHVlIjoiWlhhaThMc0xBcWRCNVpjTDl1WkVOK0FqMldqNko1T29ueXZMMzl4aVZUaWV2d3FNalVzOXR4alRUV3V4S1NqWTgwTDg4T3paZXVQQWVVZzhSOUpxUW42K3lEMnlsNUM1ZVlSZ3RYYjFpM0ZweFB0ZVV2enIzc3pJVFFJb1NlRGciLCJtYWMiOiIyMWNjNGJjYThjNmIwY2I1NWEwYjdhODA2NGU3MDMyNTc1ZmE2NWZlMWIwNGZlMjk1ZDRmMDBkMjM4NGI0ZjZkIiwidGFnIjoiIn0%3D; expires=Tue, 23-Sep-2025 05:10:31 GMT; Max-Age=7200; path=/; httponly; samesite=laxtitans_session=eyJpdiI6ImI5Kytnb25ONFRDRUYvU21FaGNNdkE9PSIsInZhbHVlIjoiWlhhaThMc0xBcWRCNVpjTDl1WkVOK0FqMldqNko1T29ueXZMMzl4aVZUaWV2d3FNalVzOXR4alRUV3V4S1NqWTgwT" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Im9rUmllbFNQOWg1UEZkSXJKN0FEZGc9PSIsInZhbHVlIjoiVlBWbkhGL0tsVkk0UEJWbHF5VU5id3pUa203L2t0ZjZNdGorbG42bUN4US9STHFMU3UwWDVwRGZ6cWp5TGJsK3UzL2k4MDRhamxmaTJIdDRrTlZtaU4vMlo2UHBUcVBiUEx1QjRncHZ6THhkOG56a2k5ZGs4dEliQ09YWmFhQmsiLCJtYWMiOiJlNjBkZTNlMmMwMzhhOTBmMDk3ZjQ1YjliZmI3MGVlMTczYmNjY2Y3M2Y2OWFjMGY2Mjg0NmFiMjAwZGRhYjJmIiwidGFnIjoiIn0%3D; expires=Tue, 23-Sep-2025 05:10:31 GMT; path=/XSRF-TOKEN=eyJpdiI6Im9rUmllbFNQOWg1UEZkSXJKN0FEZGc9PSIsInZhbHVlIjoiVlBWbkhGL0tsVkk0UEJWbHF5VU5id3pUa203L2t0ZjZNdGorbG42bUN4US9STHFMU3UwWDVwRGZ6cWp5TGJsK3UzL2k4M" 1 => "titans_session=eyJpdiI6ImI5Kytnb25ONFRDRUYvU21FaGNNdkE9PSIsInZhbHVlIjoiWlhhaThMc0xBcWRCNVpjTDl1WkVOK0FqMldqNko1T29ueXZMMzl4aVZUaWV2d3FNalVzOXR4alRUV3V4S1NqWTgwTDg4T3paZXVQQWVVZzhSOUpxUW42K3lEMnlsNUM1ZVlSZ3RYYjFpM0ZweFB0ZVV2enIzc3pJVFFJb1NlRGciLCJtYWMiOiIyMWNjNGJjYThjNmIwY2I1NWEwYjdhODA2NGU3MDMyNTc1ZmE2NWZlMWIwNGZlMjk1ZDRmMDBkMjM4NGI0ZjZkIiwidGFnIjoiIn0%3D; expires=Tue, 23-Sep-2025 05:10:31 GMT; path=/; httponlytitans_session=eyJpdiI6ImI5Kytnb25ONFRDRUYvU21FaGNNdkE9PSIsInZhbHVlIjoiWlhhaThMc0xBcWRCNVpjTDl1WkVOK0FqMldqNko1T29ueXZMMzl4aVZUaWV2d3FNalVzOXR4alRUV3V4S1NqWTgwT" ] ]
        session_attributes
        0 of 0
        array:4 [ "_token" => "ldunXihB2HHcWHODmH6Xz9BVZQ5ytwNmghjzXsxf" "_previous" => array:1 [ "url" => "https://titanspet.pk/view-profile/8204" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]