Posts

Showing posts with the label Cache

Magento Breadcrum - Cache Issue

Image
Magento Breadcrumbs - Cache Issue     Extrembler BreadCrumCacheResolver v 0.1.1 What is breadcrumb? Breadcrumb shows a path from homepage to currently surfing web page. It means that surfer can trace the location of a webpage from home page.  Problem :  Breadcrumb is same on each page group. Are you thinking "What is mean by here page group?"? In Magento there are three page groups and those are  Product pages, Category Pages and CMS pages.  Let's begin with illustrating the issue, When a user is on Product-1 page, breadcrumbs for that page is "Home > product-1". Now, user go to Product-2 page, real breadcrumb for that page is "Home > product-2" although it shows "Home > product-1".  As per narration of issue for product pages, this would same occur for cms pages and categories pages also. If there is an issue, a solution should also be there.  Well, i have developed module to resolve this issue. Download → ...