vyacheslav.r

vyacheslav.r 8 years ago

Hello. Can I automatically delete all the expired files? For example, a cron job or something else... Thanks!

budgetneon

budgetneon 8 years ago

You can use something like:

find /your_opencart_root/system/cache/v2pagecache -name \*.cache -type f -mmin +240 -delete

vyacheslav.r

vyacheslav.r 8 years ago

Awesome extension. Thanks for the fast reply!

refresh

big loy

big loy 8 years ago

hello friend
I downloaded your cache extensions,For journal2,Page speed upBut mobile pages,
The picture is incomplete,Computer pages There are also some problems,I want to offer you
J2theme gives you debugging,My mailbox 51199075@qq.com Contact me

budgetneon

budgetneon 8 years ago

Journal2 has it's own page cache, so I don't know that spending time sorting out how to make it work with ours is really worthwhile.

refresh

maplewang

maplewang 8 years ago

Is there any way to cache category ? I have checked that the SQL script for generating the category, it is very slow when you have thousands of product. And can the cart be cached with a new Ajax cart, so cache can serve cart?

budgetneon

budgetneon 8 years ago

It does cache category pages, as long as all the requirements for caching/serving the page are met. Like "not logged in", "nothing in cart", etc. There is no support for the Ajax Cart, no. Theoretically, if you had an ajax cart, and an ajax "login panel" you might be able to change this plugin to support that, but there's a few more things you would have to address, like cookies, etc. We have no current plans to support that.

refresh

magzen

magzen 8 years ago

Hi
I installed by mistake the version for OC 2.3.0.2 on my OC 2.0.3.1 and my modules page disappeared sadly, i deleted all files but still didnt solve the problem, can you please help me out if there is some table or something i have to delete in the db so i can get back the modules page

Thanks in advance

magzen

magzen 8 years ago

Fixed it with extension uninstaller :)

refresh

IMarketLab

IMarketLab 8 years ago

Hi,
is it compatible with Journal2 theme?

budgetneon

budgetneon 8 years ago

I haven't tested it with that theme, though I believe people are using it, after adding whatever urls cause issues to the $skip_urls setting.

That said, Journal comes with it's own page cache, so I'm not sure why you wouldn't use the one that comes with it. I'm proud of our page cache, but honestly, there's not much difference between 2 page caches that are reasonably designed.

refresh

deurkruk

deurkruk 8 years ago

I installed this extension, works great. Pages are loading much faster. But: I have issues with navigation on Category pages and Language selection. This is not working anymore when Cache is active. This makes this extensions useless I'm afraid. Do you have any suggestions?

budgetneon

budgetneon 8 years ago

It is probably because of some other extension that does not work well with a page cache. Mega filter, for example. You can try this if you're running megafilter: https://github.com/budgetneon/v2pagecache/issues/7

budgetneon

budgetneon 8 years ago

