We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8498059 commit ffed782Copy full SHA for ffed782
app/code/Magento/PageCache/Controller/Block/Render.php
@@ -19,7 +19,8 @@ public function execute()
19
$this->_forward('noroute');
20
return;
21
}
22
-
+ // disable profiling during private content handling AJAX call
23
+ \Magento\Framework\Profiler::reset();
24
$blocks = $this->_getBlocks();
25
$data = [];
26
foreach ($blocks as $blockName => $blockInstance) {
0 commit comments