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.
pub/static
1 parent 8ccdc20 commit 5280d8dCopy full SHA for 5280d8d
lib/internal/Magento/Framework/App/StaticResource.php
@@ -99,6 +99,8 @@ public function __construct(
99
*/
100
public function launch()
101
{
102
+ // disabling profiling when retrieving static resource
103
+ \Magento\Framework\Profiler::reset();
104
$appMode = $this->state->getMode();
105
if ($appMode == \Magento\Framework\App\State::MODE_PRODUCTION) {
106
$this->response->setHttpResponseCode(404);
0 commit comments