Cadeaux : Explorer la sélection. Livraison offerte & retours prolongés jusqu'au 11/01.

Filtres

Famille de produits

Couleur

Trier par

Changer de pays / langue

Vous explorez actuellement la boutique en ligne FURSAC France en Français. Pour changer de pays de livraison ou de langue, faites votre choix dans la liste ci-dessous.

There are no log entries.
Time Query
0.33ms
SELECT * FROM `webstores` ORDER BY `position` ASC
0.31ms
SELECT * FROM `countries` WHERE `countries`.`id` IN ('15', '5', '16', '40')
0.25ms
SELECT * FROM `languages` WHERE `languages`.`id` IN ('1', '2')
0.43ms
SELECT `countries`.*, `country_webstore`.`id` AS `pivot_id`, `country_webstore`.`webstore_id` AS `pivot_webstore_id`, `country_webstore`.`country_id` AS `pivot_country_id` FROM `countries` INNER JOIN `country_webstore` ON `countries`.`id` = `country_webstore`.`country_id` WHERE `country_webstore`.`webstore_id` IN ('1', '2', '3', '4', '5')
0.34ms
SELECT `languages`.*, `language_webstore`.`id` AS `pivot_id`, `language_webstore`.`webstore_id` AS `pivot_webstore_id`, `language_webstore`.`language_id` AS `pivot_language_id` FROM `languages` INNER JOIN `language_webstore` ON `languages`.`id` = `language_webstore`.`language_id` WHERE `language_webstore`.`webstore_id` IN ('1', '2', '3', '4', '5')
0.20ms
SELECT * FROM `languages`
0.32ms
SELECT * FROM `editorial_articles` WHERE `id` = '125' LIMIT 1
0.33ms
SELECT * FROM `editorial_articles` WHERE `id` = '126' LIMIT 1
0.28ms
SELECT * FROM `editorial_articles` WHERE `id` = '127' LIMIT 1
0.65ms
SELECT * FROM `config`
0.48ms
SELECT `categories`.*, `categories_details`.`is_enabled` FROM `categories` INNER JOIN `categories_details` ON `categories_details`.`category_id` = `categories`.`id` AND `categories_details`.`webstore_id` = 1 WHERE (`parent_id` NOT IN ('5', '6', '4')) AND `slug` = 'guide-cadeaux-exception' LIMIT 1
0.47ms
SELECT `inserts`.*, `category_insert`.`id` AS `pivot_id`, `category_insert`.`category_id` AS `pivot_category_id`, `category_insert`.`insert_id` AS `pivot_insert_id`, `category_insert`.`webstore_id` AS `pivot_webstore_id`, `category_insert`.`pos` AS `pivot_pos` FROM `inserts` INNER JOIN `category_insert` ON `inserts`.`id` = `category_insert`.`insert_id` WHERE `category_insert`.`category_id` = '141' AND `webstore_id` = '1' ORDER BY ISNULL(pos) ASC, `pos` ASC
0.42ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '94' AND `webstore_id` = '1' ORDER BY `position` ASC
0.22ms
SELECT * FROM `products_types` WHERE `products_types`.`id` = '1' LIMIT 1
0.27ms
SELECT * FROM `categories_links` WHERE `category_id` = '141' ORDER BY `position` ASC
10.16ms
SELECT COUNT(*)AS nb FROM (SELECT `products`.`id` FROM `products` INNER JOIN `products_details` ON `products_details`.`product_id` = `products`.`id` AND `products_details`.`webstore_id` = 1 LEFT JOIN (SELECT variant, GROUP_CONCAT(DISTINCT hexcode) AS variants
                                 FROM products p
                                 JOIN products_details pd
                                 ON pd.product_id = p.id AND pd.webstore_id = 1
                                 JOIN (
                                 SELECT product_id, MIN(id) AS first
                                 FROM color_product
                                 GROUP BY product_id
                                 ) AS cp1 ON cp1.product_id = p.id
                                 JOIN color_product cp2 ON cp2.id = cp1.first
                                 join colors c ON c.id = cp2.color_id
                                 WHERE pd.is_enabled = 1
                                 AND pd.price > 0
                                 GROUP BY variant) AS pv ON `pv`.`variant` = `products`.`variant` INNER JOIN `category_product` ON `category_product`.`product_id` = `products`.`id` AND `category_product`.`category_id` = 141 AND `category_product`.`webstore_id` = 1 WHERE `products_details`.`is_enabled` = '1' AND `products_details`.`price` > '0' GROUP BY `products`.`id` ORDER BY `category_product`.`pos` ASC) q
