-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Full Page Cache Logic in Catalog Module #962
Comments
This suggestion is wrong.
Other modules, like Surely, it is possible to go even further and implement such caching as separate module like |
Correct, if a dependency of |
Still, constant |
No objections on this from my side. This dependency is logically soft but declared as hard because there is no way to tell "I use classes of some module in plugins only" in dependency declaration currently. |
MAGETWO-33021 |
Thank you for your submission. We recently made some changes to the way we process GitHub submissions to more quickly identify and respond to core code issues. Feature Requests and Improvements should now be submitted to the new Magento 2 Feature Requests and Improvements forum (see details here). We are closing this GitHub ticket and have moved your request to the new forum. |
- Merge Pull Request magento-engcom/magento2ce#962 from nmalevanec/magento2:7467 - Merged commits: 1. b42712e
[EngCom] Public Pull Requests - 2.2-develop - MAGETWO-85332: Fix error loading theme configuration on PHP 7.2 #12606 - MAGETWO-85307: 12468: Sort by Price not working on CatalogSearch Page in Magento 2 #929 - MAGETWO-85303: #12582: Can't remove item description from wishlist #981 - MAGETWO-85297: 8410: Custom Checkout Step and Shipping Step are Highlighted and Combined upon Checkout page load #975 - MAGETWO-85290: 7467: File Put Contents file with empty content. #962
- Merge Pull Request magento/graphql-ce#962 from sergiy-v/graphql-ce:877-rename-order-id-for-order-type - Merged commits: 1. 542395b
Classes
Magento\Catalog\Plugin\Model\Indexer\Category\Product\Execute
andMagento\Catalog\Plugin\Model\Resource\Attribute\Save
implement flushing the Full Page Cache. They should belong to theMagento_PageCache
module, not theMagento_Catalog
. Utilization of the constantMagento\PageCache\Model\Cache\Type::TYPE_IDENTIFIER
rather than literalfull_page
would expose that dependency on the code level.The text was updated successfully, but these errors were encountered: