7.4.33PHP Version320msRequest Duration8MBMemory UsageGET product/{id}/{slug}Route
    • Booting (186ms)
    • Application (129ms)
    • 1 x Booting (58.19%)
      186.47ms
      1 x Application (40.23%)
      128.91ms
      8 templates were rendered
      • frontend.productDetail (resources/views/frontend/productDetail.blade.php)2blade
        Params
        0
        product
        1
        moreProducts
      • frontend.partials.cta (resources/views/frontend/partials/cta.blade.php)11blade
        Params
        0
        __env
        1
        app
        2
        config
        3
        siteCategories
        4
        errors
        5
        product
        6
        moreProducts
        7
        __currentLoopData
        8
        image
        9
        loop
        10
        anotherProduct
      • layouts.frontendmaster (resources/views/layouts/frontendmaster.blade.php)11blade
        Params
        0
        __env
        1
        app
        2
        config
        3
        siteCategories
        4
        errors
        5
        product
        6
        moreProducts
        7
        __currentLoopData
        8
        image
        9
        loop
        10
        anotherProduct
      • frontend.partials.plugins (resources/views/frontend/partials/plugins.blade.php)11blade
        Params
        0
        __env
        1
        app
        2
        config
        3
        siteCategories
        4
        errors
        5
        product
        6
        moreProducts
        7
        __currentLoopData
        8
        image
        9
        loop
        10
        anotherProduct
      • frontend.partials.header (resources/views/frontend/partials/header.blade.php)11blade
        Params
        0
        __env
        1
        app
        2
        config
        3
        siteCategories
        4
        errors
        5
        product
        6
        moreProducts
        7
        __currentLoopData
        8
        image
        9
        loop
        10
        anotherProduct
      • frontend.partials.popups (resources/views/frontend/partials/popups.blade.php)11blade
        Params
        0
        __env
        1
        app
        2
        config
        3
        siteCategories
        4
        errors
        5
        product
        6
        moreProducts
        7
        __currentLoopData
        8
        image
        9
        loop
        10
        anotherProduct
      • frontend.partials.svg (resources/views/frontend/partials/svg.blade.php)11blade
        Params
        0
        __env
        1
        app
        2
        config
        3
        siteCategories
        4
        errors
        5
        product
        6
        moreProducts
        7
        __currentLoopData
        8
        image
        9
        loop
        10
        anotherProduct
      • frontend.partials.footer (resources/views/frontend/partials/footer.blade.php)11blade
        Params
        0
        __env
        1
        app
        2
        config
        3
        siteCategories
        4
        errors
        5
        product
        6
        moreProducts
        7
        __currentLoopData
        8
        image
        9
        loop
        10
        anotherProduct
      uri
      GET product/{id}/{slug}
      middleware
      web
      controller
      App\Http\Controllers\FrontendController@productDetail
      namespace
      App\Http\Controllers
      prefix
      where
      as
      front.products.detail
      file
      app/Http/Controllers/FrontendController.php:82-94
      15 statements were executed12.01ms
      • select * from `configs`
        3.44ms/app/Http/Controllers/Controller.php:18u493533148_db2
        Metadata
        Backtrace
        • 15. /app/Http/Controllers/Controller.php:18
        • 16. /app/Traits/hasCategories.php:11
        • 18. /vendor/laravel/framework/src/Illuminate/Container/Container.php:917
        • 19. /vendor/laravel/framework/src/Illuminate/Container/Container.php:758
        • 20. /vendor/laravel/framework/src/Illuminate/Foundation/Application.php:851
      • select * from `categories` order by `name` asc
        610μs/app/Traits/hasCategories.php:12u493533148_db2
        Metadata
        Backtrace
        • 14. /app/Traits/hasCategories.php:12
        • 16. /vendor/laravel/framework/src/Illuminate/Container/Container.php:917
        • 17. /vendor/laravel/framework/src/Illuminate/Container/Container.php:758
        • 18. /vendor/laravel/framework/src/Illuminate/Foundation/Application.php:851
        • 19. /vendor/laravel/framework/src/Illuminate/Container/Container.php:694
      • select * from `products` where `products`.`id` = '65' limit 1
        460μs/app/Http/Controllers/FrontendController.php:84u493533148_db2
        Metadata
        Bindings
        • 0. 65
        Backtrace
        • 20. /app/Http/Controllers/FrontendController.php:84
        • 21. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 22. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 23. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:262
        • 24. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `products` where `id` <> 65 order by RAND() limit 3
        2.98ms/app/Http/Controllers/FrontendController.php:85u493533148_db2
        Metadata
        Bindings
        • 0. 65
        Backtrace
        • 14. /app/Http/Controllers/FrontendController.php:85
        • 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:262
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `product_images` where `product_images`.`product_id` = 65 and `product_images`.`product_id` is not null
        390μs/app/Http/Controllers/FrontendController.php:90u493533148_db2
        Metadata
        Bindings
        • 0. 65
        Backtrace
        • 19. /app/Http/Controllers/FrontendController.php:90
        • 20. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 21. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 22. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:262
        • 23. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `categories` where `categories`.`id` = 27 and `categories`.`id` is not null limit 1
        460μsview::f43d7482a249ac3a30fd81e0a0e957c3085a69f5:10u493533148_db2
        Metadata
        Bindings
        • 0. 27
        Backtrace
        • 20. view::f43d7482a249ac3a30fd81e0a0e957c3085a69f5:10
        • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `product_images` where `product_images`.`product_id` = 484 and `product_images`.`product_id` is not null
        510μsview::f43d7482a249ac3a30fd81e0a0e957c3085a69f5:183u493533148_db2
        Metadata
        Bindings
        • 0. 484
        Backtrace
        • 19. view::f43d7482a249ac3a30fd81e0a0e957c3085a69f5:183
        • 21. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `categories` where `categories`.`id` = 32 and `categories`.`id` is not null limit 1
        420μsview::f43d7482a249ac3a30fd81e0a0e957c3085a69f5:194u493533148_db2
        Metadata
        Bindings
        • 0. 32
        Backtrace
        • 20. view::f43d7482a249ac3a30fd81e0a0e957c3085a69f5:194
        • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `product_images` where `product_images`.`product_id` = 389 and `product_images`.`product_id` is not null
        400μsview::f43d7482a249ac3a30fd81e0a0e957c3085a69f5:183u493533148_db2
        Metadata
        Bindings
        • 0. 389
        Backtrace
        • 19. view::f43d7482a249ac3a30fd81e0a0e957c3085a69f5:183
        • 21. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `categories` where `categories`.`id` = 15 and `categories`.`id` is not null limit 1
        410μsview::f43d7482a249ac3a30fd81e0a0e957c3085a69f5:194u493533148_db2
        Metadata
        Bindings
        • 0. 15
        Backtrace
        • 20. view::f43d7482a249ac3a30fd81e0a0e957c3085a69f5:194
        • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `product_images` where `product_images`.`product_id` = 528 and `product_images`.`product_id` is not null
        360μsview::f43d7482a249ac3a30fd81e0a0e957c3085a69f5:183u493533148_db2
        Metadata
        Bindings
        • 0. 528
        Backtrace
        • 19. view::f43d7482a249ac3a30fd81e0a0e957c3085a69f5:183
        • 21. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `categories` where `categories`.`id` = 44 and `categories`.`id` is not null limit 1
        420μsview::f43d7482a249ac3a30fd81e0a0e957c3085a69f5:194u493533148_db2
        Metadata
        Bindings
        • 0. 44
        Backtrace
        • 20. view::f43d7482a249ac3a30fd81e0a0e957c3085a69f5:194
        • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `plugins` where `status` = 1
        350μs/app/Services/PluginService.php:11u493533148_db2
        Metadata
        Bindings
        • 0. 1
        Backtrace
        • 14. /app/Services/PluginService.php:11
        • 15. view::8889c818d7ac3764be5e79f6aa526afe269117d7:2
        • 17. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 18. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 19. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
      • select * from `configs` where `key` = 'multi_lang' limit 1
        470μs/app/Services/AppLanguageService.php:17u493533148_db2
        Metadata
        Bindings
        • 0. multi_lang
        Backtrace
        • 15. /app/Services/AppLanguageService.php:17
        • 16. view::a0fc518126c5ea9651fd60fb19e1baf6df0cc1e3:85
        • 18. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 19. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 20. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
      • select * from `app_languages`
        330μs/app/Services/AppLanguageService.php:13u493533148_db2
        Metadata
        Backtrace
        • 15. /app/Services/AppLanguageService.php:13
        • 16. view::a0fc518126c5ea9651fd60fb19e1baf6df0cc1e3:87
        • 18. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 19. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 20. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
      App\Models\AppLanguage
      2
      App\Models\ProductImage
      4
      App\Models\Product
      4
      App\Models\Category
      38
      App\Models\Config
      25
          _token
          cGukXGR8hRXUZu9U1LuZadcIcNCuuihmjci5N15j
          _previous
          array:1 [ "url" => "https://controlsecurity.com.ve/product/65/spy-remote-control-model-bo-3105c" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          PHPDEBUGBAR_STACK_DATA
          []
          path_info
          /product/65/spy-remote-control-model-bo-3105c
          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" => 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" ] "host" => array:1 [ 0 => "controlsecurity.com.ve" ] "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 => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" ] "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:53 [ "LSPHP_ProcessGroup" => "on" "PATH" => "/usr/local/bin:/bin:/usr/bin" "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" "HTTP_HOST" => "controlsecurity.com.ve" "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" => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" "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" "DOCUMENT_ROOT" => "/home/u493533148/domains/controlsecurity.com.ve/public_html" "REMOTE_ADDR" => "18.219.151.245" "REMOTE_PORT" => "49467" "SERVER_ADDR" => "195.179.239.17" "SERVER_NAME" => "controlsecurity.com.ve" "SERVER_ADMIN" => "" "SERVER_PORT" => "443" "REQUEST_SCHEME" => "https" "REQUEST_URI" => "/product/65/spy-remote-control-model-bo-3105c" "REDIRECT_URL" => "/product/65/spy-remote-control-model-bo-3105c" "REDIRECT_REQUEST_METHOD" => "GET" "HTTPS" => "on" "CRAWLER_USLEEP" => "1000" "CRAWLER_LOAD_LIMIT_ENFORCE" => "25" "H_PLATFORM" => "Hostinger" "H_TYPE" => "shared" "H_CANARY" => "false" "H_STAGING" => "false" "REDIRECT_STATUS" => "200" "X_SPDY" => "HTTP2" "SSL_PROTOCOL" => "TLSv1.3" "SSL_CIPHER" => "TLS_AES_128_GCM_SHA256" "SSL_CIPHER_USEKEYSIZE" => "128" "SSL_CIPHER_ALGKEYSIZE" => "128" "SCRIPT_FILENAME" => "/home/u493533148/domains/controlsecurity.com.ve/public_html/index.php" "QUERY_STRING" => "" "SCRIPT_URI" => "https://controlsecurity.com.ve/product/65/spy-remote-control-model-bo-3105c" "SCRIPT_URL" => "/product/65/spy-remote-control-model-bo-3105c" "SCRIPT_NAME" => "/index.php" "SERVER_PROTOCOL" => "HTTP/1.1" "SERVER_SOFTWARE" => "LiteSpeed" "REQUEST_METHOD" => "GET" "X-LSCACHE" => "on,crawler,esi,combine" "PHP_SELF" => "/index.php" "REQUEST_TIME_FLOAT" => 1741972691.754 "REQUEST_TIME" => 1741972691 ]
          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, 14 Mar 2025 17:18:12 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IlNya1Jva0xYbHRUWkJQbnpoY0FnR0E9PSIsInZhbHVlIjoiczlEUjE0NlZnTDVwUkF4ZWdXdi8xZ3doSVU0cDdxK0llazhRYVZVWXl0b09qVEtqcUpvcDVaMnhvUUNXM3NPeEtnbDRMWVRTU1pldUp0MnYxUkZKbXN1N3RuaVlvY1luVWRLZGRKQkJldUVMbWhPQzJQSGRvTXBwUTMvRWE5STUiLCJtYWMiOiIxYjRmMzExMDM3ZjU2Y2NiMzYxMzY4YTZlZDlhNjVhNDUzNTVjNWQyZjkwNzdlZjZlOGFiMzQ1Nzc5NDBhYjdlIiwidGFnIjoiIn0%3D; expires=Fri, 14-Mar-2025 19:18:12 GMT; Max-Age=7200; path=/; samesite=laxXSRF-TOKEN=eyJpdiI6IlNya1Jva0xYbHRUWkJQbnpoY0FnR0E9PSIsInZhbHVlIjoiczlEUjE0NlZnTDVwUkF4ZWdXdi8xZ3doSVU0cDdxK0llazhRYVZVWXl0b09qVEtqcUpvcDVaMnhvUUNXM3NPeEtnbDRMW" 1 => "laravel_session=eyJpdiI6ImNydi92VjZad2ViQytqbWxkNGxnbUE9PSIsInZhbHVlIjoib3YzSzk0dDJRWDRtRnhKcGhLd3N1WkhKdTg4VGl6VEw4ZTQzcjM0SHJhYk9SYkFWSTI0ejhWbUtMSnRZbmNIeEJJQ2hGV0NMWG1HaU9aeit6RGlSVUFYYTh1WStwRGlaOU1uNUVMTHpncXEzSHlZeU1mWGg1TUFHOXRuZmEwS2IiLCJtYWMiOiJhY2YzZGJhNzg5YTFhMzJlM2U4Yjg4ODJlYzQ0Mzk3OTg2YWI4ODM3NTVjNzJlZTA5M2IzYTEyNzA1MGJiMTI0IiwidGFnIjoiIn0%3D; expires=Fri, 14-Mar-2025 19:18:12 GMT; Max-Age=7200; path=/; httponly; samesite=laxlaravel_session=eyJpdiI6ImNydi92VjZad2ViQytqbWxkNGxnbUE9PSIsInZhbHVlIjoib3YzSzk0dDJRWDRtRnhKcGhLd3N1WkhKdTg4VGl6VEw4ZTQzcjM0SHJhYk9SYkFWSTI0ejhWbUtMSnRZbmNIeEJJ" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IlNya1Jva0xYbHRUWkJQbnpoY0FnR0E9PSIsInZhbHVlIjoiczlEUjE0NlZnTDVwUkF4ZWdXdi8xZ3doSVU0cDdxK0llazhRYVZVWXl0b09qVEtqcUpvcDVaMnhvUUNXM3NPeEtnbDRMWVRTU1pldUp0MnYxUkZKbXN1N3RuaVlvY1luVWRLZGRKQkJldUVMbWhPQzJQSGRvTXBwUTMvRWE5STUiLCJtYWMiOiIxYjRmMzExMDM3ZjU2Y2NiMzYxMzY4YTZlZDlhNjVhNDUzNTVjNWQyZjkwNzdlZjZlOGFiMzQ1Nzc5NDBhYjdlIiwidGFnIjoiIn0%3D; expires=Fri, 14-Mar-2025 19:18:12 GMT; path=/XSRF-TOKEN=eyJpdiI6IlNya1Jva0xYbHRUWkJQbnpoY0FnR0E9PSIsInZhbHVlIjoiczlEUjE0NlZnTDVwUkF4ZWdXdi8xZ3doSVU0cDdxK0llazhRYVZVWXl0b09qVEtqcUpvcDVaMnhvUUNXM3NPeEtnbDRMW" 1 => "laravel_session=eyJpdiI6ImNydi92VjZad2ViQytqbWxkNGxnbUE9PSIsInZhbHVlIjoib3YzSzk0dDJRWDRtRnhKcGhLd3N1WkhKdTg4VGl6VEw4ZTQzcjM0SHJhYk9SYkFWSTI0ejhWbUtMSnRZbmNIeEJJQ2hGV0NMWG1HaU9aeit6RGlSVUFYYTh1WStwRGlaOU1uNUVMTHpncXEzSHlZeU1mWGg1TUFHOXRuZmEwS2IiLCJtYWMiOiJhY2YzZGJhNzg5YTFhMzJlM2U4Yjg4ODJlYzQ0Mzk3OTg2YWI4ODM3NTVjNzJlZTA5M2IzYTEyNzA1MGJiMTI0IiwidGFnIjoiIn0%3D; expires=Fri, 14-Mar-2025 19:18:12 GMT; path=/; httponlylaravel_session=eyJpdiI6ImNydi92VjZad2ViQytqbWxkNGxnbUE9PSIsInZhbHVlIjoib3YzSzk0dDJRWDRtRnhKcGhLd3N1WkhKdTg4VGl6VEw4ZTQzcjM0SHJhYk9SYkFWSTI0ejhWbUtMSnRZbmNIeEJJ" ] ]
          session_attributes
          0 of 0
          array:4 [ "_token" => "cGukXGR8hRXUZu9U1LuZadcIcNCuuihmjci5N15j" "_previous" => array:1 [ "url" => "https://controlsecurity.com.ve/product/65/spy-remote-control-model-bo-3105c" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]