7.4.33PHP Version295msRequest Duration8MBMemory UsageGET product/{id}/{slug}Route
    • Booting (185ms)
    • Application (104ms)
    • 1 x Booting (62.79%)
      184.97ms
      1 x Application (35.25%)
      103.85ms
      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 executed8.88ms
      • select * from `configs`
        3.2ms/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
        410μ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` = '38' limit 1
        300μs/app/Http/Controllers/FrontendController.php:84u493533148_db2
        Metadata
        Bindings
        • 0. 38
        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` <> 38 order by RAND() limit 3
        2.03ms/app/Http/Controllers/FrontendController.php:85u493533148_db2
        Metadata
        Bindings
        • 0. 38
        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` = 38 and `product_images`.`product_id` is not null
        310μs/app/Http/Controllers/FrontendController.php:90u493533148_db2
        Metadata
        Bindings
        • 0. 38
        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` = 29 and `categories`.`id` is not null limit 1
        290μsview::f43d7482a249ac3a30fd81e0a0e957c3085a69f5:10u493533148_db2
        Metadata
        Bindings
        • 0. 29
        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` = 462 and `product_images`.`product_id` is not null
        280μsview::f43d7482a249ac3a30fd81e0a0e957c3085a69f5:183u493533148_db2
        Metadata
        Bindings
        • 0. 462
        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` = 22 and `categories`.`id` is not null limit 1
        260μsview::f43d7482a249ac3a30fd81e0a0e957c3085a69f5:194u493533148_db2
        Metadata
        Bindings
        • 0. 22
        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` = 458 and `product_images`.`product_id` is not null
        260μsview::f43d7482a249ac3a30fd81e0a0e957c3085a69f5:183u493533148_db2
        Metadata
        Bindings
        • 0. 458
        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` = 39 and `categories`.`id` is not null limit 1
        250μsview::f43d7482a249ac3a30fd81e0a0e957c3085a69f5:194u493533148_db2
        Metadata
        Bindings
        • 0. 39
        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` = 304 and `product_images`.`product_id` is not null
        260μsview::f43d7482a249ac3a30fd81e0a0e957c3085a69f5:183u493533148_db2
        Metadata
        Bindings
        • 0. 304
        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` = 35 and `categories`.`id` is not null limit 1
        250μsview::f43d7482a249ac3a30fd81e0a0e957c3085a69f5:194u493533148_db2
        Metadata
        Bindings
        • 0. 35
        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
        260μ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
        280μ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`
        240μ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
          uJVfF9bnqQm7wEWGPp2ZW2cJqFRh917iSjVNgONA
          _previous
          array:1 [ "url" => "https://controlsecurity.com.ve/product/38/20w-siren" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          PHPDEBUGBAR_STACK_DATA
          []
          path_info
          /product/38/20w-siren
          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.117.254.144" "REMOTE_PORT" => "27273" "SERVER_ADDR" => "195.179.239.17" "SERVER_NAME" => "controlsecurity.com.ve" "SERVER_ADMIN" => "" "SERVER_PORT" => "443" "REQUEST_SCHEME" => "https" "REQUEST_URI" => "/product/38/20w-siren" "REDIRECT_URL" => "/product/38/20w-siren" "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/38/20w-siren" "SCRIPT_URL" => "/product/38/20w-siren" "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" => 1736357166.7677 "REQUEST_TIME" => 1736357166 ]
          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, 08 Jan 2025 17:26:07 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IkdHQmI5MVNGVG9FcHNvTHFwbjV4UFE9PSIsInZhbHVlIjoiMXlwV3pSemtic2RES3BKRmdyUzhobVF4SHkzcDgwOGRBeU5RNDdGYkhia0Z5RndkQnBzREJWOU9hNW5GTmZ6MnNaZDFzVnQ5Y2RnblZudE84Nk9LNzZBd0hpWWdITGJieEI1N0hrRk5YZHdvZC9PZG1RMktac0p0L09mT0o0ckoiLCJtYWMiOiJlM2JlNzAzMGFjNTBkZDkzNTI1Yjg1NWMzNjc4MzNhMTIwNjg4ZDg2Nzc3OGUwZWUyOGNhZTZjMGJjNzEyYzJjIiwidGFnIjoiIn0%3D; expires=Wed, 08-Jan-2025 19:26:07 GMT; Max-Age=7200; path=/; samesite=laxXSRF-TOKEN=eyJpdiI6IkdHQmI5MVNGVG9FcHNvTHFwbjV4UFE9PSIsInZhbHVlIjoiMXlwV3pSemtic2RES3BKRmdyUzhobVF4SHkzcDgwOGRBeU5RNDdGYkhia0Z5RndkQnBzREJWOU9hNW5GTmZ6MnNaZDFzV" 1 => "laravel_session=eyJpdiI6IlgyblBkQWg0ci9NdnNDUXFyZWJOclE9PSIsInZhbHVlIjoiK2o5M1pJcFhyRlFLOTduZXFsVFRiVDMvMkZJMEpNaUlpRXZmeW5rRGdzOSt6a0V0WTJteXRqR1FXU0tzNy9Ua05RUkNpUlF0YVRQbHRQWjI1ZE9QZGN4VEpaZDJybXFLU1BGL1AzbXpsSHM5WFpVSkg5RlhQU1RSSjRQZUhOeEUiLCJtYWMiOiI3NzA4YTQ0MWEyMjY3NTYwNzBjZTViM2I4Y2ZjYmQ4MDAzNDk2MzAwYzRjZjUxNzcxNmNhNzlmNTJmNzljM2UxIiwidGFnIjoiIn0%3D; expires=Wed, 08-Jan-2025 19:26:07 GMT; Max-Age=7200; path=/; httponly; samesite=laxlaravel_session=eyJpdiI6IlgyblBkQWg0ci9NdnNDUXFyZWJOclE9PSIsInZhbHVlIjoiK2o5M1pJcFhyRlFLOTduZXFsVFRiVDMvMkZJMEpNaUlpRXZmeW5rRGdzOSt6a0V0WTJteXRqR1FXU0tzNy9Ua05R" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IkdHQmI5MVNGVG9FcHNvTHFwbjV4UFE9PSIsInZhbHVlIjoiMXlwV3pSemtic2RES3BKRmdyUzhobVF4SHkzcDgwOGRBeU5RNDdGYkhia0Z5RndkQnBzREJWOU9hNW5GTmZ6MnNaZDFzVnQ5Y2RnblZudE84Nk9LNzZBd0hpWWdITGJieEI1N0hrRk5YZHdvZC9PZG1RMktac0p0L09mT0o0ckoiLCJtYWMiOiJlM2JlNzAzMGFjNTBkZDkzNTI1Yjg1NWMzNjc4MzNhMTIwNjg4ZDg2Nzc3OGUwZWUyOGNhZTZjMGJjNzEyYzJjIiwidGFnIjoiIn0%3D; expires=Wed, 08-Jan-2025 19:26:07 GMT; path=/XSRF-TOKEN=eyJpdiI6IkdHQmI5MVNGVG9FcHNvTHFwbjV4UFE9PSIsInZhbHVlIjoiMXlwV3pSemtic2RES3BKRmdyUzhobVF4SHkzcDgwOGRBeU5RNDdGYkhia0Z5RndkQnBzREJWOU9hNW5GTmZ6MnNaZDFzV" 1 => "laravel_session=eyJpdiI6IlgyblBkQWg0ci9NdnNDUXFyZWJOclE9PSIsInZhbHVlIjoiK2o5M1pJcFhyRlFLOTduZXFsVFRiVDMvMkZJMEpNaUlpRXZmeW5rRGdzOSt6a0V0WTJteXRqR1FXU0tzNy9Ua05RUkNpUlF0YVRQbHRQWjI1ZE9QZGN4VEpaZDJybXFLU1BGL1AzbXpsSHM5WFpVSkg5RlhQU1RSSjRQZUhOeEUiLCJtYWMiOiI3NzA4YTQ0MWEyMjY3NTYwNzBjZTViM2I4Y2ZjYmQ4MDAzNDk2MzAwYzRjZjUxNzcxNmNhNzlmNTJmNzljM2UxIiwidGFnIjoiIn0%3D; expires=Wed, 08-Jan-2025 19:26:07 GMT; path=/; httponlylaravel_session=eyJpdiI6IlgyblBkQWg0ci9NdnNDUXFyZWJOclE9PSIsInZhbHVlIjoiK2o5M1pJcFhyRlFLOTduZXFsVFRiVDMvMkZJMEpNaUlpRXZmeW5rRGdzOSt6a0V0WTJteXRqR1FXU0tzNy9Ua05R" ] ]
          session_attributes
          0 of 0
          array:4 [ "_token" => "uJVfF9bnqQm7wEWGPp2ZW2cJqFRh917iSjVNgONA" "_previous" => array:1 [ "url" => "https://controlsecurity.com.ve/product/38/20w-siren" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]