3.35ms
SELECT `colors`.* FROM `colors` INNER JOIN `color_product` ON `color_product`.`color_id` = `colors`.`id` INNER JOIN `products` ON `products`.`id` = `color_product`.`product_id` INNER JOIN `products_details` ON `products_details`.`product_id` = `products`.`id` AND `products_details`.`webstore_id` = 1 AND `products_details`.`is_enabled` = 1 AND `products_details`.`price` > 0 INNER JOIN `category_product` ON `category_product`.`product_id` = `products`.`id` AND `category_product`.`category_id` = 141 AND `category_product`.`webstore_id` = 1 GROUP BY `colors`.`id` ORDER BY `colors`.`position` ASC
2.83ms
SELECT `products_types`.* FROM `products_types` INNER JOIN `products` ON `products`.`type_id` = `products_types`.`id` INNER JOIN `category_product` ON `category_product`.`product_id` = `products`.`id` AND `category_product`.`category_id` = 141 AND `category_product`.`webstore_id` = 1 GROUP BY `products_types`.`id`
9.86ms
SELECT SQL_CALC_FOUND_ROWS `products`.*, `variants` FROM `products` INNER JOIN `products_details` ON `products_details`.`product_id` = `products`.`id` AND `products_details`.`webstore_id` = 1 LEFT JOIN (SELECT variant, GROUP_CONCAT(DISTINCT hexcode) AS variants
                                 FROM products p
                                 JOIN products_details pd
                                 ON pd.product_id = p.id AND pd.webstore_id = 1
                                 JOIN (
                                 SELECT product_id, MIN(id) AS first
                                 FROM color_product
                                 GROUP BY product_id
                                 ) AS cp1 ON cp1.product_id = p.id
                                 JOIN color_product cp2 ON cp2.id = cp1.first
                                 join colors c ON c.id = cp2.color_id
                                 WHERE pd.is_enabled = 1
                                 AND pd.price > 0
                                 GROUP BY variant) AS pv ON `pv`.`variant` = `products`.`variant` INNER JOIN `category_product` ON `category_product`.`product_id` = `products`.`id` AND `category_product`.`category_id` = 141 AND `category_product`.`webstore_id` = 1 WHERE `products_details`.`is_enabled` = '1' AND `products_details`.`price` > '0' GROUP BY `products`.`id` ORDER BY `category_product`.`pos` ASC LIMIT 32 OFFSET 31
