arrow
arrow

Our Bestsellers

arrow
arrow

Daugiau pasiūlymų

Žiūrėti daugiau

Nauji produktai

arrow
arrow
Request history198msRequest Duration3MBMemory Usage10.48.23Laravel VersionproductionEnvironmentltCurrent localeGET /RouteAuth status
    • Booting (61.76ms)time
    • Application (136ms)time
    • 1 x Application (68.73%)
      136ms
      1 x Booting (31.26%)
      61.76ms
      uri
      GET /
      middleware
      web, localeSessionRedirect, localizationRedirect, localeViewPath, App\Http\Middleware\SetLangAdminMiddleware
      uses
      App\Http\Controllers\Front\HomeController@__invoke
      controller
      App\Http\Controllers\Front\HomeController
      namespace
      prefix
      where
      as
      home
      11 statements were executed, 4 of which were duplicates, 7 unique. Show only duplicated9.24ms
      • select * from `sliders` where exists (select * from `slider_translations` where `sliders`.`id` = `slider_translations`.`slider_id` and `locale` = 'lt') order by `sort` asc
        990μsplius_pliusSliderRepository.php#15
        Bindings
        • 0: lt
        Backtrace
        • 15. app/Repository/Slider/SliderRepository.php:15
        • 16. app/ViewModels/HomepageViewModel.php:29
        • 17. vendor/spatie/laravel-view-models/src/ViewModel.php:98
        • 18. vendor/spatie/laravel-view-models/src/ViewModel.php:70
        • 21. vendor/spatie/laravel-view-models/src/ViewModel.php:71
      • select `products`.*, (select count(*) from `comments` where `products`.`id` = `comments`.`product_id` and `is_public` = 1) as `comments_is_public_count`, (select avg(`comments`.`rating`) from `comments` where `products`.`id` = `comments`.`product_id` and `is_public` = 1) as `comments_is_public_avg_rating` from `products` where exists (select * from `product_translations` where `products`.`id` = `product_translations`.`product_id` and `locale` = 'lt') and `is_bestseller` = 1 order by `sort` asc
        1.07msplius_pliusProductRepository.php#27
        Bindings
        • 0: 1
        • 1: 1
        • 2: lt
        • 3: 1
        Backtrace
        • 15. app/Repository/Product/ProductRepository.php:27
        • 16. app/ViewModels/HomepageViewModel.php:37
        • 17. vendor/spatie/laravel-view-models/src/ViewModel.php:98
        • 18. vendor/spatie/laravel-view-models/src/ViewModel.php:70
        • 21. vendor/spatie/laravel-view-models/src/ViewModel.php:71
      • select * from `categories` where exists (select * from `category_translations` where `categories`.`id` = `category_translations`.`category_id` and `locale` = 'lt') and `in_main` = 1 order by `sort` asc
        710μsplius_pliusCategoryRepository.php#52
        Bindings
        • 0: lt
        • 1: 1
        Backtrace
        • 15. app/Repository/Category/CategoryRepository.php:52
        • 16. app/ViewModels/HomepageViewModel.php:42
        • 17. vendor/spatie/laravel-view-models/src/ViewModel.php:98
        • 18. vendor/spatie/laravel-view-models/src/ViewModel.php:70
        • 21. vendor/spatie/laravel-view-models/src/ViewModel.php:71
      • select * from `media` where `media`.`model_id` in (1) and `media`.`model_type` = 'App\Models\Category'
        700μsplius_pliusCategoryRepository.php#52
        Bindings
        • 0: App\Models\Category
        Backtrace
        • 20. app/Repository/Category/CategoryRepository.php:52
        • 21. app/ViewModels/HomepageViewModel.php:42
        • 22. vendor/spatie/laravel-view-models/src/ViewModel.php:98
        • 23. vendor/spatie/laravel-view-models/src/ViewModel.php:70
        • 26. vendor/spatie/laravel-view-models/src/ViewModel.php:71
      • select * from `category_translations` where `category_translations`.`category_id` in (1) and `category_translations`.`locale` = 'lt'
        520μsplius_pliusCategoryRepository.php#52
        Bindings
        • 0: lt
        Backtrace
        • 20. app/Repository/Category/CategoryRepository.php:52
        • 21. app/ViewModels/HomepageViewModel.php:42
        • 22. vendor/spatie/laravel-view-models/src/ViewModel.php:98
        • 23. vendor/spatie/laravel-view-models/src/ViewModel.php:70
        • 26. vendor/spatie/laravel-view-models/src/ViewModel.php:71
      • select `products`.*, (select count(*) from `comments` where `products`.`id` = `comments`.`product_id` and `is_public` = 1) as `comments_is_public_count`, (select avg(`comments`.`rating`) from `comments` where `products`.`id` = `comments`.`product_id` and `is_public` = 1) as `comments_is_public_avg_rating` from `products` where exists (select * from `product_translations` where `products`.`id` = `product_translations`.`product_id` and `locale` = 'lt') and `is_new` = 1 order by `sort` asc
        780μsplius_pliusProductRepository.php#37
        Bindings
        • 0: 1
        • 1: 1
        • 2: lt
        • 3: 1
        Backtrace
        • 15. app/Repository/Product/ProductRepository.php:37
        • 16. app/ViewModels/HomepageViewModel.php:47
        • 17. vendor/spatie/laravel-view-models/src/ViewModel.php:98
        • 18. vendor/spatie/laravel-view-models/src/ViewModel.php:70
        • 21. vendor/spatie/laravel-view-models/src/ViewModel.php:71
      • select * from `comments` where `is_public` = 1 order by `id` desc limit 15
        560μsplius_pliusCommentsRepository.php#17
        Bindings
        • 0: 1
        Backtrace
        • 15. app/Repository/Comments/CommentsRepository.php:17
        • 16. app/ViewModels/HomepageViewModel.php:54
        • 17. vendor/spatie/laravel-view-models/src/ViewModel.php:98
        • 18. vendor/spatie/laravel-view-models/src/ViewModel.php:70
        • 21. vendor/spatie/laravel-view-models/src/ViewModel.php:71
      • select `categories`.*, (select count(*) from `categories` as `laravel_reserved_0` where `categories`.`id` = `laravel_reserved_0`.`category_id`) as `children_categories_count` from `categories` where exists (select * from `category_translations` where `categories`.`id` = `category_translations`.`category_id` and `locale` = 'lt') order by `sort` asc
        910μsplius_pliusCategoryRepository.php#24
        Bindings
        • 0: lt
        Backtrace
        • 15. app/Repository/Category/CategoryRepository.php:24
        • 16. app/ViewModels/BaseViewModel.php:12
        • 17. vendor/spatie/laravel-view-models/src/ViewModel.php:98
        • 18. vendor/spatie/laravel-view-models/src/ViewModel.php:70
        • 21. vendor/spatie/laravel-view-models/src/ViewModel.php:71
      • select * from `media` where `media`.`model_id` in (1) and `media`.`model_type` = 'App\Models\Category'
        1.2msplius_pliusCategoryRepository.php#24
        Bindings
        • 0: App\Models\Category
        Backtrace
        • 20. app/Repository/Category/CategoryRepository.php:24
        • 21. app/ViewModels/BaseViewModel.php:12
        • 22. vendor/spatie/laravel-view-models/src/ViewModel.php:98
        • 23. vendor/spatie/laravel-view-models/src/ViewModel.php:70
        • 26. vendor/spatie/laravel-view-models/src/ViewModel.php:71
      • select * from `category_translations` where `category_translations`.`category_id` in (1) and `category_translations`.`locale` = 'lt'
        820μsplius_pliusCategoryRepository.php#24
        Bindings
        • 0: lt
        Backtrace
        • 20. app/Repository/Category/CategoryRepository.php:24
        • 21. app/ViewModels/BaseViewModel.php:12
        • 22. vendor/spatie/laravel-view-models/src/ViewModel.php:98
        • 23. vendor/spatie/laravel-view-models/src/ViewModel.php:70
        • 26. vendor/spatie/laravel-view-models/src/ViewModel.php:71
      • select * from `setting_translations` where `setting_translations`.`setting_id` = 1 and `setting_translations`.`setting_id` is not null
        980μsplius_pliusTranslatable.php#164
        Bindings
        • 0: 1
        Backtrace
        • 19. vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:164
        • 21. vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:445
        • 22. vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:200
        • 23. vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:148
        • 25. view::layout.front.footer:58
      App\Models\Category
      2Category.php#?
      App\Models\CategoryTranslation
      2CategoryTranslation.php#?
      App\Models\SettingTranslation
      2SettingTranslation.php#?
      front.subscribe.subscribe-live-wier #tx3D9aJzNjpBDsfKFKhO
      array:5 [ "data" => array:1 [ "email" => "" ] "name" => "front.subscribe.subscribe-live-wi...
      front.menu.user-wishlist-count #d9IfrOjRNDDK1cvjDNS0
      array:5 [ "data" => array:1 [ "countItems" => 0 ] "name" => "front.menu.user-wishlist-coun...
      front.cart.cart-in-front-live-wier #
      array:7 [ "data" => array:1 [ "countItems" => 0 ] "oldData" => null "actionQueue" => nul...
        web
        null
        sanctum
        null
        translations
        null
          _token
          E4FGbCIaJQ8IN6ip42WETmMc7GnFYgllDZ7M96Nn
          locale
          lt
          _03efda17cbafeffaa82e0a580f4b7e45
          array:2 [ "default" => array:7 [ "config" => array:5 [ "use_for_commercial" => true ...
          _previous
          array:1 [ "url" => "https://plius2.com" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          PHPDEBUGBAR_STACK_DATA
          []
          path_info
          /
          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:17 [ "priority" => array:1 [ 0 => "u=0, i" ] "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 => "close" ] "x-forwarded-for" => array:1 [ 0 => "216.73.216.76" ] "host" => array:1 [ 0 => "plius2.com" ] ]
          request_cookies
          []
          
          response_headers
          0 of 0
          array:7 [ "cache-control" => array:1 [ 0 => "max-age=0, must-revalidate, no-cache, no-store, private" ] "date" => array:1 [ 0 => "Mon, 16 Jun 2025 14:06:18 GMT" ] "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "pragma" => array:1 [ 0 => "no-cache" ] "expires" => array:1 [ 0 => "Fri, 01 Jan 1990 00:00:00 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Im4wSFRQRUJXMnlMTWRZQ1dDS0VnVUE9PSIsInZhbHVlIjoiM1FYa1BiYmI5RFNDOVlFSzlHNlF4SVFUdnl4MjZjZ3QwU1JNZWppSHkraGNydEcrVVE1TVVPSUwwOStyTHNQMFJWcEZxUVNzalpYSFdmdTBHU3J2eXdPN0tPSU9DcEhZcm15bFJlR043RWRONGNDaDMwcU1vUzUzQS90OGRxOFoiLCJtYWMiOiJlNjE2YzU1MTFlOTAwNWE1NDg5YzY0ZGYwNWU5Yzk0ODEzOGMzOGViYzcwNzg3OWFjYTM5YWEwNDNkYzRlZjZjIiwidGFnIjoiIn0%3D; expires=Mon, 16 Jun 2025 16:06:18 GMT; Max-Age=7200; path=/; secure; samesite=laxXSRF-TOKEN=eyJpdiI6Im4wSFRQRUJXMnlMTWRZQ1dDS0VnVUE9PSIsInZhbHVlIjoiM1FYa1BiYmI5RFNDOVlFSzlHNlF4SVFUdnl4MjZjZ3QwU1JNZWppSHkraGNydEcrVVE1TVVPSUwwOStyTHNQMFJWcEZxU" 1 => "laravel_session=eyJpdiI6IldweWhyenNCMGp2a3B5WTRyS1k1Q1E9PSIsInZhbHVlIjoieGEyUGdzbnN3bmtJYUJsaUh5N29uTkdKL2s2N0xKU3I4SWpUd1BMN01sN2Vwa3V0cGEvbkloVm45dVBlcDV4TUtXOXc5TDdoOHE1aWtidEg2c21iSWR2akFQa2lEVkpRdXZBcWF3YmpjUy9KTmRIamJwWWlGQmRKM0ZKTzZPTS8iLCJtYWMiOiJhOGMyMjg2ZTFkZTY2NDk2Mjk3N2VjOGZlM2EwZTkyODI1ZjRmZjM2ZDIwYTlmZWNlM2I4NGRmOTU5ZDZhZDg3IiwidGFnIjoiIn0%3D; expires=Mon, 16 Jun 2025 16:06:18 GMT; Max-Age=7200; path=/; httponly; samesite=laxlaravel_session=eyJpdiI6IldweWhyenNCMGp2a3B5WTRyS1k1Q1E9PSIsInZhbHVlIjoieGEyUGdzbnN3bmtJYUJsaUh5N29uTkdKL2s2N0xKU3I4SWpUd1BMN01sN2Vwa3V0cGEvbkloVm45dVBlcDV4TUtX" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Im4wSFRQRUJXMnlMTWRZQ1dDS0VnVUE9PSIsInZhbHVlIjoiM1FYa1BiYmI5RFNDOVlFSzlHNlF4SVFUdnl4MjZjZ3QwU1JNZWppSHkraGNydEcrVVE1TVVPSUwwOStyTHNQMFJWcEZxUVNzalpYSFdmdTBHU3J2eXdPN0tPSU9DcEhZcm15bFJlR043RWRONGNDaDMwcU1vUzUzQS90OGRxOFoiLCJtYWMiOiJlNjE2YzU1MTFlOTAwNWE1NDg5YzY0ZGYwNWU5Yzk0ODEzOGMzOGViYzcwNzg3OWFjYTM5YWEwNDNkYzRlZjZjIiwidGFnIjoiIn0%3D; expires=Mon, 16-Jun-2025 16:06:18 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6Im4wSFRQRUJXMnlMTWRZQ1dDS0VnVUE9PSIsInZhbHVlIjoiM1FYa1BiYmI5RFNDOVlFSzlHNlF4SVFUdnl4MjZjZ3QwU1JNZWppSHkraGNydEcrVVE1TVVPSUwwOStyTHNQMFJWcEZxU" 1 => "laravel_session=eyJpdiI6IldweWhyenNCMGp2a3B5WTRyS1k1Q1E9PSIsInZhbHVlIjoieGEyUGdzbnN3bmtJYUJsaUh5N29uTkdKL2s2N0xKU3I4SWpUd1BMN01sN2Vwa3V0cGEvbkloVm45dVBlcDV4TUtXOXc5TDdoOHE1aWtidEg2c21iSWR2akFQa2lEVkpRdXZBcWF3YmpjUy9KTmRIamJwWWlGQmRKM0ZKTzZPTS8iLCJtYWMiOiJhOGMyMjg2ZTFkZTY2NDk2Mjk3N2VjOGZlM2EwZTkyODI1ZjRmZjM2ZDIwYTlmZWNlM2I4NGRmOTU5ZDZhZDg3IiwidGFnIjoiIn0%3D; expires=Mon, 16-Jun-2025 16:06:18 GMT; path=/; httponlylaravel_session=eyJpdiI6IldweWhyenNCMGp2a3B5WTRyS1k1Q1E9PSIsInZhbHVlIjoieGEyUGdzbnN3bmtJYUJsaUh5N29uTkdKL2s2N0xKU3I4SWpUd1BMN01sN2Vwa3V0cGEvbkloVm45dVBlcDV4TUtX" ] ]
          session_attributes
          0 of 0
          array:6 [ "_token" => "E4FGbCIaJQ8IN6ip42WETmMc7GnFYgllDZ7M96Nn" "locale" => "lt" "_03efda17cbafeffaa82e0a580f4b7e45" => array:2 [ "default" => array:7 [ "config" => array:5 [ "use_for_commercial" => true "use_builtin_tax" => true "default_tax_rate" => 10.0 "default_action_rules" => array:7 [ "enable" => true "taxable" => true "allow_others_disable" => true "disable_others" => null "include_calculations" => "same_group_previous_actions" "max_amount" => null "min_amount" => null ] "action_groups_order" => [] ] "type" => "cart" "name" => "default" "extra_info" => [] "items" => Jackiedo\Cart\ItemsContainer {#2051 #items: [] #escapeWhenCastingToString: false #creator: Jackiedo\Cart\Cart {#2050 #rootSessionName: "_03efda17cbafeffaa82e0a580f4b7e45" #defaultCartName: "default" #cartName: "_03efda17cbafeffaa82e0a580f4b7e45.default" } #acceptedCreators: array:1 [ 0 => "Jackiedo\Cart\Cart" ] } "applied_actions" => Jackiedo\Cart\ActionsContainer {#2052 #items: [] #escapeWhenCastingToString: false #creator: Jackiedo\Cart\Cart {#2049 #rootSessionName: "_03efda17cbafeffaa82e0a580f4b7e45" #defaultCartName: "default" #cartName: "_03efda17cbafeffaa82e0a580f4b7e45.default" } #acceptedCreators: array:2 [ 0 => "Jackiedo\Cart\Cart" 1 => "Jackiedo\Cart\Item" ] } "applied_taxes" => Jackiedo\Cart\TaxesContainer {#2048 #items: [] #escapeWhenCastingToString: false #creator: Jackiedo\Cart\Cart {#2047 #rootSessionName: "_03efda17cbafeffaa82e0a580f4b7e45" #defaultCartName: "default" #cartName: "_03efda17cbafeffaa82e0a580f4b7e45.default" } #acceptedCreators: array:1 [ 0 => "Jackiedo\Cart\Cart" ] } ] "shop-user-default" => array:7 [ "config" => array:5 [ "use_for_commercial" => true "use_builtin_tax" => true "default_tax_rate" => 10.0 "default_action_rules" => array:7 [ "enable" => true "taxable" => true "allow_others_disable" => true "disable_others" => null "include_calculations" => "same_group_previous_actions" "max_amount" => null "min_amount" => null ] "action_groups_order" => [] ] "type" => "cart" "name" => "shop-user-default" "extra_info" => [] "items" => Jackiedo\Cart\ItemsContainer {#1978 #items: [] #escapeWhenCastingToString: false #creator: Jackiedo\Cart\Cart {#1975 #rootSessionName: "_03efda17cbafeffaa82e0a580f4b7e45" #defaultCartName: "default" #cartName: "_03efda17cbafeffaa82e0a580f4b7e45.shop-user-default" } #acceptedCreators: array:1 [ 0 => "Jackiedo\Cart\Cart" ] } "applied_actions" => Jackiedo\Cart\ActionsContainer {#1984 #items: [] #escapeWhenCastingToString: false #creator: Jackiedo\Cart\Cart {#2060 #rootSessionName: "_03efda17cbafeffaa82e0a580f4b7e45" #defaultCartName: "default" #cartName: "_03efda17cbafeffaa82e0a580f4b7e45.shop-user-default" } #acceptedCreators: array:2 [ 0 => "Jackiedo\Cart\Cart" 1 => "Jackiedo\Cart\Item" ] } "applied_taxes" => Jackiedo\Cart\TaxesContainer {#2066 #items: [] #escapeWhenCastingToString: false #creator: Jackiedo\Cart\Cart {#2068 #rootSessionName: "_03efda17cbafeffaa82e0a580f4b7e45" #defaultCartName: "default" #cartName: "_03efda17cbafeffaa82e0a580f4b7e45.shop-user-default" } #acceptedCreators: array:1 [ 0 => "Jackiedo\Cart\Cart" ] } ] ] "_previous" => array:1 [ "url" => "https://plius2.com" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-06-16 17:06:18GET/1163