--}} ?>
Suggestions
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.
| Time | Query |
|---|---|
| 0.32ms |
SELECT * FROM `webstores` ORDER BY `position` ASC |
| 0.25ms |
SELECT * FROM `countries` WHERE `countries`.`id` IN ('15', '5', '16', '40')
|
| 0.23ms |
SELECT * FROM `languages` WHERE `languages`.`id` IN ('1', '2')
|
| 0.57ms |
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.42ms |
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.21ms |
SELECT * FROM `languages` |
| 0.35ms |
SELECT * FROM `editorial_articles` WHERE `id` = '125' LIMIT 1 |
| 0.25ms |
SELECT * FROM `editorial_articles` WHERE `id` = '126' LIMIT 1 |
| 0.28ms |
SELECT * FROM `editorial_articles` WHERE `id` = '127' LIMIT 1 |
| 0.86ms |
SELECT * FROM `config` |
| 0.35ms |
SELECT `editorial_tags`.* FROM `editorial_tags` INNER JOIN `editorial_articles` ON `editorial_articles`.`tag_id` = `editorial_tags`.`id` GROUP BY `editorial_tags`.`id` ORDER BY `editorial_tags`.`position` ASC |
| 0.68ms |
SELECT * FROM `editorial_articles` WHERE `section` = 'journal' AND `slug` = 'ingenieur-chevallier' LIMIT 1 |
| 0.33ms |
SELECT * FROM `editorial_articles` WHERE `id` = '19' LIMIT 1 |
| 0.49ms |
SELECT * FROM `editorial_blocks` WHERE `article_id` IN ('19') ORDER BY `position` ASC
|
| 0.42ms |
SELECT * FROM `editorial_blocks_pictures` WHERE `block_id` IN ('202', '203', '204', '205', '212', '207', '206', '209', '208', '211', '210', '213') ORDER BY `position` ASC
|
| 0.20ms |
SELECT * FROM `collections` WHERE `collections`.`id` IN ('0') ORDER BY `season` DESC
|
| 0.47ms |
SELECT `products`.*, `editorial_blocks_products`.`id` AS `pivot_id`, `editorial_blocks_products`.`block_id` AS `pivot_block_id`, `editorial_blocks_products`.`product_id` AS `pivot_product_id`, `editorial_blocks_products`.`pos` AS `pivot_pos` FROM `products` INNER JOIN `editorial_blocks_products` ON `products`.`id` = `editorial_blocks_products`.`product_id` WHERE `editorial_blocks_products`.`block_id` IN ('202', '203', '204', '205', '212', '207', '206', '209', '208', '211', '210', '213') ORDER BY ISNULL(pos) ASC, `pos` ASC
|
| 0.82ms |
SELECT * FROM `editorial_articles` WHERE `section` = 'journal' AND `id` <> '19' AND `is_enabled` = '1' AND `position` >= LEAST('38'-3, (SELECT MAX(position) FROM editorial_articles WHERE section = 'journal') - '38' -1) AND `position` <= '41' ORDER BY `position` ASC LIMIT 6
|
| 0.19ms |
SELECT * FROM `editorial_tags` WHERE `editorial_tags`.`id` IN ('0') ORDER BY `position` ASC
|
| 0.90ms |
SELECT * FROM `editorial_blocks` WHERE `article_id` IN ('39', '37', '36', '34', '33', '30') ORDER BY `position` ASC
|
| 0.85ms |
SELECT * FROM `editorial_articles` WHERE `section` = 'journal' AND `is_enabled` = '1' AND `id` NOT IN ('19') ORDER BY `created_at` DESC LIMIT 8
|
| 0.22ms |
SELECT * FROM `editorial_tags` WHERE `editorial_tags`.`id` IN ('0') ORDER BY `position` ASC
|
| 1.20ms |
SELECT * FROM `editorial_blocks` WHERE `article_id` IN ('127', '126', '125', '124', '123', '90', '87', '84') ORDER BY `position` ASC
|
| 0.35ms |
SELECT * FROM `categories` WHERE `id` = '1' LIMIT 1 |
| 281.09ms |
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.89ms |
SELECT * FROM `categories_pushes` WHERE `category_id` IN ('5', '19', '22', '23', '24', '26', '25', '95', '27', '64', '63', '74', '160', '75', '96', '97', '99', '100', '101', '103', '102', '104', '105', '163', '108', '107', '106', '84', '8', '11', '13', '12', '14', '93', '164', '15', '9', '4', '78', '88', '153', '76', '30', '138', '151', '44', '2', '17', '16', '87', '83', '81', '80', '82', '79', '109', '18', '110', '111', '112', '113', '114', '115', '116', '117', '118', '120', '121', '147', '119', '148') ORDER BY `position` ASC
|
| 0.33ms |
SELECT * FROM `categories` WHERE `id` = '7' LIMIT 1 |
| 411.72ms |
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` < '324' AND `level` <= '3' GROUP BY `categories`.`id` ORDER BY `l` ASC |
| 0.98ms |
SELECT * FROM `categories_pushes` WHERE `category_id` IN ('67', '168', '145', '150', '144', '124', '33', '34', '37', '38', '39', '41', '40', '94', '42', '91', '60', '61', '35', '169', '170', '171', '172', '173', '174', '175', '176', '177', '178', '179', '180', '53', '54', '55', '85', '57', '56', '58', '140', '141', '142', '6', '89', '48', '51', '50', '49', '90', '135', '52', '166', '156', '70', '72', '149', '68', '161', '69', '125', '126', '127', '131', '129', '128', '130', '136', '132', '165', '133', '134', '158', '32', '73', '123', '137', '66', '154', '139', '167') ORDER BY `position` ASC
|
| Name | Running Time (ms) | Difference |
|---|---|---|
| default_timer | 952.15ms (time from start to render) |
|
Controller entry |
0.00ms |
+ 0.00ms |
View #1 - editorial.article |
53.83ms |
+ 53.83ms |
View #2 - editorial.partials.subnav |
54.87ms |
+ 1.03ms |
View #3 - editorial.partials.block-text |
56.92ms |
+ 2.06ms |
View #4 - editorial.partials.block-carousel |
57.22ms |
+ 0.29ms |
View #5 - editorial.partials.block-text |
58.84ms |
+ 1.62ms |
View #6 - editorial.partials.block-image |
59.04ms |
+ 0.21ms |
View #7 - editorial.partials.block-text |
59.45ms |
+ 0.40ms |
View #8 - editorial.partials.block-carousel |
59.64ms |
+ 0.19ms |
View #9 - editorial.partials.block-text |
60.15ms |
+ 0.51ms |
View #10 - editorial.partials.block-carousel |
60.38ms |
+ 0.24ms |
View #11 - editorial.partials.block-text |
60.93ms |
+ 0.55ms |
View #12 - editorial.partials.block-carousel |
61.12ms |
+ 0.19ms |
View #13 - editorial.partials.block-text |
61.66ms |
+ 0.54ms |
View #14 - editorial.partials.block-text |
61.84ms |
+ 0.18ms |
View #15 - editorial.partials.related-content |
80.67ms |
+ 18.82ms |
View #16 - components.button |
81.64ms |
+ 0.97ms |
View #17 - components.button |
82.59ms |
+ 0.95ms |
View #18 - components.button |
83.46ms |
+ 0.87ms |
View #19 - components.button |
84.13ms |
+ 0.67ms |
View #20 - components.button |
84.92ms |
+ 0.79ms |
View #21 - components.button |
85.70ms |
+ 0.77ms |
View #22 - components.button |
86.36ms |
+ 0.66ms |
View #23 - components.button |
87.03ms |
+ 0.68ms |
View #24 - layout.layout |
87.35ms |
+ 0.31ms |
View #25 - layout.meta |
88.55ms |
+ 1.20ms |
View #26 - modules.notification |
91.35ms |
+ 2.80ms |
View #27 - modules.header |
92.46ms |
+ 1.11ms |
View #28 - modules.menu |
882.39ms |
+ 789.93ms |
View #29 - components.menu-first-level |
883.05ms |
+ 0.66ms |
View #30 - components.menu-second-level |
887.06ms |
+ 4.01ms |
View #31 - components.menu-pushes |
895.32ms |
+ 8.25ms |
View #32 - components.menu-pushes |
902.46ms |
+ 7.15ms |
View #33 - components.menu-pushes |
912.84ms |
+ 10.38ms |
View #34 - components.menu-pushes |
920.14ms |
+ 7.30ms |
View #35 - components.menu-pushes |
921.95ms |
+ 1.81ms |
View #36 - components.menu-pushes |
923.88ms |
+ 1.93ms |
View #37 - svg.logo |
925.19ms |
+ 1.31ms |
View #38 - modules.messages |
926.50ms |
+ 1.31ms |
View #39 - modules.breadcrumbs |
926.96ms |
+ 0.46ms |
View #40 - modules.footer |
927.28ms |
+ 0.32ms |
View #41 - components.reinsurance-support |
927.72ms |
+ 0.44ms |
View #42 - components.field |
929.38ms |
+ 1.66ms |
View #43 - components.csrf-field |
929.73ms |
+ 0.35ms |
View #44 - components.button |
929.96ms |
+ 0.23ms |
View #45 - components.footer-links |
930.29ms |
+ 0.33ms |
View #46 - modules.panel |
934.59ms |
+ 4.30ms |
View #47 - modules.popin |
934.90ms |
+ 0.31ms |
View #48 - modules.blueshift-popin |
935.11ms |
+ 0.21ms |
View #49 - modules.search-panel |
936.83ms |
+ 1.72ms |
View #50 - catalog.search-form |
937.24ms |
+ 0.41ms |
View #51 - components.field |
937.77ms |
+ 0.53ms |
View #52 - modules.toaster |
938.56ms |
+ 0.79ms |
View #53 - layout.overlay |
938.76ms |
+ 0.21ms |
View #54 - modules.webstore-switcher |
940.89ms |
+ 2.12ms |
View #55 - components.close-button |
941.39ms |
+ 0.51ms |
View #56 - components.native-select |
942.02ms |
+ 0.63ms |
View #57 - components.native-select |
942.64ms |
+ 0.62ms |
View #58 - components.button |
942.93ms |
+ 0.29ms |
View #59 - components.button |
943.25ms |
+ 0.31ms |
View #60 - helpers.grid |
943.57ms |
+ 0.32ms |
View #61 - modules.loading-bar |
943.75ms |
+ 0.19ms |
View #62 - 3rdparties.didomi |
944.07ms |
+ 0.31ms |
View #63 - 3rdparties.gtm |
944.23ms |
+ 0.16ms |
View #64 - 3rdparties.abtasty.main |
944.43ms |
+ 0.20ms |
View #65 - 3rdparties.abtasty.tracking |
944.66ms |
+ 0.23ms |
View #66 - 3rdparties.blueshift |
944.97ms |
+ 0.31ms |
View #67 - 3rdparties.sizebay.main |
945.46ms |
+ 0.49ms |
View #68 - 3rdparties.sizebay.tracking |
945.79ms |
+ 0.34ms |
View #69 - 3rdparties.gsi |
946.15ms |
+ 0.36ms |
View #70 - 3rdparties.applepay |
946.30ms |
+ 0.14ms |
View #71 - 3rdparties.alma |
946.60ms |
+ 0.31ms |
View #72 - path: /var/www/html/laravel/profiling/template.blade.php |
952.21ms |
+ 5.61ms |