0.12ms
SELECT FOUND_ROWS()
0.47ms
SELECT * FROM `products_details` WHERE `product_id` IN ('3396', '5236', '5691', '5837', '5704', '5728', '3913') ORDER BY `webstore_id` ASC
0.48ms
SELECT * FROM `products_pictures` WHERE `product_id` IN ('3396', '5236', '5691', '5837', '5704', '5728', '3913') ORDER BY `position` ASC
0.29ms
SELECT * FROM `products_types` WHERE `products_types`.`id` IN ('10', '7', '5', '3', '1', '6') ORDER BY `singular` ASC
0.34ms
SELECT `seo_types`.* FROM `seo_types` INNER JOIN `product_type_seo` ON `product_type_seo`.`seo_id` = `seo_types`.`id` WHERE `seo_types`.`id` IN ('58', '3', '18', '17', '20', '8', '7') ORDER BY `singular` ASC
0.40ms
SELECT `styles`.* FROM `styles` INNER JOIN `product_type_style` ON `product_type_style`.`style_id` = `styles`.`id` WHERE `styles`.`id` IN ('61', '23', '39', '48', '26', '64', '35') ORDER BY ISNULL(pos) ASC, `pos` ASC
0.51ms
SELECT `tags`.*, `product_tag`.`id` AS `pivot_id`, `product_tag`.`product_id` AS `pivot_product_id`, `product_tag`.`tag_id` AS `pivot_tag_id` FROM `tags` INNER JOIN `product_tag` ON `tags`.`id` = `product_tag`.`tag_id` WHERE `product_tag`.`product_id` IN ('3396', '5236', '5691', '5837', '5704', '5728', '3913') ORDER BY `name` ASC
0.41ms
SELECT `colors`.*, `color_product`.`id` AS `pivot_id`, `color_product`.`product_id` AS `pivot_product_id`, `color_product`.`color_id` AS `pivot_color_id` FROM `colors` INNER JOIN `color_product` ON `colors`.`id` = `color_product`.`color_id` WHERE `color_product`.`product_id` IN ('3396', '5236', '5691', '5837', '5704', '5728', '3913') ORDER BY `name` ASC
0.66ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('3396', '5236', '5691', '5837', '5704', '5728', '3913') ORDER BY `position` ASC
1.11ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('28503', '28504', '19797', '26059', '28505', '19798', '28363', '19799', '28362', '26058', '28506', '26057', '17540', '28507', '19800', '28361', '19801', '28364', '26060', '17541', '28508', '26061', '17542', '28509', '19802', '28365', '28360', '17543', '19803', '17544', '19804', '17545', '28281', '19805', '28945', '17546', '28944', '28282', '28943', '28283', '28946', '28947', '28284', '28285', '28286', '28287', '28288')
0.49ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('1', '4', '80', '95', '7', '81', '82', '96', '10', '97', '112', '13', '83', '84', '98', '113', '16', '124', '114', '19', '85', '185', '115', '86', '116', '87', '117', '63', '88', '40', '118', '41', '65', '42', '67', '43', '132', '69', '71', '73', '75', '77') ORDER BY `position` ASC
0.42ms
SELECT `products`.*, `products_items`.`id` AS `pivot_id`, `products_items`.`parent_id` AS `pivot_parent_id`, `products_items`.`item_id` AS `pivot_item_id`, `products_items`.`pos` AS `pivot_pos` FROM `products` INNER JOIN `products_items` ON `products`.`id` = `products_items`.`item_id` WHERE `products_items`.`parent_id` IN ('3396', '5236', '5691', '5837', '5704', '5728', '3913') ORDER BY ISNULL(pos) ASC, `pos` ASC
0.77ms
SELECT `articles`.`id`, (articles.qty + articles_details.qty) AS qty FROM `articles` INNER JOIN `articles_details` ON `articles_details`.`article_id` = `articles`.`id` AND `articles_details`.`webstore_id` = 1 WHERE `product_id` IN ('3396', '5236', '5691', '5837', '5704', '5728', '3913') GROUP BY `articles`.`id`
0.27ms
SELECT * FROM `categories` WHERE `id` = '1' LIMIT 1
117.45ms
SELECT `categories`.*, `categories_details`.`is_enabled`, COUNT(products.id) AS nb_products FROM `categories` INNER JOIN `categories_details` ON `categories_details`.`category_id` = `categories`.`id` AND `categories_details`.`webstore_id` = 1 LEFT JOIN `category_product` ON `category_product`.`category_id` = `categories`.`id` LEFT JOIN `products` ON `products`.`id` = `category_product`.`product_id` LEFT JOIN `products_details` ON `products_details`.`product_id` = `products`.`id` AND `products_details`.`webstore_id` = 1 WHERE (`products_details`.`price` > '0' OR `products_details`.`price` IS NULL) AND (`products_details`.`is_enabled` = '1' OR `products_details`.`is_enabled` IS NULL) AND `l` > '1' AND `r` < '152' AND `level` <= '3' GROUP BY `categories`.`id` ORDER BY `l` ASC
0.69ms
SELECT * FROM `categories_pushes` WHERE `category_id` IN ('4', '78', '44', '88', '76', '153', '138', '2', '151', '30', '84', '8', '11', '12', '13', '14', '9', '15', '93', '17', '16', '82', '81', '83', '87', '80', '79', '109', '18', '5', '19', '22', '23', '24', '26', '25', '95', '27', '160', '74', '63', '64', '75', '96', '97', '99', '100', '101', '103', '102', '104', '105', '163', '108', '107', '106', '33', '34', '37', '38', '39', '41', '40', '94', '42', '91', '60', '61') ORDER BY `position` ASC
0.31ms
SELECT * FROM `categories` WHERE `id` = '7' LIMIT 1
168.03ms
SELECT `categories`.*, `categories_details`.`is_enabled`, COUNT(products.id) AS nb_products FROM `categories` INNER JOIN `categories_details` ON `categories_details`.`category_id` = `categories`.`id` AND `categories_details`.`webstore_id` = 1 LEFT JOIN `category_product` ON `category_product`.`category_id` = `categories`.`id` LEFT JOIN `products` ON `products`.`id` = `category_product`.`product_id` LEFT JOIN `products_details` ON `products_details`.`product_id` = `products`.`id` AND `products_details`.`webstore_id` = 1 WHERE (`products_details`.`price` > '0' OR `products_details`.`price` IS NULL) AND (`products_details`.`is_enabled` = '1' OR `products_details`.`is_enabled` IS NULL) AND `l` > '153' AND `r` < '298' AND `level` <= '3' GROUP BY `categories`.`id` ORDER BY `l` ASC
0.52ms
SELECT * FROM `categories_pushes` WHERE `category_id` IN ('110', '111', '115', '116', '117', '120', '121', '119', '148', '68', '69', '140', '141', '142', '53', '55', '85', '86', '159', '125', '126', '127', '129', '128', '136', '132', '165', '134', '158', '66', '67', '144', '150', '145', '124', '32', '73', '123', '137', '154', '139', '167') ORDER BY `position` ASC
4.69ms
SELECT * FROM `landing_pages` WHERE `is_enabled` = '1' ORDER BY RAND(7241) ASC LIMIT 3
4.14ms
SELECT * FROM `meta_categories` WHERE `is_enabled` = '1' ORDER BY RAND(7241) ASC LIMIT 3
0.35ms
SELECT * FROM `seo_types`
0.31ms
SELECT * FROM `styles`
0.69ms
SELECT * FROM `discounts` WHERE (`webstore_id` = '1' OR `webstore_id` IS NULL) AND `range` = '1' AND `is_enabled` = '1'
2.35ms
SELECT `discount_id`, `product_id` FROM `discount_product` WHERE `discount_id` IN ('356', '411', '415', '416', '531', '532', '728', '731', '740', '1138', '1292')
1.41ms
SELECT `products`.*, `variants` FROM `products` INNER JOIN `products_details` ON `products_details`.`product_id` = `products`.`id` AND `products_details`.`webstore_id` = 1 LEFT JOIN (SELECT variant, GROUP_CONCAT(DISTINCT hexcode) AS variants
                                 FROM products p
                                 JOIN products_details pd
                                 ON pd.product_id = p.id AND pd.webstore_id = 1
                                 JOIN (
                                 SELECT product_id, MIN(id) AS first
                                 FROM color_product
                                 GROUP BY product_id
                                 ) AS cp1 ON cp1.product_id = p.id
                                 JOIN color_product cp2 ON cp2.id = cp1.first
                                 join colors c ON c.id = cp2.color_id
                                 WHERE pd.is_enabled = 1
                                 AND pd.price > 0
                                 GROUP BY variant) AS pv ON `pv`.`variant` = `products`.`variant` WHERE `is_enabled` = '1' AND `products`.`id` IN ('5070') GROUP BY `products`.`id` ORDER BY FIELD(products.id, 5070) ASC
