Questions tagged [magento-fpc]

FPC means "Full Page Cache" and is the internal page cache intended for Magento.

FPC refers to "Full Page Cache" and is the internal page cache intended for Magento. It requires no external software or additional modules in order to function properly.

FPC is basically a mechanism to cache certain dynamic blocks, which will result in them being loaded very fast. FPC integrates with the default Magento cache, therefore it allows the administrator to manage it together with the Magento global cache under System - Cache Management.

12 questions
3
votes
1 answer

Magento 1.13 FPC cache not getting invalidated

We are using Magento 1.13 EE, memcache and APC op code cache. Any text change made to the static cms page / static block is getting reflected immediately in the front end and in cache management FPC is showing the status as "enabled" and not as…
1
vote
1 answer

Magento 2 with Full Page Cache: How to get product ID from a product page?

I am trying to find a solution to what seems to be a FPC-linked issue. In my code I am using the following method in order to get the current product ID from a Product page. $this->catalogSession->getData('last_viewed_product_id') This worked just…
Maxime G
  • 31
  • 2
1
vote
2 answers

Getting error code 201 CCAvenue payment gateway

I am suddenly getting a 201 error code on my CCAvenue payment gateway. I'm not able to find any information on CCAvenue's site for this error code 201. Why this is happening? What is the meaning of error code 201?
Chirag Prajapati
  • 135
  • 2
  • 11
1
vote
0 answers

Magento FPC and $_SESSION object

How to use a cache when you have content depending on SESSION variable? Does it work with Varnish-like cache? Does it require FPC? let me explain. My customers can select their model of Car (manufacturer, model, year), once selected this is stored…
Rod
  • 375
  • 4
  • 19
1
vote
1 answer

Cache for Magento EE 1.9: Should we use full page caching (with hole punching) and/or "classical" block caching?

We are using Magento EE 1.9. In order to speed up a client website we are trying to fine tune the cache. As you know Magento come with differnet cache technique. In Magento EE we can use Full Page Cache coupled with the technique named "Hole…
farc
  • 21
  • 1
0
votes
0 answers

Magento 2 full page cache consumes total memory on the server

I have a magento 2.2 website hosted on a rackspace with OS as centos 7. I was using apache as my webserver. I have enabled full page cache in Magento 2.2 After i enable FPC the Magento_Root_Folder/var/page_cache folder is getting increased so much…
user1179752
  • 241
  • 2
  • 4
  • 10
0
votes
1 answer

Magento 1.7 Why are my sessions getting mixed up?

I've created two customer login accounts. I log in with customer 1 then customer2. When i'm clicking around in customers 1 account customers 2 data is displayed. I have in my app/etc/local.xml I'm…
MalcolmInTheCenter
  • 1,376
  • 6
  • 27
  • 47
0
votes
1 answer

Magento 2.1 internal server error for specific category when full page cache enable

I had FPC (full page cache) enabled There is one category containing subcategories and 900+ products. it was working fine but suddenly it started pushing 500 internal server error. i have not add any new product or any major change. so now when i…
0
votes
1 answer

Magento Geolocalization/FPC

In Magento EE I need to redirect customers depending Origin country, browser lang and previous preference set in a cookie. I have huge problems making it work with FPC. I tryed to observe the controller_action_predispatch event, but FPC somehow…
0
votes
1 answer

Magento enterprise showing wrong result to show dynamic data in product listing page for FPC cache

Magento showing wrong result for dynamic data in product listing page due to FPC. If I disable full page cache its showing perfect. I am facing problem to show the wishlist icon in product listing page. Please suggest how I can fix that issue, I…
monojit
  • 605
  • 5
  • 19
0
votes
1 answer

Magento events (including http_response_send_before) not launching observer with FPC activated

I am making a full-observer module in order to change the store view depending on the user's navigator language. My main function is launched by the event. All work just fine without FPC activated. But once FPC has…
OddBrew
  • 498
  • 3
  • 15
0
votes
1 answer

Magento Enterprise Full Page Cache(FPC) Cart Sidebar issue when Switching between Multiple currencies

The Issue: If your magento enterprise store has multiple currencies enabled and you are using Cart Sidebar to give a quick overview of items in the cart: Full Page Cache will be a villain when the customer try to switch between currencies. The Cart…
Nidheesh
  • 453
  • 4
  • 11