Questions tagged [cache]

Question related to Magento default caching system, full page cache or 3rd party caching solutions.

Related tags:

  • for questions for the Magento 1 EE PageCache as well as Magento 2 Full Page Cache.
  • for questions related to block caching
  • for question related to the use of Memcached with Magento.
1191 questions
7
votes
1 answer

Redis on Magento Enterprise 1.13

Just a quick question I cannot seem to find a solid answer for, does Magento Enteprise 1.13 come with Redis for cache backend out of the box now? Or do I still need to use https://github.com/colinmollenhour/Cm_Cache_Backend_Redis ? I can see there…
lukefowell
  • 1,967
  • 3
  • 17
  • 19
6
votes
1 answer

Any reason why main navigation is not cached in Magento?

Is there any reason why Mage_Page_Block_Html_Topmenu block has its cache lifetime set to 0 (also holepunched in EE) ? Adding a "active" class for "base/default" theme menu items is definitely not one as it has to be done on the theme level.
Tim Bezhashvyly
  • 11,575
  • 6
  • 43
  • 73
5
votes
3 answers

How to cache a custom block on each product in the category view?

I would like to add caching for a block on a per product basis. I tried just adding: protected function _construct() { //cache for half a day $this->setCacheLifetime(43200); } The problem is a single cache entry is used for every…
tread
  • 1,083
  • 2
  • 13
  • 36
4
votes
1 answer

Disabling caching for observer

I found an observer and modified it a bit which should overwrite the standard product layout. This works, however, if I have cache enabled it keeps loading my page from cache. What I actually need is, that as soon as the GET parameter "template" is…
user1297622
  • 41
  • 1
  • 4
4
votes
1 answer

Magento Blocks HTML output keeps invalidating - any downside to disabling?

My Blocks HTML output Cache keeps invalidating almost as quickly as I am refreshing it. I have come across 3rd party modules that allow you to refresh this with a regular cron job, but I don't want to add unnecessary modules to my installation. Is…
SR_Magento
  • 5,209
  • 13
  • 62
  • 103
3
votes
0 answers

Cache problem old images - Magento 1.9

In logs i found this media/catalog/product/cache/1/thumbnail/800x800/9df78eab33525d08d6e5fb8d27136e95 /p/a/_lindt_2132.jpg it's an old image. I checked in: var/cache the cache is deleted and rewrite correctly. Does Magento write the information…
alessandro
  • 71
  • 4
3
votes
1 answer

Magento APC User Cached Misses

I'm using APC for my online store, and while the APC file cache is working properly, the user cached entries are very low. Here are my settings: Any help would be greatly appreciated
Filipe Sá
  • 61
  • 2
2
votes
2 answers

What exactly does the file app/etc/use_cache.ser do?

I was faced with a caching error this afternoon which is generally (by the unanimous opinion of the interwebs) solved (and in this case was) by deleting app/etc/use_cache.ser. What exactly does this file do? The content is not descriptive by any…
Sturm
  • 183
  • 1
  • 7
1
vote
2 answers

Increase the time for Magento Cache

i am using Magento website with around 200 Website and each website having three storeview. But products data only available in Main website with 3 store views. the problem i am facing now soon some on refresh the cache server completely hangs. so…
Omar
  • 11
  • 1
1
vote
1 answer

remove caching from breadcrumbs section

our product page has full page caching, however, our breadcrumbs shouldn't be cached but they are. is there a way around this? How so? Thanks.
easymoden00b
  • 1,277
  • 2
  • 26
  • 55
1
vote
1 answer

why var/cache folder is not deleting

we are using magento 1.9.0 version. we are trying to delete cache fodler, but it's not working..... we tried in both ssh and in manual way. but still cache folder is not deleting. if it delete also, within a minute cache folder will recreate with…
Baby in Magento
  • 3,167
  • 16
  • 83
  • 221
1
vote
2 answers

Create cache forcefully for one page

Is there any way in Magento where you can forcefully generate cache for only one page? Something like adding a parameter after the URL similar to the following: http://localhost/computers.html?cache=true? I am working on development and don't want…
MagExt
  • 1,833
  • 2
  • 16
  • 24
1
vote
2 answers

Magento speed & cache

We have added full page caching to Magento (1.9.0.1). The pages, once cached, open immediately. However, when a page is being viewed for the first time, it still takes ages to load. What is the best way of speeding up the first view of a page?
harry
  • 41
  • 2
1
vote
1 answer

Magento cache tag based on multiple products

Is it possible to have a cache tag in Magento based on multiple products? i.e. the cache storage is dependant on any 1 of a group of products being updated?
Marty Wallace
  • 5,631
  • 13
  • 65
  • 90
1
vote
1 answer

how to force load a new cache

We have made some changes to the design of our website. Everything works great and looks good. However, if you haven't deleted your cache since the change, some thing don't look so great. Is there a way to tell the customers browser not the use…
Woulei
  • 501
  • 1
  • 4
  • 5
1
2