-
I have a very old blog I am trying to bring up to Rails 8 with Thruster.
The app uses Rails full page caching, ie:
```
caches_page :index, :show
```
On the posts controller. What I have found…
-
Hi,
Thanks for writing this module, it's a real improvement over the old Pimgento module!
I have one suggestion, I see that the Magento FPC and block_html caches are cleared after processing th…
-
### Preconditions and environment
- Version 2.4.7
### Steps to reproduce
- Disable the module Magento_Captcha, there is no dependancy on this module and the Magento_Customer module, so the Cu…
-
Hi,
I just wanted to inform that there is a full page cache issue with the module:
- A rule should be added to varnish to avoid caching orderhistory pages
- Probably a good option would be adding…
-
The front-end uses
```
Cache-control: public, max-age=60
```
This means a response may be cached for 60 seconds, by either proxy or client, until it must be revalidated. If this works well we …
-
We are having an issue where we are trying to get our site working as a static site, but everytime we run ssg:generate a portion of our english pages get populated with the japanese data. We are using…
-
I'm submitting this issue to present the results of my investigation into full page cache
# Tasks
- [x] Extend cache Key
- [x] Remove hook names from section delimiter
- [x] On refresh, execut…
-
Hi
I can see that if magento 2 full page cache is enabled, pixel event_id is caching too, and i can receive warning that "received same event identifier for multiple event instances', beacuse this …
-
Hello Adyen team,
I’ve encountered a critical performance issue with the Adyen PrestaShop module related to cache clearing. In the **getExpressCheckoutConfig** function, the following lines clear t…
-
### Issue Summary
When serving password-protected pages in Wagtail, the application does not set appropriate cache-control headers to prevent these pages from being cached by browsers or intermediary…