Project Arthur 4 years ago
Perfect extension!!
Niwram 4 years ago
This extension is a must for every Opencart period.
sekhil 5 years ago
please 3x pleaseeeee
promoderator 6 years ago
Hello thank you for this great add-on, using it without problems so far.
Also I have a question, in a store with a numerous inventory I need to lower disk usage space so wanting to cache only categories and information pages - excluding singular products pages. I've tried adding in $skip_urls array #product/product# and #product/product&product_id# yet the caching is still processing all, can you advice please?
procheck 7 years ago
Great extension. Thanks for creating it!
alexlim 7 years ago
This cahce cannot support vqmod?
sag33 7 years ago
Hi developer,
I was happily using the page cache extension for the last 6 months when this issue cropped up:
1)VQmod is not loading correctly on the front
end, vQmod adds its cached files into the folder *vQmod/vqcache*, but the
only files that vQmod seems to be able to modify and cache into that
folder are all the files in the /system folder and all the controller
files. When it tries to apply modifications to any of the template
files, it fails and no (vqmod) cache files are created.
2)I tried disabling the mod and noticed that v2pagecache is not completely disabled even after disabling it from the control panel
What do you think of these?
guy100 7 years ago
The plugin works really great, thank you for this nice work.
I had some problem with some seo plugin that change the links of logged customers, but i just put the new url in skip_urls.
I have one other problem with megafilter which i had different setup for desktop and mobile view. Whatever come first stay there.
Whatever device come first the view stay in that way and not change in other device (Desktop-mobile).
sdfsdfsdfsdfsdf 7 years ago
Hi! Happy new year! Tell me, how to disable to cache product pages? product/product - is not working.... (
rainseyau 7 years ago
tested oc 2.0.1.1 with php7.1 and the following session error occurs:
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /public_html/system/library/v2pagecache.php:1) in public_html/system/library/v2pagecache.php on line 60
function at line 60:
public function __construct() {
// session initialization code verbatim
// from opencart's library/session.php
if (!session_id()) {
ini_set('session.use_only_cookies', 'On');
ini_set('session.use_trans_sid', 'Off');
ini_set('session.cookie_httponly', 'On');
session_set_cookie_params(0, '/');
session_start();
}
any fix?
sdfsdfsdfsdfsdf 7 years ago
Hi! Happy new year! Tell me, how to disable to cache product pages? product/product - is not working.... (
Galionix 7 years ago
ну и параша, вся страница поехала
joemarzullo 8 years ago
Hi Budgetneon, congratulations, your extension is really great. Simple, functional, reactive.
Question how can I add more languages to cache memory? My site has three languages, IT / DE / FR, I would like to cache these languages. I did not understand how to do it.
tigransh 8 years ago
When I choose to change the language of cached page, nothing changes. Does this module support multi-language?
sag33 8 years ago
Hi,
I am facing two issues with the page cache:
1. All my pages seem to shift by half an inch downwards, a white bar appears on top of pages. I tried changing the addcomment setting to 'false' but it didn't help
2. When I try to add an item to cart, I get a syntax error: 'Unexpected token in JASON at position 0....'
If you get the time to review his, please do. It'd be very helpful!
Thank you,
champ84 8 years ago
Hi This is fantastic extension working fine with version 2.3.0.2
do you have any plan to update this for OC 3?
lemarcgagnon 8 years ago
Hello! Thanks for your great module. When I activate it, it prevents the language switch from the site (here http://www.planches.ca). Although all used to work just fine. I tried the reset button thus erasing all the caches, but still this issue remains. I simply had to disable it to regain control over the language selection. My questions are:
1) How do I clean all the caches totally on the site to make sure it works fine again
2) Is there a clean extension you wold recommend to use to reset all the caches on the site?
Yours,
Marc
kacamak18 8 years ago
Hi
I have a problem about this module.
https://s17.postimg.org/e5aror3mn/error.png
Please tell me a solution..
Best Regards
Kobold 8 years ago
It will be work with https?
sloth-dev 8 years ago
Hello! I'm using 2.1.0.2. Thanks a lot for great extension! It works fine with Journal2.
I got an error when I edit an order in admin area.
Call to a member function getId() on null in .../system/library/cart.php on line 35
Something wrong with sessions. It works fine when v2pagecache is disabled. May be I should to config something?