Products

Lampara de Emergencia con Luz Leds Marca AVA
  • Category: Emergency Lamps
Focos ajustables Leds / ULD Potencia de 1,2 W. Incluye batería de respalda de 3,6 voltios con...
Lampara de Salida de Emergencia Modelo Uscita
  • Category: Emergency Lamps
Lampara de salida de emergencia. Su instalacion puede ser tanto en pared con en techo. Posee s...

Do you have a question? Contact us

We are here to help you, check our FAQs, send us a message or call us: +58 212 2353777

Search

Or explore our categories
Close
7.4.33PHP Version310msRequest Duration8MBMemory UsageGET products/category/{id}/{slug}Route
    • Booting (192ms)
    • Application (113ms)
    • 1 x Booting (62.03%)
      192.48ms
      1 x Application (36.29%)
      112.61ms
      9 templates were rendered
      • frontend.productsByCategory (resources/views/frontend/productsByCategory.blade.php)2blade
        Params
        0
        products
        1
        categoryName
      • pagination::tailwind (vendor/laravel/framework/src/Illuminate/Pagination/resources/views/tailwind.blade.php)2blade
        Params
        0
        paginator
        1
        elements
      • frontend.partials.cta (resources/views/frontend/partials/cta.blade.php)10blade
        Params
        0
        __env
        1
        app
        2
        config
        3
        siteCategories
        4
        errors
        5
        products
        6
        categoryName
        7
        __currentLoopData
        8
        product
        9
        loop
      • layouts.frontendmaster (resources/views/layouts/frontendmaster.blade.php)10blade
        Params
        0
        __env
        1
        app
        2
        config
        3
        siteCategories
        4
        errors
        5
        products
        6
        categoryName
        7
        __currentLoopData
        8
        product
        9
        loop
      • frontend.partials.plugins (resources/views/frontend/partials/plugins.blade.php)10blade
        Params
        0
        __env
        1
        app
        2
        config
        3
        siteCategories
        4
        errors
        5
        products
        6
        categoryName
        7
        __currentLoopData
        8
        product
        9
        loop
      • frontend.partials.header (resources/views/frontend/partials/header.blade.php)10blade
        Params
        0
        __env
        1
        app
        2
        config
        3
        siteCategories
        4
        errors
        5
        products
        6
        categoryName
        7
        __currentLoopData
        8
        product
        9
        loop
      • frontend.partials.popups (resources/views/frontend/partials/popups.blade.php)10blade
        Params
        0
        __env
        1
        app
        2
        config
        3
        siteCategories
        4
        errors
        5
        products
        6
        categoryName
        7
        __currentLoopData
        8
        product
        9
        loop
      • frontend.partials.svg (resources/views/frontend/partials/svg.blade.php)10blade
        Params
        0
        __env
        1
        app
        2
        config
        3
        siteCategories
        4
        errors
        5
        products
        6
        categoryName
        7
        __currentLoopData
        8
        product
        9
        loop
      • frontend.partials.footer (resources/views/frontend/partials/footer.blade.php)10blade
        Params
        0
        __env
        1
        app
        2
        config
        3
        siteCategories
        4
        errors
        5
        products
        6
        categoryName
        7
        __currentLoopData
        8
        product
        9
        loop
      uri
      GET products/category/{id}/{slug}
      middleware
      web
      controller
      App\Http\Controllers\FrontendController@productsByCategory
      namespace
      App\Http\Controllers
      prefix
      where
      as
      front.products.bycategory
      file
      app/Http/Controllers/FrontendController.php:71-80
      13 statements were executed, 2 of which were duplicated, 11 unique7.88ms
      • select * from `configs`
        3.36ms/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
        550μ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 `seo` where `page` = 'products' limit 1
        480μs/app/Http/Controllers/FrontendController.php:73u493533148_db2
        Metadata
        Bindings
        • 0. products
        Backtrace
        • 16. /app/Http/Controllers/FrontendController.php:73
        • 17. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 19. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:262
        • 20. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `categories` where `categories`.`id` = '42' limit 1
        380μs/app/Http/Controllers/FrontendController.php:76u493533148_db2
        Metadata
        Bindings
        • 0. 42
        Backtrace
        • 20. /app/Http/Controllers/FrontendController.php:76
        • 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 count(*) as aggregate from `products` where `category_id` = '42' and `active` = 1
        420μs/app/Http/Controllers/FrontendController.php:77u493533148_db2
        Metadata
        Bindings
        • 0. 42
        • 1. 1
        Backtrace
        • 15. /app/Http/Controllers/FrontendController.php:77
        • 16. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 17. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:262
        • 19. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `products` where `category_id` = '42' and `active` = 1 limit 9 offset 0
        370μs/app/Http/Controllers/FrontendController.php:77u493533148_db2
        Metadata
        Bindings
        • 0. 42
        • 1. 1
        Backtrace
        • 15. /app/Http/Controllers/FrontendController.php:77
        • 16. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 17. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:262
        • 19. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `product_images` where `product_images`.`product_id` = 419 and `product_images`.`product_id` is not null
        420μsview::cf394ac7a558743f29d7e75b846edb58e58fc40d:20u493533148_db2
        Metadata
        Bindings
        • 0. 419
        Backtrace
        • 19. view::cf394ac7a558743f29d7e75b846edb58e58fc40d:20
        • 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` = 42 and `categories`.`id` is not null limit 1
        330μsview::cf394ac7a558743f29d7e75b846edb58e58fc40d:39u493533148_db2
        Metadata
        Bindings
        • 0. 42
        Backtrace
        • 20. view::cf394ac7a558743f29d7e75b846edb58e58fc40d:39
        • 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` = 498 and `product_images`.`product_id` is not null
        330μsview::cf394ac7a558743f29d7e75b846edb58e58fc40d:20u493533148_db2
        Metadata
        Bindings
        • 0. 498
        Backtrace
        • 19. view::cf394ac7a558743f29d7e75b846edb58e58fc40d:20
        • 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` = 42 and `categories`.`id` is not null limit 1
        310μsview::cf394ac7a558743f29d7e75b846edb58e58fc40d:39u493533148_db2
        Metadata
        Bindings
        • 0. 42
        Backtrace
        • 20. view::cf394ac7a558743f29d7e75b846edb58e58fc40d:39
        • 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
        300μ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`
        280μ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
      2
      App\Models\Product
      2
      App\Models\Seo
      1
      App\Models\Category
      37
      App\Models\Config
      25
          _token
          RsQIsclb0D2uEpLs3dyYSCKl39PqQEk47cHf9eVk
          _previous
          array:1 [ "url" => "https://controlsecurity.com.ve/index.php/products/category/42/lampara-de-emerg...
          _flash
          array:2 [ "old" => [] "new" => [] ]
          PHPDEBUGBAR_STACK_DATA
          []
          path_info
          /products/category/42/lampara-de-emergencia
          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 => ""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" ] "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:52 [ "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" => ""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_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.222.159.83" "REMOTE_PORT" => "21359" "SERVER_ADDR" => "195.179.239.17" "SERVER_NAME" => "controlsecurity.com.ve" "SERVER_ADMIN" => "" "SERVER_PORT" => "443" "REQUEST_SCHEME" => "https" "REQUEST_URI" => "/index.php/products/category/42/lampara-de-emergencia" "PATH_INFO" => "/products/category/42/lampara-de-emergencia" "PATH_TRANSLATED" => "/home/u493533148/domains/controlsecurity.com.ve/public_html/products/category/42/lampara-de-emergencia" "HTTPS" => "on" "CRAWLER_USLEEP" => "1000" "CRAWLER_LOAD_LIMIT_ENFORCE" => "25" "H_PLATFORM" => "Hostinger" "H_TYPE" => "shared" "H_CANARY" => "false" "H_STAGING" => "false" "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/index.php/products/category/42/lampara-de-emergencia" "SCRIPT_URL" => "/index.php/products/category/42/lampara-de-emergencia" "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/products/category/42/lampara-de-emergencia" "REQUEST_TIME_FLOAT" => 1748029240.5395 "REQUEST_TIME" => 1748029240 ]
          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, 23 May 2025 19:40:40 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6InBGOGk1ZnB0VTF4SkpPUE1oMEdJeHc9PSIsInZhbHVlIjoiT0p2ZjVmYkRTVXR0ZG1vY0dVVlRXTlE5aFdDeXVsUVc4MGpKNmJvT2hEZUFrZ1RQTkRmQlowRUdlWTFST2c1aWsrQmNCdkEySVpqeDAvOGsrb0pGWWNHRXIrb0swT1JESU1aOG92NTJGWDB2YXJSeE10RFVHU2pDS3IwM0JUQ1ciLCJtYWMiOiJhOGFlNmU3YWRmZWI0NjY2MjY2ODZjZmFhY2JhNmMzMDBmMGQ4YzkxNjE2YTM4OWExODBmY2I0OWViNDJjOWViIiwidGFnIjoiIn0%3D; expires=Fri, 23-May-2025 21:40:40 GMT; Max-Age=7200; path=/; samesite=laxXSRF-TOKEN=eyJpdiI6InBGOGk1ZnB0VTF4SkpPUE1oMEdJeHc9PSIsInZhbHVlIjoiT0p2ZjVmYkRTVXR0ZG1vY0dVVlRXTlE5aFdDeXVsUVc4MGpKNmJvT2hEZUFrZ1RQTkRmQlowRUdlWTFST2c1aWsrQmNCd" 1 => "laravel_session=eyJpdiI6IitPd2QweWwwb1JWa08wcDJXRVo4OXc9PSIsInZhbHVlIjoiaHZJMVFpTWcwbkNINGNQOFVSTGxoWm5ZOW5WYWp4ZEtSYUYvOVBYQnFxa3BFRnlUYmNhUzhRclZHNk9TOTRiamN0YXVLcHcrOEM4VytCTUtLZXFJQXRNQkp2bHZoWWdMZDZ5czVySW9LQ0ZMak5YeGljV2ZLUE1OUjU2R3FsK1AiLCJtYWMiOiJlNDdkMjQ2YzM4OTUyOWVlYTY1MTU3MTYzNGY4ZWQzNzMxMzNiNzEzYmU4MWIzZjY4ZDZkMmJiOWJkZDE5Y2M1IiwidGFnIjoiIn0%3D; expires=Fri, 23-May-2025 21:40:40 GMT; Max-Age=7200; path=/; httponly; samesite=laxlaravel_session=eyJpdiI6IitPd2QweWwwb1JWa08wcDJXRVo4OXc9PSIsInZhbHVlIjoiaHZJMVFpTWcwbkNINGNQOFVSTGxoWm5ZOW5WYWp4ZEtSYUYvOVBYQnFxa3BFRnlUYmNhUzhRclZHNk9TOTRiamN0" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6InBGOGk1ZnB0VTF4SkpPUE1oMEdJeHc9PSIsInZhbHVlIjoiT0p2ZjVmYkRTVXR0ZG1vY0dVVlRXTlE5aFdDeXVsUVc4MGpKNmJvT2hEZUFrZ1RQTkRmQlowRUdlWTFST2c1aWsrQmNCdkEySVpqeDAvOGsrb0pGWWNHRXIrb0swT1JESU1aOG92NTJGWDB2YXJSeE10RFVHU2pDS3IwM0JUQ1ciLCJtYWMiOiJhOGFlNmU3YWRmZWI0NjY2MjY2ODZjZmFhY2JhNmMzMDBmMGQ4YzkxNjE2YTM4OWExODBmY2I0OWViNDJjOWViIiwidGFnIjoiIn0%3D; expires=Fri, 23-May-2025 21:40:40 GMT; path=/XSRF-TOKEN=eyJpdiI6InBGOGk1ZnB0VTF4SkpPUE1oMEdJeHc9PSIsInZhbHVlIjoiT0p2ZjVmYkRTVXR0ZG1vY0dVVlRXTlE5aFdDeXVsUVc4MGpKNmJvT2hEZUFrZ1RQTkRmQlowRUdlWTFST2c1aWsrQmNCd" 1 => "laravel_session=eyJpdiI6IitPd2QweWwwb1JWa08wcDJXRVo4OXc9PSIsInZhbHVlIjoiaHZJMVFpTWcwbkNINGNQOFVSTGxoWm5ZOW5WYWp4ZEtSYUYvOVBYQnFxa3BFRnlUYmNhUzhRclZHNk9TOTRiamN0YXVLcHcrOEM4VytCTUtLZXFJQXRNQkp2bHZoWWdMZDZ5czVySW9LQ0ZMak5YeGljV2ZLUE1OUjU2R3FsK1AiLCJtYWMiOiJlNDdkMjQ2YzM4OTUyOWVlYTY1MTU3MTYzNGY4ZWQzNzMxMzNiNzEzYmU4MWIzZjY4ZDZkMmJiOWJkZDE5Y2M1IiwidGFnIjoiIn0%3D; expires=Fri, 23-May-2025 21:40:40 GMT; path=/; httponlylaravel_session=eyJpdiI6IitPd2QweWwwb1JWa08wcDJXRVo4OXc9PSIsInZhbHVlIjoiaHZJMVFpTWcwbkNINGNQOFVSTGxoWm5ZOW5WYWp4ZEtSYUYvOVBYQnFxa3BFRnlUYmNhUzhRclZHNk9TOTRiamN0" ] ]
          session_attributes
          0 of 0
          array:4 [ "_token" => "RsQIsclb0D2uEpLs3dyYSCKl39PqQEk47cHf9eVk" "_previous" => array:1 [ "url" => "https://controlsecurity.com.ve/index.php/products/category/42/lampara-de-emergencia" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]