0.27ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5070') ORDER BY `webstore_id` ASC
0.27ms
SELECT * FROM `products_pictures` WHERE `product_id` IN ('5070') ORDER BY `position` ASC
0.23ms
SELECT * FROM `products_types` WHERE `products_types`.`id` IN ('7') ORDER BY `singular` ASC
0.36ms
SELECT `colors`.*, `color_product`.`id` AS `pivot_id`, `color_product`.`product_id` AS `pivot_product_id`, `color_product`.`color_id` AS `pivot_color_id` FROM `colors` INNER JOIN `color_product` ON `colors`.`id` = `color_product`.`color_id` WHERE `color_product`.`product_id` IN ('5070') ORDER BY `name` ASC
0.25ms
SELECT `seo_types`.* FROM `seo_types` INNER JOIN `product_type_seo` ON `product_type_seo`.`seo_id` = `seo_types`.`id` WHERE `seo_types`.`id` IN ('21') ORDER BY `singular` ASC
0.28ms
SELECT `styles`.* FROM `styles` INNER JOIN `product_type_style` ON `product_type_style`.`style_id` = `styles`.`id` WHERE `styles`.`id` IN ('25') ORDER BY ISNULL(pos) ASC, `pos` ASC
0.33ms
SELECT `tags`.*, `product_tag`.`id` AS `pivot_id`, `product_tag`.`product_id` AS `pivot_product_id`, `product_tag`.`tag_id` AS `pivot_tag_id` FROM `tags` INNER JOIN `product_tag` ON `tags`.`id` = `product_tag`.`tag_id` WHERE `product_tag`.`product_id` IN ('5070') ORDER BY `name` ASC
0.32ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5070') ORDER BY `position` ASC
0.30ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('25415', '25414', '25413', '25416', '25417')
0.23ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('95', '96', '97', '98', '124') ORDER BY `position` ASC
0.32ms
SELECT `products`.*, `products_items`.`id` AS `pivot_id`, `products_items`.`parent_id` AS `pivot_parent_id`, `products_items`.`item_id` AS `pivot_item_id`, `products_items`.`pos` AS `pivot_pos` FROM `products` INNER JOIN `products_items` ON `products`.`id` = `products_items`.`item_id` WHERE `products_items`.`parent_id` IN ('5070') ORDER BY ISNULL(pos) ASC, `pos` ASC
Name Running Time (ms) Difference
default_timer
568.93ms (time from start to render)
 
