Skip to content

loadCache for Block Magento\Theme\Block\Html\Footer dont work #13595

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
larsroettig opened this issue Feb 10, 2018 · 5 comments
Closed

loadCache for Block Magento\Theme\Block\Html\Footer dont work #13595

larsroettig opened this issue Feb 10, 2018 · 5 comments
Assignees
Labels
Component: Framework/Cache Fixed in 2.1.x The issue has been fixed in 2.1 release line Fixed in 2.2.x The issue has been fixed in 2.2 release line Fixed in 2.3.x The issue has been fixed in 2.3 release line Issue: Confirmed Gate 3 Passed. Manual verification of the issue completed. Issue is confirmed Issue: Format is valid Gate 1 Passed. Automatic verification of issue format passed Issue: Ready for Work Gate 4. Acknowledged. Issue is added to backlog and ready for development Release Line: 2.1 Release Line: 2.2 Reproduced on 2.1.x The issue has been reproduced on latest 2.1 release Reproduced on 2.2.x The issue has been reproduced on latest 2.2 release Reproduced on 2.3.x The issue has been reproduced on latest 2.3 release

Comments

@larsroettig
Copy link
Member

Preconditions

  1. Install 2.2-develop CE or EE

Steps to reproduce

  1. Disable Full page caching in Backend
  2. Reload the Category Page

Expected result

\Magento\Framework\View\Element\AbstractBlock::_loadCache
$cacheData = $this->_cache->load($cacheKey); return a result for the second Page reload

Actual result

\Magento\Framework\View\Element\AbstractBlock::_loadCache
$cacheData = $this->_cache->load($cacheKey); return false

See:
footer

@magento-engcom-team
Copy link
Contributor

@larsroettig, thank you for your report.
We've acknowledged the issue and added to our backlog.

@magento-engcom-team magento-engcom-team added Issue: Ready for Work Gate 4. Acknowledged. Issue is added to backlog and ready for development Issue: Confirmed Gate 3 Passed. Manual verification of the issue completed. Issue is confirmed Reproduced on 2.2.x The issue has been reproduced on latest 2.2 release Reproduced on 2.3.x The issue has been reproduced on latest 2.3 release labels Feb 14, 2018
@p-bystritsky p-bystritsky added the Reproduced on 2.1.x The issue has been reproduced on latest 2.1 release label Feb 14, 2018
@zolat
Copy link

zolat commented Feb 20, 2018

We are working on it #MLAU18 @willtran

@okorshenko
Copy link
Contributor

Hi @larsroettig. Thank you for your report.
The issue has been fixed in #13762 by @zolat in 2.2-develop branch
Related commit(s):

The fix will be available with the upcoming 2.2.4 release.

@magento-engcom-team
Copy link
Contributor

Hi @larsroettig. Thank you for your report.
The issue has been fixed in #13785 by @nmalevanec in 2.3-develop branch
Related commit(s):

The fix will be available with the upcoming 2.3.0 release.

@sidolov
Copy link
Contributor

sidolov commented Jul 26, 2018

Hi @larsroettig. Thank you for your report.
The issue has been fixed in #17092 by @mageprince in 2.1-develop branch
Related commit(s):

The fix will be available with the upcoming 2.1.15 release.

@sidolov sidolov added the Fixed in 2.1.x The issue has been fixed in 2.1 release line label Jul 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: Framework/Cache Fixed in 2.1.x The issue has been fixed in 2.1 release line Fixed in 2.2.x The issue has been fixed in 2.2 release line Fixed in 2.3.x The issue has been fixed in 2.3 release line Issue: Confirmed Gate 3 Passed. Manual verification of the issue completed. Issue is confirmed Issue: Format is valid Gate 1 Passed. Automatic verification of issue format passed Issue: Ready for Work Gate 4. Acknowledged. Issue is added to backlog and ready for development Release Line: 2.1 Release Line: 2.2 Reproduced on 2.1.x The issue has been reproduced on latest 2.1 release Reproduced on 2.2.x The issue has been reproduced on latest 2.2 release Reproduced on 2.3.x The issue has been reproduced on latest 2.3 release
Projects
None yet
Development

No branches or pull requests

7 participants