Also "This makes this extensions useless " is a little harsh. It works fine with stock opencart. And, if you take the time to actually look at all the components downloaded with a page, you can identify the one that's causing issues and configure the page cache not to cache it. This is not a plug-and-play piece of software that magically knows when you've installed some 3rd party (there are 1000's of them) extension that might not work well with a page cache. Customized environments require a site administrator with expertise to maintain them.

refresh

charger012

charger012 8 years ago

OC 2.3.0.2.
Everyhting seems ok on cache panel, but cache size is always zero, Permission is correct...how can I fix this issue?

budgetneon

budgetneon 8 years ago

Navigate your site from another browser or incognito window. It's likely that you're either logged in or have an item in your cart. The page cache only caches (and serves cached pages to) end users that are not logged in, nothing in the cart, and so forth.

refresh

saliverdim

saliverdim 8 years ago

hi,

if add to cart items, all pages very slow :(( can you helpme ?

I try 2.0.3.1 default and journal,
disable all mod and extentions.

please I need help.

budgetneon

budgetneon 8 years ago

@saliverdim Yes, once you have an item in your cart, we can no longer serve you cached pages...because the cart contents, price, etc, are part of the page at that point. This is how all page caches work. They cannot serve cached pages to people that have things in their cart.

refresh

jtermaat

jtermaat 8 years ago

After the installation it shorten the admin menu. See http://prntscr.com/e9ezv7
By default the menu has full height, but when enabling your extension the admin menu is to short.
Hope you can fix it. For now I will disable the installation.

budgetneon

budgetneon 8 years ago

Are you running any extensions that change the admin interface? I've not seen this problem before.

refresh

Charlie--

Charlie-- 8 years ago

Thank you for providing this mod. It seems to be working very well at speeding up our site, running OC 2.0.3.1 - No errors so far - I will monitor further.

Thanks again :D

sarvan007

sarvan007 8 years ago

i am using Version 2.3.0.2 or windows hosting i m getting error"can't enable status" plz click link for error--> https://s30.postimg.org/3qt7p8kox/v2_page_cache_error.png

sarvan007

sarvan007 8 years ago

got it resolved by self

sarvan007

sarvan007 8 years ago

great plug in

budgetneon

budgetneon 8 years ago

Ahh, good news. I was going to mention it appeared to be file permissions. Glad you like the page cache.

refresh

budgetneon

budgetneon 8 years ago

poltorrr - Some setups, perhaps yours, don't like the restriction we have in the code of only using session cookies. If that's the case, you can edit the v2pagecache.php file in system/library and change ini_set('session.use_only_cookies', 'On'); to ini_set('session.use_only_cookies', 'Off'); and ini_set('session.use_trans_sid', 'Off'); to ini_set('session.use_trans_sid', 'On');

poltorrr

poltorrr 8 years ago

Hi, have problem on oc 2.3.0.2:
Fatal error: SessionHandler::create_sid(): Cannot call default session handler in Unknown on line 0

If i login to admin panel - everything fine.

budgetneon

budgetneon 9 years ago

@lmn40227 try the latest version of the pagecache...version 1.2

lmn40227

lmn40227 9 years ago

Hi:

Warning: array_key_exists() expects parameter 2 to be array, null given in /home/xxx/public_html/system/library/v2pagecache.php on line 64

Warning: array_key_exists() expects parameter 2 to be array, null given in /home/xxx/public_html/system/library/v2pagecache.php on line 71

do you know how to fix it.

budgetneon

budgetneon 9 years ago

@champ84: Sorry, I'm not sure what the incompatibility with the Journal theme is. Since we offer this page cache for free, we really don't have the resources to run down issues with third party themes and modules, especially ones that aren't free.

Also, supposedly, the Journal theme itself includes a page cache. See the 4th bullet point on the descriptive graphic, here: https://themeforest.net/item/journal-advanced-opencart-theme/4260361?clickthrough_id=810666924&redirect_back=true&ref=DigitalAtelier Maybe you should just use the page cache that comes with your theme?

champ84

champ84 9 years ago

Hi Budgetneon,

i managed to install the extension on Journal2 Opencart 2.3.0.2.

But after intalling this some time my page open fine and some time i get error as below can you suggest me please.

15-Oct-2016 14:48:08 Asia/Kolkata] PHP Fatal error: SessionHandler::create_sid(): Cannot call default session handler in Unknown on line 0

poltorrr

poltorrr 8 years ago

Hi, do you find some solutions?

refresh

-mona-

-mona- 9 years ago

CORRECTION:

This was around 5s (better than the average site which is around 5.9s - GMETRIX)
- jumped to 12/13/15s .. and with this extension is around 3.4s loading

... and for reference we have at least one image galleries running on every page ..

-mona-

-mona- 9 years ago

5 stars and a thank you so very much - brilliant

I purchased a useless extension that can not possibly work -
all this stuff making google and gmetrix happy killed my page loading time - happy customers is supposed to be the point !

THEN I FOUND THIS ,, this is great - better than great - 4.2s on a reasonably heavy site -

over 2800 downloads only 8 ratings and that unless file I bought has more votes - go figure !

If you have a donate - we don't have much - but I feel so bad about having given my money to this other extension that is useless and you deserve something !!!!

(... and a note of thanks to Slait )

champ84

champ84 9 years ago

Permission Denied! Home Permission Denied! i still get this while i tried to edit module after installation.

V 2.3.0.2