;

آخرین مقالات

icon
Request history8.1.11PHP Version407msRequest Duration27MBMemory UsageGET blog/category/{slug}Route
    • Booting (200ms)time
    • Application (207ms)time
    • 1 x Application (50.92%)
      207ms
      1 x Booting (49.08%)
      200ms
      10 templates were rendered
      • frontend.templates.oxin.pages.Blog.listinglisting.blade.php#?blade
      • pagination::bootstrap-4bootstrap-4.blade.php#?blade
      • pagination::bootstrap-4bootstrap-4.blade.php#?blade
      • frontend.templates.oxin.appapp.blade.php#?blade
      • frontend.templates.oxin.pages.index.main_menu.mobile_menumobile_menu.blade.php#?blade
      • frontend.templates.oxin.Auth.loginlogin.blade.php#?blade
      • frontend.templates.oxin.pages.index.headerheader.blade.php#?blade
      • frontend.templates.oxin.pages.index.main_menu.menumenu.blade.php#?blade
      • flash::messagemessage.blade.php#?blade
      • frontend.templates.oxin.pages.index.footerfooter.blade.php#?blade
      uri
      GET blog/category/{slug}
      middleware
      web
      controller
      App\Http\Controllers\BlogController@all_blog_category
      namespace
      prefix
      where
      as
      blog.category
      file
      app/Http/Controllers/BlogController.php:172-183
      23 statements were executed, 2 of which were duplicates, 21 unique. Show only duplicated30.86ms
      • Connection Establishedoxinsho_zxczwoBlogController.php#174
        Backtrace
        • 13. app/Http/Controllers/BlogController.php:174
        • 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 `blog_categories` where `slug` = 'marketing' and `blog_categories`.`deleted_at` is null limit 1
        2.96msoxinsho_zxczwoBlogController.php#174
        Bindings
        • 0: marketing
        Backtrace
        • 15. app/Http/Controllers/BlogController.php:174
        • 16. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 17. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select count(*) as aggregate from `blogs` where `status` = 1 and `category_id` = 1 and `blogs`.`deleted_at` is null
        700μsoxinsho_zxczwoBlogController.php#179
        Bindings
        • 0: 1
        • 1: 1
        Backtrace
        • 15. app/Http/Controllers/BlogController.php:179
        • 16. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 17. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `blog_categories` where `blog_categories`.`deleted_at` is null
        680μsoxinsho_zxczwolisting.blade.php#10
        Backtrace
        • 15. view::frontend.templates.oxin.pages.Blog.listing:10
        • 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 `lang_value`, `lang_key` from `translations` where `lang` = 'en'
        7.45msoxinsho_zxczwoTranslation.php#67
        Bindings
        • 0: en
        Backtrace
        • 13. app/Libraries/I18N/Translation.php:67
        • 14. vendor/laravel/framework/src/Illuminate/Cache/Repository.php:438
        • 15. vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:408
        • 17. app/Libraries/I18N/Translation.php:68
        • 18. app/Libraries/I18N/Translation.php:30
      • select `lang_value`, `lang_key` from `translations` where `lang` = 'ir'
        6.5msoxinsho_zxczwoTranslation.php#67
        Bindings
        • 0: ir
        Backtrace
        • 13. app/Libraries/I18N/Translation.php:67
        • 14. vendor/laravel/framework/src/Illuminate/Cache/Repository.php:438
        • 15. vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:408
        • 17. app/Libraries/I18N/Translation.php:68
        • 18. app/Libraries/I18N/Translation.php:39
      • select * from `carts` where `temp_user_id` = '71e4fd74bfee62f11a5826297bb0dbb4'
        660μsoxinsho_zxczwoCartRepository.php#59
        Bindings
        • 0: 71e4fd74bfee62f11a5826297bb0dbb4
        Backtrace
        • 14. app/Libraries/Repository/Buy/CartRepository.php:59
        • 15. view::frontend.templates.oxin.app:2
        • 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
      • select * from `business_settings`
        1.01msoxinsho_zxczwoSettingRepository.php#29
        Backtrace
        • 15. app/Libraries/Repository/BusinessSetting/SettingRepository.php:29
        • 16. vendor/laravel/framework/src/Illuminate/Cache/Repository.php:397
        • 17. vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:408
        • 19. app/Libraries/Repository/BusinessSetting/SettingRepository.php:31
        • 20. app/Libraries/Repository/BusinessSetting/SettingRepository.php:48
      • select `categories`.*, (select count(*) from `products` where `categories`.`id` = `products`.`category_id`) as `products_count` from `categories` where `level` = 0 order by `order_level` desc limit 11
        1.09msoxinsho_zxczwoCategoryRepository.php#53
        Bindings
        • 0: 0
        Backtrace
        • 14. app/Libraries/Repository/Product/Category/CategoryRepository.php:53
        • 15. vendor/laravel/framework/src/Illuminate/Cache/Repository.php:397
        • 16. app/Libraries/Storage/Cache.php:20
        • 17. app/Libraries/Repository/Product/Category/CategoryRepository.php:55
        • 18. view::frontend.templates.oxin.pages.index.main_menu.mobile_menu:22
      • select * from `category_translations` where `category_translations`.`category_id` in (156)
        670μsoxinsho_zxczwoCategoryRepository.php#53
        Backtrace
        • 19. app/Libraries/Repository/Product/Category/CategoryRepository.php:53
        • 20. vendor/laravel/framework/src/Illuminate/Cache/Repository.php:397
        • 21. app/Libraries/Storage/Cache.php:20
        • 22. app/Libraries/Repository/Product/Category/CategoryRepository.php:55
        • 23. view::frontend.templates.oxin.pages.index.main_menu.mobile_menu:22
      • select `categories`.*, (select count(*) from `products` where `categories`.`id` = `products`.`category_id`) as `products_count` from `categories` where `parent_id` = 156 order by `order_level` desc
        810μsoxinsho_zxczwoCategoryUtility.php#17
        Bindings
        • 0: 156
        Backtrace
        • 14. app/Utility/CategoryUtility.php:17
        • 15. vendor/laravel/framework/src/Illuminate/Cache/Repository.php:397
        • 16. app/Libraries/Storage/Cache.php:20
        • 17. app/Utility/CategoryUtility.php:19
        • 18. view::frontend.templates.oxin.pages.index.main_menu.mobile_menu:52
      • select * from `category_translations` where `category_translations`.`category_id` in (157, 158, 159, 160)
        460μsoxinsho_zxczwoCategoryUtility.php#17
        Backtrace
        • 19. app/Utility/CategoryUtility.php:17
        • 20. vendor/laravel/framework/src/Illuminate/Cache/Repository.php:397
        • 21. app/Libraries/Storage/Cache.php:20
        • 22. app/Utility/CategoryUtility.php:19
        • 23. view::frontend.templates.oxin.pages.index.main_menu.mobile_menu:52
      • select `categories`.*, (select count(*) from `products` where `categories`.`id` = `products`.`category_id`) as `products_count` from `categories` where `parent_id` = 157 order by `order_level` desc
        770μsoxinsho_zxczwoCategoryUtility.php#17
        Bindings
        • 0: 157
        Backtrace
        • 14. app/Utility/CategoryUtility.php:17
        • 15. vendor/laravel/framework/src/Illuminate/Cache/Repository.php:397
        • 16. app/Libraries/Storage/Cache.php:20
        • 17. app/Utility/CategoryUtility.php:19
        • 18. view::frontend.templates.oxin.pages.index.main_menu.mobile_menu:82
      • select * from `category_translations` where `category_translations`.`category_id` in (161, 162, 163, 164, 165, 166)
        460μsoxinsho_zxczwoCategoryUtility.php#17
        Backtrace
        • 19. app/Utility/CategoryUtility.php:17
        • 20. vendor/laravel/framework/src/Illuminate/Cache/Repository.php:397
        • 21. app/Libraries/Storage/Cache.php:20
        • 22. app/Utility/CategoryUtility.php:19
        • 23. view::frontend.templates.oxin.pages.index.main_menu.mobile_menu:82
      • select `categories`.*, (select count(*) from `products` where `categories`.`id` = `products`.`category_id`) as `products_count` from `categories` where `parent_id` = 158 order by `order_level` desc
        820μsoxinsho_zxczwoCategoryUtility.php#17
        Bindings
        • 0: 158
        Backtrace
        • 14. app/Utility/CategoryUtility.php:17
        • 15. vendor/laravel/framework/src/Illuminate/Cache/Repository.php:397
        • 16. app/Libraries/Storage/Cache.php:20
        • 17. app/Utility/CategoryUtility.php:19
        • 18. view::frontend.templates.oxin.pages.index.main_menu.mobile_menu:82
      • select * from `category_translations` where `category_translations`.`category_id` in (167, 168, 169, 170, 171, 172, 173, 174, 175)
        810μsoxinsho_zxczwoCategoryUtility.php#17
        Backtrace
        • 19. app/Utility/CategoryUtility.php:17
        • 20. vendor/laravel/framework/src/Illuminate/Cache/Repository.php:397
        • 21. app/Libraries/Storage/Cache.php:20
        • 22. app/Utility/CategoryUtility.php:19
        • 23. view::frontend.templates.oxin.pages.index.main_menu.mobile_menu:82
      • select `categories`.*, (select count(*) from `products` where `categories`.`id` = `products`.`category_id`) as `products_count` from `categories` where `parent_id` = 159 order by `order_level` desc
        730μsoxinsho_zxczwoCategoryUtility.php#17
        Bindings
        • 0: 159
        Backtrace
        • 14. app/Utility/CategoryUtility.php:17
        • 15. vendor/laravel/framework/src/Illuminate/Cache/Repository.php:397
        • 16. app/Libraries/Storage/Cache.php:20
        • 17. app/Utility/CategoryUtility.php:19
        • 18. view::frontend.templates.oxin.pages.index.main_menu.mobile_menu:82
      • select * from `category_translations` where `category_translations`.`category_id` in (176)
        510μsoxinsho_zxczwoCategoryUtility.php#17
        Backtrace
        • 19. app/Utility/CategoryUtility.php:17
        • 20. vendor/laravel/framework/src/Illuminate/Cache/Repository.php:397
        • 21. app/Libraries/Storage/Cache.php:20
        • 22. app/Utility/CategoryUtility.php:19
        • 23. view::frontend.templates.oxin.pages.index.main_menu.mobile_menu:82
      • select `categories`.*, (select count(*) from `products` where `categories`.`id` = `products`.`category_id`) as `products_count` from `categories` where `parent_id` = 160 order by `order_level` desc
        790μsoxinsho_zxczwoCategoryUtility.php#17
        Bindings
        • 0: 160
        Backtrace
        • 14. app/Utility/CategoryUtility.php:17
        • 15. vendor/laravel/framework/src/Illuminate/Cache/Repository.php:397
        • 16. app/Libraries/Storage/Cache.php:20
        • 17. app/Utility/CategoryUtility.php:19
        • 18. view::frontend.templates.oxin.pages.index.main_menu.mobile_menu:82
      • select * from `category_translations` where `category_translations`.`category_id` in (177, 178, 179, 180, 181, 182, 183)
        600μsoxinsho_zxczwoCategoryUtility.php#17
        Backtrace
        • 19. app/Utility/CategoryUtility.php:17
        • 20. vendor/laravel/framework/src/Illuminate/Cache/Repository.php:397
        • 21. app/Libraries/Storage/Cache.php:20
        • 22. app/Utility/CategoryUtility.php:19
        • 23. view::frontend.templates.oxin.pages.index.main_menu.mobile_menu:82
      • select * from `uploads` where `uploads`.`id` = '17' and `uploads`.`deleted_at` is null limit 1
        590μsoxinsho_zxczwoUpload.php#38
        Bindings
        • 0: 17
        Backtrace
        • 19. app/Libraries/Storage/Upload.php:38
        • 20. vendor/laravel/framework/src/Illuminate/Cache/Repository.php:397
        • 21. app/Libraries/Storage/Cache.php:20
        • 22. app/Libraries/Storage/Upload.php:44
        • 23. app/Http/Helpers.php:336
      • select * from `addons`
        610μsoxinsho_zxczwoAddonRepository.php#32
        Backtrace
        • 15. app/Libraries/Repository/Addon/AddonRepository.php:32
        • 16. vendor/laravel/framework/src/Illuminate/Cache/Repository.php:397
        • 17. vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:408
        • 19. app/Libraries/Repository/Addon/AddonRepository.php:33
        • 20. app/Libraries/Repository/Addon/AddonRepository.php:50
      • select * from `uploads` where `uploads`.`id` = '22' and `uploads`.`deleted_at` is null limit 1
        710μsoxinsho_zxczwoUpload.php#38
        Bindings
        • 0: 22
        Backtrace
        • 19. app/Libraries/Storage/Upload.php:38
        • 20. vendor/laravel/framework/src/Illuminate/Cache/Repository.php:397
        • 21. app/Libraries/Storage/Cache.php:20
        • 22. app/Libraries/Storage/Upload.php:44
        • 23. app/Http/Helpers.php:336
      • select * from `uploads` where `uploads`.`id` = '22' and `uploads`.`deleted_at` is null limit 1
        470μsoxinsho_zxczwoUpload.php#38
        Bindings
        • 0: 22
        Backtrace
        • 19. app/Libraries/Storage/Upload.php:38
        • 20. vendor/laravel/framework/src/Illuminate/Cache/Repository.php:397
        • 21. app/Libraries/Storage/Cache.php:20
        • 22. app/Libraries/Storage/Upload.php:44
        • 23. app/Http/Helpers.php:336
      App\Models\BusinessSetting
      170BusinessSetting.php#?
      App\Models\Category
      28Category.php#?
      App\Models\CategoryTranslation
      28CategoryTranslation.php#?
      App\Models\Addon
      9Addon.php#?
      App\Models\BlogCategory
      5BlogCategory.php#?
      App\Models\Upload
      1Upload.php#?
          _token
          nxK7jMYsPwjBK7u3dO5wQD3QhuZQMB95kazK9WBs
          locale
          ir
          temp_user_id
          71e4fd74bfee62f11a5826297bb0dbb4
          _previous
          array:1 [ "url" => "https://oxinshop.com/blog/category/marketing" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          PHPDEBUGBAR_STACK_DATA
          []
          path_info
          /blog/category/marketing
          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:15 [ "accept-encoding" => array:1 [ 0 => "gzip, deflate, br, zstd" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "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" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "sec-ch-ua-mobile" => array:1 [ 0 => "?0" ] "sec-ch-ua" => array:1 [ 0 => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" ] "cache-control" => array:1 [ 0 => "no-cache" ] "pragma" => array:1 [ 0 => "no-cache" ] "connection" => array:1 [ 0 => "keep-alive" ] "host" => array:1 [ 0 => "oxinshop.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, 11 Jun 2025 18:50:15 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=nxK7jMYsPwjBK7u3dO5wQD3QhuZQMB95kazK9WBs; expires=Wed, 11 Jun 2025 20:50:15 GMT; Max-Age=7200; path=/" 1 => "oxin_sanat_session=qriVp2Qyju03ZVQy2cJoWeBBQTiB2oNgD1ed6BRj; expires=Wed, 11 Jun 2025 20:50:15 GMT; Max-Age=7200; path=/; httponly" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=nxK7jMYsPwjBK7u3dO5wQD3QhuZQMB95kazK9WBs; expires=Wed, 11-Jun-2025 20:50:15 GMT; path=/" 1 => "oxin_sanat_session=qriVp2Qyju03ZVQy2cJoWeBBQTiB2oNgD1ed6BRj; expires=Wed, 11-Jun-2025 20:50:15 GMT; path=/; httponly" ] ]
          session_attributes
          0 of 0
          array:6 [ "_token" => "nxK7jMYsPwjBK7u3dO5wQD3QhuZQMB95kazK9WBs" "locale" => "ir" "temp_user_id" => "71e4fd74bfee62f11a5826297bb0dbb4" "_previous" => array:1 [ "url" => "https://oxinshop.com/blog/category/marketing" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-06-11 22:20:15GET/blog/category/marketing1023241