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 545a4b4 commit 861f596Copy full SHA for 861f596
app/code/Magento/PageCache/Model/App/FrontController/BuiltinPlugin.php
@@ -64,10 +64,10 @@ public function aroundDispatch(
64
\Closure $proceed,
65
\Magento\Framework\App\RequestInterface $request
66
) {
67
+ $this->version->process();
68
if (!$this->config->isEnabled() || $this->config->getType() != \Magento\PageCache\Model\Config::BUILT_IN) {
69
return $proceed($request);
70
}
- $this->version->process();
71
$result = $this->kernel->load();
72
if ($result === false) {
73
$result = $proceed($request);
0 commit comments