Lorem ipsum dolor sit amet consectetur adipisicing elit.

Soporte Tecnico
¡Hola! 👋 ¿Necesitas ayuda? Estoy aquí para ti, así que solo llámame.
Ofertas
0

Lorem ipsum dolor sit amet consectetur adipisicing elit.
¡Hola! 👋 ¿Necesitas ayuda? Estoy aquí para ti, así que solo llámame.
Su experiencia en este sitio será mejorada con el uso de cookies.
Copyright @Farys All Rights Reserved
Suscríbete a nuestro boletín para obtener cupones, ofertas y emocionantes descuentos promocionales.
messages.user_type_option_note_1
0 of 0array:2 [▼ "category" => "articulos-de-limpieza" "subcategory" => "cloros" ]
[]
0 of 0array:23 [▼ "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 => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" ] "cache-control" => array:1 [▶ 0 => "no-cache" ] "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)" ] "connection" => array:1 [▶ 0 => "Keep-Alive" ] "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" ] "cdn-loop" => array:1 [▶ 0 => "cloudflare; loops=1" ] "cf-connecting-ip" => array:1 [▶ 0 => "3.14.86.75" ] "sec-fetch-site" => array:1 [▶ 0 => "none" ] "sec-fetch-mode" => array:1 [▶ 0 => "navigate" ] "cf-visitor" => array:1 [▶ 0 => "{"scheme":"https"}" ] "sec-fetch-user" => array:1 [▶ 0 => "?1" ] "sec-fetch-dest" => array:1 [▶ 0 => "document" ] "x-forwarded-proto" => array:1 [▶ 0 => "https" ] "priority" => array:1 [▶ 0 => "u=0, i" ] "accept-encoding" => array:1 [▶ 0 => "gzip, br" ] "cf-ipcountry" => array:1 [▶ 0 => "US" ] "host" => array:1 [▶ 0 => "evolutionwebhosting.online" ] "x-forwarded-for" => array:1 [▶ 0 => "3.14.86.75" ] "cf-ray" => array:1 [▶ 0 => "9201e49ceed62b4b-ORD" ] ]
[]
0 of 0array:3 [▼ "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 07:00:16 GMT" ] ]
0 of 0array:5 [▼ "_token" => "qofE7sn5m3q5sVJubWJxKpxe78YvGlOjkredrV1V" "locale" => "es" "language" => "Spanish" "flag" => "flag-67c7a66b276a2.png" "direction" => 1 ]
1 x Application (76.42%) | 939ms |
1 x Booting (23.57%) | 290ms |
1 x Routing (0.49%) | 6.05ms |
10 x View (0%) | 0μs |
# Query soft limit for Debugbar is reached after 100 queries, additional 5 queries only show the query. Limits can be raised in the config (debugbar.options.db.soft_limit)
Backtrace |
|
select * from `languages` where `is_available` = '1'
Bindings |
|
Backtrace |
|
select `name`, `layout`, `image`, `is_default`, `code` from `languages` where `is_default` = 1 limit 1
Bindings |
|
Backtrace |
|
select *, CONCAT('https://evolutionwebhosting.online/assets/admin/images/about/', app_bottom_image) AS app_bottom_image_url, (case when app_bottom_image is null then 0 else 1 end) as is_app_bottom_image from `settings` limit 1
Backtrace |
|
select * from `categories` where `slug` = 'articulos-de-limpieza' and `is_available` = 1 and `is_deleted` = 2 limit 1
Bindings |
|
Backtrace |
|
select * from `subcategories` where `cat_id` = 3 and `is_available` = 1 and `is_deleted` = 2
Bindings |
|
Backtrace |
|
select * from `subcategories` where `slug` = 'cloros' limit 1
Bindings |
|
Backtrace |
|
select count(*) as aggregate from (select `item`.*, (case when item.price is null then 0 else item.price end) as item_price, (case when cart.item_id is null then 0 else 1 end) as is_cart from `item` left join `cart` on `cart`.`item_id` = `item`.`id` and `cart`.`session_id` = 'i28cCilhyMvlcdSXjKxha5DAUtbKrnMuQVmDOiWA' where `item`.`item_status` = '1' and `item`.`is_deleted` = '2' and `item`.`cat_id` = 3 and `item`.`subcat_id` = 1 group by `item`.`id`, `cart`.`item_id`) as `aggregate_table`
Bindings |
|
Backtrace |
|
select `item`.*, (case when item.price is null then 0 else item.price end) as item_price, (case when cart.item_id is null then 0 else 1 end) as is_cart from `item` left join `cart` on `cart`.`item_id` = `item`.`id` and `cart`.`session_id` = 'i28cCilhyMvlcdSXjKxha5DAUtbKrnMuQVmDOiWA' where `item`.`item_status` = '1' and `item`.`is_deleted` = '2' and `item`.`cat_id` = 3 and `item`.`subcat_id` = 1 group by `item`.`id`, `cart`.`item_id` order by `item`.`reorder_id` asc, `item`.`id` desc limit 16 offset 0
Bindings |
|
Backtrace |
|
select `categories`.`id`, `categories`.`category_name`, `categories`.`slug`, CONCAT('https://evolutionwebhosting.online/assets/admin/images/category/', image) AS image_url from `categories` where `categories`.`id` in (3)
Bindings |
|
Backtrace |
|
select `subcategories`.`id`, `subcategories`.`subcategory_name`, `subcategories`.`slug` from `subcategories` where `subcategories`.`id` in (1)
Bindings |
|
Backtrace |
|
select * from `variation` where `variation`.`item_id` in (1)
Backtrace |
|
select `item_images`.`id`, `item_images`.`image` as `image_name`, `item_images`.`item_id`, CONCAT('https://evolutionwebhosting.online/assets/admin/images/item/', item_images.image) AS image_url from `item_images` where `item_images`.`item_id` in (1)
Backtrace |
|
select `item_images`.`id`, `item_images`.`image` as `image_name`, `item_images`.`item_id`, CONCAT('https://evolutionwebhosting.online/assets/admin/images/item/', item_images.image) AS image_url from `item_images` where `item_images`.`item_id` = 1 and `item_images`.`item_id` is not null order by `reorder_id` asc
Bindings |
|
Backtrace |
|
select * from `systemaddons` where `unique_identifier` = 'customer_login' limit 1
Bindings |
|
Backtrace |
|
select * from `systemaddons` where `unique_identifier` = 'productreview' and `activated` = 1 limit 1
Bindings |
|
Backtrace |
|
select *, CONCAT('https://evolutionwebhosting.online/assets/admin/images/about/', app_bottom_image) AS app_bottom_image_url, (case when app_bottom_image is null then 0 else 1 end) as is_app_bottom_image from `settings` limit 1
Backtrace |
|
select `currency`, `currency_position`, `currency_space`, `currency_formate`, `decimal_separator` from `settings` limit 1
Backtrace |
|
select `currency`, `currency_position`, `currency_space`, `currency_formate`, `decimal_separator` from `settings` limit 1
Backtrace |
|
select *, CONCAT('https://evolutionwebhosting.online/assets/admin/images/about/', app_bottom_image) AS app_bottom_image_url, (case when app_bottom_image is null then 0 else 1 end) as is_app_bottom_image from `settings` limit 1
Backtrace |
|
select *, CONCAT('https://evolutionwebhosting.online/assets/admin/images/about/', app_bottom_image) AS app_bottom_image_url, (case when app_bottom_image is null then 0 else 1 end) as is_app_bottom_image from `settings` limit 1
Backtrace |
|
select *, CONCAT('https://evolutionwebhosting.online/assets/admin/images/about/', app_bottom_image) AS app_bottom_image_url, (case when app_bottom_image is null then 0 else 1 end) as is_app_bottom_image from `settings` limit 1
Backtrace |
|
select *, CONCAT('https://evolutionwebhosting.online/assets/admin/images/about/', app_bottom_image) AS app_bottom_image_url, (case when app_bottom_image is null then 0 else 1 end) as is_app_bottom_image from `settings` limit 1
Backtrace |
|
select *, CONCAT('https://evolutionwebhosting.online/assets/admin/images/about/', app_bottom_image) AS app_bottom_image_url, (case when app_bottom_image is null then 0 else 1 end) as is_app_bottom_image from `settings` limit 1
Backtrace |
|
select * from `systemaddons` where `unique_identifier` = 'pwa' and `activated` = 1 limit 1
Bindings |
|
Backtrace |
|
select *, CONCAT('https://evolutionwebhosting.online/assets/admin/images/about/', app_bottom_image) AS app_bottom_image_url, (case when app_bottom_image is null then 0 else 1 end) as is_app_bottom_image from `settings` limit 1
Backtrace |
|
select *, CONCAT('https://evolutionwebhosting.online/assets/admin/images/about/', app_bottom_image) AS app_bottom_image_url, (case when app_bottom_image is null then 0 else 1 end) as is_app_bottom_image from `settings` limit 1
Backtrace |
|
select *, CONCAT('https://evolutionwebhosting.online/assets/admin/images/about/', app_bottom_image) AS app_bottom_image_url, (case when app_bottom_image is null then 0 else 1 end) as is_app_bottom_image from `settings` limit 1
Backtrace |
|
select *, CONCAT('https://evolutionwebhosting.online/assets/admin/images/about/', app_bottom_image) AS app_bottom_image_url, (case when app_bottom_image is null then 0 else 1 end) as is_app_bottom_image from `settings` limit 1
Backtrace |
|
select *, CONCAT('https://evolutionwebhosting.online/assets/admin/images/about/', app_bottom_image) AS app_bottom_image_url, (case when app_bottom_image is null then 0 else 1 end) as is_app_bottom_image from `settings` limit 1
Backtrace |
|
select * from `top_deals` limit 1
Backtrace |
|
select * from `systemaddons` where `unique_identifier` = 'top_deals' and `activated` = 1 limit 1
Bindings |
|
Backtrace |
|
select *, CONCAT('https://evolutionwebhosting.online/assets/admin/images/about/', app_bottom_image) AS app_bottom_image_url, (case when app_bottom_image is null then 0 else 1 end) as is_app_bottom_image from `settings` limit 1
Backtrace |
|
select * from `systemaddons` where `unique_identifier` = 'language' and `activated` = 1 limit 1
Bindings |
|
Backtrace |
|
select * from `languages` where `is_available` = '1'
Bindings |
|
Backtrace |
|
select `name`, `layout`, `image`, `is_default`, `code` from `languages` where `code` = 'es' limit 1
Bindings |
|
Backtrace |
|
select count(*) as aggregate from `cart` where `session_id` = 'i28cCilhyMvlcdSXjKxha5DAUtbKrnMuQVmDOiWA' and `buynow` = 0
Bindings |
|
Backtrace |
|
select * from `systemaddons` where `unique_identifier` = 'customer_login' and `activated` = 1 limit 1
Bindings |
|
Backtrace |
|
select *, CONCAT('https://evolutionwebhosting.online/assets/admin/images/about/', app_bottom_image) AS app_bottom_image_url, (case when app_bottom_image is null then 0 else 1 end) as is_app_bottom_image from `settings` limit 1
Backtrace |
|
select count(*) as aggregate from `cart` where `session_id` = 'i28cCilhyMvlcdSXjKxha5DAUtbKrnMuQVmDOiWA' and `buynow` = 0
Bindings |
|
Backtrace |
|
select * from `systemaddons` where `unique_identifier` = 'customer_login' and `activated` = 1 limit 1
Bindings |
|
Backtrace |
|
select *, CONCAT('https://evolutionwebhosting.online/assets/admin/images/about/', app_bottom_image) AS app_bottom_image_url, (case when app_bottom_image is null then 0 else 1 end) as is_app_bottom_image from `settings` limit 1
Backtrace |
|
select *, CONCAT('https://evolutionwebhosting.online/assets/admin/images/about/', app_bottom_image) AS app_bottom_image_url, (case when app_bottom_image is null then 0 else 1 end) as is_app_bottom_image from `settings` limit 1
Backtrace |
|
select *, CONCAT('https://evolutionwebhosting.online/assets/admin/images/about/', app_bottom_image) AS app_bottom_image_url, (case when app_bottom_image is null then 0 else 1 end) as is_app_bottom_image from `settings` limit 1
Backtrace |
|
select *, CONCAT('https://evolutionwebhosting.online/assets/admin/images/about/', app_bottom_image) AS app_bottom_image_url, (case when app_bottom_image is null then 0 else 1 end) as is_app_bottom_image from `settings` limit 1
Backtrace |
|
select * from `social_links`
Backtrace |
|
select * from `social_links`
Backtrace |
|
select *, CONCAT('https://evolutionwebhosting.online/assets/admin/images/about/', app_bottom_image) AS app_bottom_image_url, (case when app_bottom_image is null then 0 else 1 end) as is_app_bottom_image from `settings` limit 1
Backtrace |
|
select *, CONCAT('https://evolutionwebhosting.online/assets/admin/images/about/', app_bottom_image) AS app_bottom_image_url, (case when app_bottom_image is null then 0 else 1 end) as is_app_bottom_image from `settings` limit 1
Backtrace |
|
select *, CONCAT('https://evolutionwebhosting.online/assets/admin/images/about/', app_bottom_image) AS app_bottom_image_url, (case when app_bottom_image is null then 0 else 1 end) as is_app_bottom_image from `settings` limit 1
Backtrace |
|
select *, CONCAT('https://evolutionwebhosting.online/assets/admin/images/about/', app_bottom_image) AS app_bottom_image_url, (case when app_bottom_image is null then 0 else 1 end) as is_app_bottom_image from `settings` limit 1
Backtrace |
|
select *, CONCAT('https://evolutionwebhosting.online/assets/admin/images/about/', app_bottom_image) AS app_bottom_image_url, (case when app_bottom_image is null then 0 else 1 end) as is_app_bottom_image from `settings` limit 1
Backtrace |
|
select *, CONCAT('https://evolutionwebhosting.online/assets/admin/images/about/', app_bottom_image) AS app_bottom_image_url, (case when app_bottom_image is null then 0 else 1 end) as is_app_bottom_image from `settings` limit 1
Backtrace |
|
select *, CONCAT('https://evolutionwebhosting.online/assets/admin/images/about/', app_bottom_image) AS app_bottom_image_url, (case when app_bottom_image is null then 0 else 1 end) as is_app_bottom_image from `settings` limit 1
Backtrace |
|
select `image` from `payment` where `is_available` = 1 and `is_activate` = '1'
Bindings |
|
Backtrace |
|
select * from `systemaddons` where `unique_identifier` = 'sales_notification' and `activated` = 1 limit 1
Bindings |
|
Backtrace |
|
select * from `systemaddons` where `unique_identifier` = 'whatsapp_message' and `activated` = 1 limit 1
Bindings |
|
Backtrace |
|
select * from `systemaddons` where `unique_identifier` = 'quick_call' and `activated` = 1 limit 1
Bindings |
|
Backtrace |
|
select *, CONCAT('https://evolutionwebhosting.online/assets/admin/images/about/', app_bottom_image) AS app_bottom_image_url, (case when app_bottom_image is null then 0 else 1 end) as is_app_bottom_image from `settings` limit 1
Backtrace |
|
select *, CONCAT('https://evolutionwebhosting.online/assets/admin/images/about/', app_bottom_image) AS app_bottom_image_url, (case when app_bottom_image is null then 0 else 1 end) as is_app_bottom_image from `settings` limit 1
Backtrace |
|
select *, CONCAT('https://evolutionwebhosting.online/assets/admin/images/about/', app_bottom_image) AS app_bottom_image_url, (case when app_bottom_image is null then 0 else 1 end) as is_app_bottom_image from `settings` limit 1
Backtrace |
|
select *, CONCAT('https://evolutionwebhosting.online/assets/admin/images/about/', app_bottom_image) AS app_bottom_image_url, (case when app_bottom_image is null then 0 else 1 end) as is_app_bottom_image from `settings` limit 1
Backtrace |
|
select * from `systemaddons` where `unique_identifier` = 'cookie' and `activated` = 1 limit 1
Bindings |
|
Backtrace |
|
select * from `systemaddons` where `unique_identifier` = 'coupon' and `activated` = 1 limit 1
Bindings |
|
Backtrace |
|
select * from `promocode` where `is_available` = 1 and `start_date` <= '2025-03-14' and `expire_date` >= '2025-03-14' order by `reorder_id` asc
Bindings |
|
Backtrace |
|
select count(*) as aggregate from `cart` where `session_id` = 'i28cCilhyMvlcdSXjKxha5DAUtbKrnMuQVmDOiWA' and `buynow` = 0
Bindings |
|
Backtrace |
|
select * from `systemaddons` where `unique_identifier` = 'age_verification' and `activated` = 1 limit 1
Bindings |
|
Backtrace |
|
select * from `systemaddons` where `unique_identifier` = 'tawk_addons' and `activated` = 1 limit 1
Bindings |
|
Backtrace |
|
select * from `systemaddons` where `unique_identifier` = 'wixx_chat' and `activated` = 1 limit 1
Bindings |
|
Backtrace |
|
select *, CONCAT('https://evolutionwebhosting.online/assets/admin/images/about/', app_bottom_image) AS app_bottom_image_url, (case when app_bottom_image is null then 0 else 1 end) as is_app_bottom_image from `settings` limit 1
Backtrace |
|
select * from `systemaddons` where `unique_identifier` = 'store_review' and `activated` = 1 limit 1
Bindings |
|
Backtrace |
|
select * from `systemaddons` where `unique_identifier` = 'blog' and `activated` = 1 limit 1
Bindings |
|
Backtrace |
|
select *, CONCAT('https://evolutionwebhosting.online/assets/admin/images/about/', app_bottom_image) AS app_bottom_image_url, (case when app_bottom_image is null then 0 else 1 end) as is_app_bottom_image from `settings` limit 1
Backtrace |
|
select *, CONCAT('https://evolutionwebhosting.online/assets/admin/images/about/', app_bottom_image) AS app_bottom_image_url, (case when app_bottom_image is null then 0 else 1 end) as is_app_bottom_image from `settings` limit 1
Backtrace |
|
select *, CONCAT('https://evolutionwebhosting.online/assets/admin/images/about/', app_bottom_image) AS app_bottom_image_url, (case when app_bottom_image is null then 0 else 1 end) as is_app_bottom_image from `settings` limit 1
Backtrace |
|
select *, CONCAT('https://evolutionwebhosting.online/assets/admin/images/about/', app_bottom_image) AS app_bottom_image_url, (case when app_bottom_image is null then 0 else 1 end) as is_app_bottom_image from `settings` limit 1
Backtrace |
|
select *, CONCAT('https://evolutionwebhosting.online/assets/admin/images/about/', app_bottom_image) AS app_bottom_image_url, (case when app_bottom_image is null then 0 else 1 end) as is_app_bottom_image from `settings` limit 1
Backtrace |
|
select *, CONCAT('https://evolutionwebhosting.online/assets/admin/images/about/', app_bottom_image) AS app_bottom_image_url, (case when app_bottom_image is null then 0 else 1 end) as is_app_bottom_image from `settings` limit 1
Backtrace |
|
select * from `social_links`
Backtrace |
|
select * from `social_links`
Backtrace |
|
select *, CONCAT('https://evolutionwebhosting.online/assets/admin/images/about/', app_bottom_image) AS app_bottom_image_url, (case when app_bottom_image is null then 0 else 1 end) as is_app_bottom_image from `settings` limit 1
Backtrace |
|
select *, CONCAT('https://evolutionwebhosting.online/assets/admin/images/about/', app_bottom_image) AS app_bottom_image_url, (case when app_bottom_image is null then 0 else 1 end) as is_app_bottom_image from `settings` limit 1
Backtrace |
|
select * from `systemaddons` where `unique_identifier` = 'age_verification' and `activated` = 1 limit 1
Bindings |
|
Backtrace |
|
select *, CONCAT('https://evolutionwebhosting.online/assets/admin/images/about/', app_bottom_image) AS app_bottom_image_url, (case when app_bottom_image is null then 0 else 1 end) as is_app_bottom_image from `settings` limit 1
Backtrace |
|
select *, CONCAT('https://evolutionwebhosting.online/assets/admin/images/about/', app_bottom_image) AS app_bottom_image_url, (case when app_bottom_image is null then 0 else 1 end) as is_app_bottom_image from `settings` limit 1
Backtrace |
|
select *, CONCAT('https://evolutionwebhosting.online/assets/admin/images/about/', app_bottom_image) AS app_bottom_image_url, (case when app_bottom_image is null then 0 else 1 end) as is_app_bottom_image from `settings` limit 1
Backtrace |
|
select *, CONCAT('https://evolutionwebhosting.online/assets/admin/images/about/', app_bottom_image) AS app_bottom_image_url, (case when app_bottom_image is null then 0 else 1 end) as is_app_bottom_image from `settings` limit 1
Backtrace |
|
select * from `top_deals` limit 1
Backtrace |
|
select * from `systemaddons` where `unique_identifier` = 'top_deals' and `activated` = 1 limit 1
Bindings |
|
Backtrace |
|
select *, CONCAT('https://evolutionwebhosting.online/assets/admin/images/about/', app_bottom_image) AS app_bottom_image_url, (case when app_bottom_image is null then 0 else 1 end) as is_app_bottom_image from `settings` limit 1
Backtrace |
|
select * from `top_deals` limit 1
Backtrace |
|
select * from `systemaddons` where `unique_identifier` = 'top_deals' and `activated` = 1 limit 1
Bindings |
|
Backtrace |
|
select *, CONCAT('https://evolutionwebhosting.online/assets/admin/images/about/', app_bottom_image) AS app_bottom_image_url, (case when app_bottom_image is null then 0 else 1 end) as is_app_bottom_image from `settings` limit 1
Backtrace |
|
select * from `top_deals` limit 1
Backtrace |
|
select * from `systemaddons` where `unique_identifier` = 'top_deals' and `activated` = 1 limit 1
Bindings |
|
Backtrace |
|
select *, CONCAT('https://evolutionwebhosting.online/assets/admin/images/about/', app_bottom_image) AS app_bottom_image_url, (case when app_bottom_image is null then 0 else 1 end) as is_app_bottom_image from `settings` limit 1
Backtrace |
|
select * from `top_deals` limit 1
Backtrace |
|
select * from `systemaddons` where `unique_identifier` = 'top_deals' and `activated` = 1 limit 1
Bindings |
|
Backtrace |
|
select * from `systemaddons` where `unique_identifier` = 'top_deals' and `activated` = 1 limit 1
Bindings |
|
Backtrace |
|
select `item`.*, (case when item.price is null then 0 else item.price end) as item_price, (case when cart.item_id is null then 0 else 1 end) as is_cart from `item` left join `cart` on `cart`.`item_id` = `item`.`id` and `cart`.`session_id` = 'i28cCilhyMvlcdSXjKxha5DAUtbKrnMuQVmDOiWA' where `item`.`top_deals` = '1' and `item`.`item_status` = '1' and `item`.`is_deleted` = 2 group by `item`.`id`, `cart`.`item_id` order by RAND()
Bindings |
|
Backtrace |
|
select *, CONCAT('https://evolutionwebhosting.online/assets/admin/images/about/', app_bottom_image) AS app_bottom_image_url, (case when app_bottom_image is null then 0 else 1 end) as is_app_bottom_image from `settings` limit 1
Backtrace |
|
select *, CONCAT('https://evolutionwebhosting.online/assets/admin/images/about/', app_bottom_image) AS app_bottom_image_url, (case when app_bottom_image is null then 0 else 1 end) as is_app_bottom_image from `settings` limit 1
select * from `top_deals` limit 1
select * from `systemaddons` where `unique_identifier` = ? and `activated` = ? limit 1
select * from `systemaddons` where `unique_identifier` = ? and `activated` = ? limit 1
select * from `systemaddons` where `unique_identifier` = ? and `activated` = ? limit 1