Controller entry
0.00ms
+ 0.00ms
View #1 - catalog.category
435.42ms
+ 435.42ms
View #2 - components.page-header
440.54ms
+ 5.12ms
View #3 - components.button
440.93ms
+ 0.39ms
View #4 - components.button
441.20ms
+ 0.27ms
View #5 - components.facets
441.36ms
+ 0.16ms
View #6 - components.filters
441.68ms
+ 0.32ms
View #7 - components.close-button
441.97ms
+ 0.30ms
View #8 - components.accordion.wrapper
442.17ms
+ 0.20ms
View #9 - components.accordion.bodies.filters.list
442.20ms
+ 0.03ms
View #10 - components.accordion.wrapper
443.32ms
+ 1.12ms
View #11 - components.accordion.bodies.filters.colors
443.35ms
+ 0.03ms
View #12 - components.accordion.wrapper
443.72ms
+ 0.37ms
View #13 - components.accordion.bodies.filters.list
443.75ms
+ 0.03ms
View #14 - components.button
444.03ms
+ 0.28ms
View #15 - components.button
444.31ms
+ 0.28ms
View #16 - components.button
444.48ms
+ 0.17ms
View #17 - components.button
444.66ms
+ 0.18ms
View #18 - components.pagination
444.84ms
+ 0.17ms
View #19 - components.button
445.30ms
+ 0.46ms
View #20 - catalog.partials.products-listing
445.51ms
+ 0.21ms
View #21 - components.product-card
445.70ms
+ 0.20ms
View #22 - components.add-to-wishlist
474.62ms
+ 28.92ms
View #23 - components.product-card
476.16ms
+ 1.54ms
View #24 - components.add-to-wishlist
478.45ms
+ 2.28ms
View #25 - components.product-card
479.62ms
+ 1.18ms
View #26 - components.add-to-wishlist
482.20ms
+ 2.58ms
View #27 - components.product-card
483.31ms
+ 1.11ms
View #28 - components.add-to-wishlist
485.80ms
+ 2.49ms
View #29 - components.product-card
486.81ms
+ 1.00ms
View #30 - components.add-to-wishlist
489.15ms
+ 2.35ms
View #31 - components.product-card
490.20ms
+ 1.05ms
View #32 - components.add-to-wishlist
492.63ms
+ 2.42ms
View #33 - components.product-card
493.71ms
+ 1.09ms
View #34 - components.add-to-wishlist
496.49ms
+ 2.77ms
View #35 - components.pagination
497.53ms
+ 1.04ms
View #36 - components.recently-viewed
497.79ms
+ 0.26ms
View #37 - components.product-related
512.16ms
+ 14.37ms
View #38 - components.product-card
512.36ms
+ 0.20ms
View #39 - components.add-to-wishlist
514.81ms
+ 2.45ms
View #40 - components.seo-footer
516.08ms
+ 1.27ms
View #41 - modules.seo-links
516.73ms
+ 0.64ms
View #42 - components.button
517.00ms
+ 0.28ms
View #43 - components.button
517.28ms
+ 0.28ms
View #44 - components.button
517.52ms
+ 0.24ms
View #45 - layout.layout
517.72ms
+ 0.20ms
View #46 - layout.meta
521.86ms
+ 4.15ms
View #47 - modules.notification
535.00ms
+ 13.13ms
View #48 - modules.header
535.62ms
+ 0.62ms
View #49 - modules.menu
536.10ms
+ 0.48ms
View #50 - components.menu-first-level
536.45ms
+ 0.35ms
View #51 - components.menu-second-level
537.83ms
+ 1.38ms
View #52 - components.menu-pushes
540.26ms
+ 2.43ms
View #53 - components.menu-pushes
545.14ms
+ 4.88ms
View #54 - components.menu-pushes
548.36ms
+ 3.23ms
View #55 - components.menu-pushes
549.47ms
+ 1.10ms
View #56 - components.menu-pushes
550.32ms
+ 0.85ms
View #57 - svg.logo
550.96ms
+ 0.64ms
View #58 - modules.messages
551.63ms
+ 0.67ms
View #59 - modules.breadcrumbs
551.91ms
+ 0.28ms
View #60 - modules.footer
552.08ms
+ 0.16ms
View #61 - components.reinsurance-support
552.33ms
+ 0.25ms
View #62 - components.field
552.67ms
+ 0.34ms
View #63 - components.csrf-field
552.89ms
+ 0.21ms
View #64 - components.button
553.03ms
+ 0.15ms
View #65 - components.footer-links
553.23ms
+ 0.20ms
View #66 - modules.panel
554.84ms
+ 1.61ms
View #67 - modules.popin
555.00ms
+ 0.16ms
View #68 - modules.blueshift-popin
555.19ms
+ 0.19ms
View #69 - modules.search-panel
555.79ms
+ 0.60ms
View #70 - catalog.search-form
556.00ms
+ 0.22ms
View #71 - components.field
556.27ms
+ 0.27ms
View #72 - modules.toaster
556.73ms
+ 0.46ms
View #73 - layout.overlay
556.83ms
+ 0.10ms
View #74 - modules.webstore-switcher
558.06ms
+ 1.23ms
View #75 - components.close-button
558.31ms
+ 0.25ms
View #76 - components.native-select
558.59ms
+ 0.28ms
View #77 - components.native-select
558.90ms
+ 0.32ms
View #78 - components.button
559.07ms
+ 0.16ms
View #79 - components.button
559.34ms
+ 0.27ms
View #80 - helpers.grid
559.55ms
+ 0.21ms
View #81 - modules.loading-bar
559.67ms
+ 0.12ms
View #82 - 3rdparties.didomi
563.59ms
+ 3.92ms
View #83 - 3rdparties.gtm
563.79ms
+ 0.20ms
View #84 - 3rdparties.abtasty.main
563.90ms
+ 0.11ms
View #85 - 3rdparties.abtasty.tracking
564.00ms
+ 0.09ms
View #86 - 3rdparties.blueshift
564.20ms
+ 0.20ms
View #87 - 3rdparties.sizebay.main
564.50ms
+ 0.30ms
View #88 - 3rdparties.sizebay.tracking
564.65ms
+ 0.15ms
View #89 - 3rdparties.gsi
564.88ms
+ 0.23ms
View #90 - 3rdparties.applepay
564.98ms
+ 0.10ms
View #91 - 3rdparties.alma
565.15ms
+ 0.17ms
View #92 - path: /var/www/html/laravel/profiling/template.blade.php
568.97ms
+ 3.82ms
... array(40)
REDIRECT_HTTP_AUTHORIZATION string(0)
REDIRECT_STATUS string(3) 200
HTTP_AUTHORIZATION string(0)
HTTP_HOST string(19) fursac.period.paris
HTTP_USER_AGENT string(103) Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible;
Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
HTTP_ACCEPT string(3) */*
HTTP_ACCEPT_ENCODING string(23) gzip, br, zstd, deflate
HTTP_COOKIE string(201) cart=c0979757428681e8400094a7dd8325d4de9c3d95%2B%5B%5D;
cart=c0979757428681e8400094a7dd8325d4de9c3d95%2B%5B%5D; fursac=f726a6278a131e4cc7276dde64718fccf2e0630e%2BkNX7gsMvJBjvVuXfhw3mDlYNIvEqHbUMxA8afibQ; webstore=9d177a0d1723c05f68e9f350bb89da2d5d44ad12%2B1
HTTP_X_FORWARDED_FOR string(14) 216.73.217.100
HTTP_X_FORWARDED_HOST string(19) fursac.period.paris
HTTP_X_FORWARDED_PORT string(3) 443
HTTP_X_FORWARDED_PROTO string(5) https
HTTP_X_FORWARDED_SERVER string(12) 2dba27a72b09
HTTP_X_REAL_IP string(14) 216.73.217.100
PATH string(60) /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SERVER_SIGNATURE string(80) <address>Apache/2.4.38 (Debian) Server at fursac.period.paris Port
<address>Apache/2.4.38 (Debian) Server at fursac.period.paris Port 80</address>
SERVER_SOFTWARE string(22) Apache/2.4.38 (Debian)
SERVER_NAME string(19) fursac.period.paris
SERVER_ADDR string(10) 172.19.0.4
SERVER_PORT int 443
REMOTE_ADDR string(10) 172.19.0.3
DOCUMENT_ROOT string(13) /var/www/html
REQUEST_SCHEME string(4) http
CONTEXT_PREFIX string(0)
CONTEXT_DOCUMENT_ROOT string(13) /var/www/html
SERVER_ADMIN string(19) webmaster@localhost
SCRIPT_FILENAME string(23) /var/www/html/index.php
REMOTE_PORT string(5) 53068
REDIRECT_URL string(34) /fr/c-guide-cadeaux-exception.html
REDIRECT_QUERY_STRING string(41) /fr/c-guide-cadeaux-exception.html&page=2
GATEWAY_INTERFACE string(7) CGI/1.1
SERVER_PROTOCOL string(8) HTTP/1.1
REQUEST_METHOD string(3) GET
QUERY_STRING string(41) /fr/c-guide-cadeaux-exception.html&page=2
REQUEST_URI string(41) /fr/c-guide-cadeaux-exception.html?page=2
SCRIPT_NAME string(10) /index.php
PHP_SELF string(10) /index.php
REQUEST_TIME_FLOAT float 1784152169.592
REQUEST_TIME int 1784152169
HTTPS string(2) on
... array(4)
csrf_token string(40) s5ZbkJHztVEpYaOjFR5jrnDenJryqeAVru9muxyz
cart string(12) Order object
recently_viewed array(1)
0 int 5070
last_category string(15) stdClass object