View Full Version : Board Optimization - [DBTech] vB Optimise 2.0.1 (Lite)
Deceptor
08-20-2010, 08:16 PM
XCache may not work with certain PHP setups FFMania, it can be funny with FastCGI/DSO depending on the handler/module php is running under. In most circumstances I tell people Memcache would be a better option because it does not fall victim to PHP setups as it runs as a dedicated service.
newsoftw
08-27-2010, 01:01 PM
You won't really find any performance difference between XCache/Memcache, but XCache may be your better option (however Memcache has greater realiability/support). You'd need to contact your host to get either installed :)
ok and thanks for help. i am going to install the xchache as ur recommendation.
so now how i can configure the xchache and plz give me best xchache configuration setup.
my server processor : xenon 2.24 GHZ
RAM : 1024 MB
HDD ; 15 GB
coz i am new and i don't know how to configure xchache module and which sitting is best for my server.
thanks
Deceptor
08-27-2010, 02:39 PM
Hi newsoftw,
With XCache all you really need to do is tweak the memory allocations to the cache and var cache, var cache is the only one vB Optimise is concerned with, for Lite I'd recommend allocating about 30M (which is 30MB) - should be more than enough, the other cache is for php files which XCache does automatically, you can assign that to whatever you like depending on how much php you have on your server, 30M there too should be a solid value.
No other tweaking needed really, although the configuration does ask for your cpu count and it does give you the command to run to find out, so make sure that's valid and you're all good :)
ArtakEVN
08-27-2010, 03:09 PM
Is it ok, when my forum uses memcached itself, but vB Optomise configured to use filecache?
I am getting arrors while setting to use memcached, thats why use filecache.
Deceptor
08-29-2010, 10:27 AM
What kind of errors Artak? Make sure you've configured memcache for vBulletin in includes/config.php, vB Optimise will use those memcache connection settings. After assigning Memcache to vB Optimise in the settings, run the System Test found under the vB Optimise menu in the ACP - this will make sure everything is operating correctly with the configured operator.
ArtakEVN
08-29-2010, 07:28 PM
What kind of errors Artak? Make sure you've configured memcache for vBulletin in includes/config.php, vB Optimise will use those memcache connection settings. After assigning Memcache to vB Optimise in the settings, run the System Test found under the vB Optimise menu in the ACP - this will make sure everything is operating correctly with the configured operator.
Memcahced is configured for vBulletin and working. But system test giving the following resylts
Running Test: Connection to memcache Test completed successfully
Running Test: Store Cache Your Opcache Operator extension is functioning, however it is unable to store data. Please check your extension configuration.
Running Test: Fetch Cache Your Opcache Operator extension is functioning, however it is unable to store data. Please check your extension configuration.
Running Test: Flush Cache Test completed successfully
Deceptor
08-31-2010, 10:03 PM
That would mean it's not working then (even with vBulletin), vBulletin won't throw errors if the datastore cache you're using is failing to store/fetch, it'll just keep using the database and make 0 difference. The tests done by vB Optimise verify everything is working with your operator by executing the tests, as a means to identify if it is/isn't working and pin-point exactly what isn't.
I'd check to make sure your Memcached instance is running and running with allocated memory, if unsure it's best to ask your host.
ArtakEVN
09-01-2010, 02:11 AM
OMG. You are right. sorry, the process was interrapted. Now everything seems ok.
cobaku
09-05-2010, 07:45 PM
this mod is fantasic
i heard even more good things about pro version
newsoftw
09-08-2010, 06:12 PM
Hi newsoftw,
With XCache all you really need to do is tweak the memory allocations to the cache and var cache, var cache is the only one vB Optimise is concerned with, for Lite I'd recommend allocating about 30M (which is 30MB) - should be more than enough, the other cache is for php files which XCache does automatically, you can assign that to whatever you like depending on how much php you have on your server, 30M there too should be a solid value.
No other tweaking needed really, although the configuration does ask for your cpu count and it does give you the command to run to find out, so make sure that's valid and you're all good :)
thanks for helping.
sir i successfully installed the Xcache on my server and after this i made some sitting for Xcache in my server so please check these sitting means is it right or i need to be change any sitting or value for Xcache.
is there any best sitting for Xcache.
please check my current Xcache sitting:
XCache
XCache Support = enabled
Version = 1.3.0
Modules Built = cacher
Readonly Protection = enabled
Cache Init Time = 2010-09-08 02:00:38
Cache Instance Id = 7447
Opcode Cache = enabled, 67,108,864 bytes, 4 split(s), with 8192 slots each
Variable Cache = enabled, 8,388,608 bytes, 1 split(s), with 8192 slots each
Shared Memory Schemes = mmap
Directive = Local Value
xcache.admin.enable_auth = Off
xcache.cacher = On
xcache.coredump_directory = /tmp/
xcache.count = 4
xcache.gc_interval = 0
xcache.mmap_path = /tmp/xcache
xcache.readonly_protection = 1
xcache.shm_scheme = mmap
xcache.size = 64M
xcache.slots = 8K
xcache.stat = On
xcache.test = no value
xcache.tt = 0
xcache.var_count = 1
xcache.var_gc_interval = 300
xcache.var_maxttl = 0
xcache.var_size = 8M
xcache.var_slots = 8K
xcache.var_ttl = 0
.
please don't mind and need one more ur help.
thanks
Deceptor
09-15-2010, 11:40 PM
Those settings seem fine newsoftw, you've allocated 8MB to the var cache which should be far more than enough required. As my previous post explained, there isn't really any "optimal" settings, they can just be tweaked to favour your environment/preferences :)
root's
09-21-2010, 06:41 PM
edit.. error thread
Tize.
09-26-2010, 12:07 PM
I have error in all my tables and forum, users, user cp, admin cp .
Please help me!!!
Database error in vBulletin 4.0.3:
Invalid SQL:
SELECT user.*, (user.options & 512) AS invisible , avatar.avatarpath, NOT ISNULL(customavatar.userid) AS hascustom, customavatar.dateline AS avatardateline, customavatar.filedata_thumb, customavatar.height AS avheight, customavatar.width AS avwidth, customavatar.width_thumb AS avwidth_thumb, customavatar.height_thumb AS avheight_thumb
FROM userlist AS userlist
INNER JOIN user AS user ON (user.userid = userlist.relationid)
LEFT JOIN avatar AS avatar ON (avatar.avatarid = user.avatarid)
LEFT JOIN customavatar AS customavatar ON (customavatar.userid = user.userid)
WHERE userlist.userid = 33
AND userlist.type = 'buddy'
AND userlist.friend = 'yes'
ORDER BY RAND()
LIMIT 0, 6;
MySQL Error : Can't create/write to file '#sql_3dbb_0.MYD' (Errcode: 17)
Error Number : 1
Request Date : Sunday, September 26th 2010 @ 02:00:56 PM
Error Date : Sunday, September 26th 2010 @ 02:00:56 PM
Script : http://www.xxxxx.com/member.php?action=getinfo&u=33
Referrer : http://www.xxxxx.com/
IP Address : 83.39.77.914
Username : Tize
Classname : vB_Database
http://img809.imageshack.us/img809/8454/errormysql.png
Tize.
09-26-2010, 12:08 PM
I am installing , desinstall the problem is this addon!!
Please help me!!!!
Deceptor
09-29-2010, 12:15 AM
The query isn't generated or executed by vB Optimise, the MySQL error itself means the tmp directory is usually full, here's a topic on it over at vb.com: http://www.vbulletin.com/forum/showthread.php?237769-Errcode-17-quot-Can-t-create-write-to-file-...-quot
Hope that helps :)
onehost
09-29-2010, 01:47 AM
Does not seem to be working, when I click save, the screen just goes blank...
so I can save any settings, then when I run a test, it just says its offline.
ideas?
Tize.
09-29-2010, 09:09 AM
The query isn't generated or executed by vB Optimise, the MySQL error itself means the tmp directory is usually full, here's a topic on it over at vb.com: http://www.vbulletin.com/forum/showthread.php?237769-Errcode-17-quot-Can-t-create-write-to-file-...-quot
Hope that helps :)
Thanks for the reply Depector.
Regards.
Hi, I am a newbie to this topic. I run 4.0.7 on a managed server where I cannot change any cache settings. Is this mod approved to be running with this vB version and does it make sense at all when you don't have a dedicated server where you can optimize everything the way you need it? I already did the possible optimization recommendatios by forums.digitalpoint.com, could this cause a conflict?
I would like to know more and test the lite version before spending money on pro, but only if it makes sense ;-).
Thanks!
Deceptor
09-30-2010, 12:53 AM
onehost - Are you using XCache by any chance, or another cacher? If Xcache check the main post regarding XCache authentification.
Tize - You're welcome :)
ceho - The mod works on 4.0.7 just fine, as for making sense - the lite version reduces a couple of queries so why not :) If you're on dedicated you'll no doubt have plenty of ram - keep in mind you'll need a cacher system installed.
As for the DP suggestions - no confliction at all :)
Skyrider
10-20-2010, 11:51 PM
vB Optimise 2.0.1 breaks "who's online" in 4.0.8
DragonByte Tech
10-23-2010, 08:35 PM
vB Optimise 2.0.1 breaks "who's online" in 4.0.8
Could you provide a little more information on how it breaks?
Thanks
Iain
yahooooh
10-23-2010, 11:23 PM
i want to purachase but what about other addons , do those products will be affected or have issues ? products i mean :
1.vba cmps
2>vba links
3.vba dynamic
4.vbgallery
5.vbtube
i use them on my site and i am afraid if your product will affect them
also did you test your product with vbseo ?
DragonByte Tech
10-24-2010, 12:00 AM
i want to purachase but what about other addons , do those products will be affected or have issues ? products i mean :
1.vba cmps
2>vba links
3.vba dynamic
4.vbgallery
5.vbtube
i use them on my site and i am afraid if your product will affect them
also did you test your product with vbseo ?
Your best bet is to try the Lite version out, since there are an infinite number of server/cache/mod configs out there. If the lite version works then the Pro version should not have any issues either. Deceptor will be able to let you know in detail of any potential conflicts that stand out with those mods =)
ArtakEVN
10-24-2010, 02:01 AM
After update to 4.0.8 I see this error Parse error: syntax error, unexpected T_STRING in includes/class_core.php(4074) : eval()'d code on line 1
EconomicVoice
10-24-2010, 12:48 PM
Hi,
After the upgrade on the forum home page I had a problem with the box at the bottom where 'What's going on?' is displayed.
All the text is pushed to the left and all the borders are missing.
For example where it used to say:
Blogs XX Entries XX Last 24 Hours XX
It now says:
Blogs
XX
Entries
XX
Last 24 Hours
XX
After switching plug-ins on and off I found it was this one that was causing it.
It seems to just be a cosmetic thing as no functionality seems to be affected.
Hope you get a quick fix.
eroan
11-13-2010, 03:14 PM
Hi,
does this plugin work correctly on 4.0.8 except for the Who's online block ?
Thanks !
DragonByte Tech
11-13-2010, 04:49 PM
Hi,
does this plugin work correctly on 4.0.8 except for the Who's online block ?
Thanks !
We haven't done any official tests on 4.0.8 for vboptimise, however we have also not received any issues from people who are running it on 4.0.8
Iain
eroan
11-13-2010, 04:55 PM
Thanks !
I installed it and it works great. Will wait a few time then update to Pro version if it works well...
I installed it but some of my skins can't be viewed after the installation.
How do i install xcache?where do i get it?and where to install etc?i have no clue at all...would be better if came with thease extentions so can just upload and select.
I would love to try the light before i buy...but at moment....need to install this.lol
nikosb
11-27-2010, 07:44 PM
That was a nice easy install, no problems here.
vb 4.0.8
vbseo 3.5.2
Thanks
lubbie
11-27-2010, 08:44 PM
Hi. Im running this addon with Filecache. Only problem i have is, that my Style is not visible anymore. i just have a plain text Board right now ;) What can i do to fix this?
Well, solved by myself
just needed to /clientscript/vbulletin_css/ set to 777
Bradley_Wint
12-18-2010, 03:02 AM
I see under the DATASTORE CACHE CONFIGURATION section in the configuration, there is now an APC option. Does this do the same thing as your mod or does your mod do more to cache better?
DragonByte Tech
12-23-2010, 03:27 PM
How do i install xcache?where do i get it?and where to install etc?i have no clue at all...would be better if came with thease extentions so can just upload and select.
I would love to try the light before i buy...but at moment....need to install this.lol
You will need to ask your host about this. It is a server related extension.
I see under the DATASTORE CACHE CONFIGURATION section in the configuration, there is now an APC option. Does this do the same thing as your mod or does your mod do more to cache better?
vBOptimise utilises whichever Cache Configuration you choose. Beyond this, we do much more than just different methods of caching, we also save resources in a number of areas of your forum.
- David
SpyCam
01-06-2011, 11:11 AM
Hello
i'm running memcache and i have this:
Running Test: Store Cache
Your Opcache Operator extension is functioning, however it is unable to store data. Please check your extension configuration.
Running Test: Fetch Cache
Your Opcache Operator extension is functioning, however it is unable to store data. Please check your extension configuration.
The filecache folder has 777 chmod, so it's writable
Can you tell me what's wrong?
MalluParadise
01-09-2011, 04:45 PM
Hello
i'm running memcache and i have this:
Running Test: Store Cache
Your Opcache Operator extension is functioning, however it is unable to store data. Please check your extension configuration.
Running Test: Fetch Cache
Your Opcache Operator extension is functioning, however it is unable to store data. Please check your extension configuration.
The filecache folder has 777 chmod, so it's writable
Can you tell me what's wrong?
i have same issue bro i am use using vb - 4.0.7
DragonByte Tech
01-10-2011, 10:06 AM
Hello
i'm running memcache and i have this:
Running Test: Store Cache
Your Opcache Operator extension is functioning, however it is unable to store data. Please check your extension configuration.
Running Test: Fetch Cache
Your Opcache Operator extension is functioning, however it is unable to store data. Please check your extension configuration.
The filecache folder has 777 chmod, so it's writable
Can you tell me what's wrong?The filecache folder is 100% unrelated to memcache.
Is memcache enabled in config.php and working ok?
If not, please contact your host.
Fillip
MalluParadise
01-10-2011, 11:17 AM
The filecache folder is 100% unrelated to memcache.
Is memcache enabled in config.php and working ok?
If not, please contact your host.
Fillip
it's working fine sir but still iam getting this error
DragonByte Tech
01-10-2011, 08:04 PM
Hello
i'm running memcache and i have this:
Running Test: Store Cache
Your Opcache Operator extension is functioning, however it is unable to store data. Please check your extension configuration.
Running Test: Fetch Cache
Your Opcache Operator extension is functioning, however it is unable to store data. Please check your extension configuration.
The filecache folder has 777 chmod, so it's writable
Can you tell me what's wrong?
Do you have access to the configuration files for your server?
- David
rob01
01-10-2011, 08:08 PM
nice mod
but might need to un-install it :/, cant support any type of catching system
:(
oddmud
01-11-2011, 08:36 PM
I'm wondering when the v4.1 will be available.
oddmud
01-11-2011, 08:38 PM
nice mod
but might need to un-install it :/, cant support any type of catching system
:(
catching?
DragonByte Tech
01-11-2011, 09:25 PM
I'm wondering when the v4.1 will be available.
A number of customers are testing on 4.1 at the moment without any issues. We are also running 4.1 & vBO on DBTech without any issues. Assuming none come up we will mark as 4.1 compatible soon.
Iain
oddmud
01-11-2011, 10:26 PM
Installed, and seems to be working on 4.1.0. No real major improvement thus far though.
Page Speed Score: 76/100
Up from 74/100
DragonByte Tech
01-12-2011, 12:37 AM
Installed, and seems to be working on 4.1.0. No real major improvement thus far though.
Page Speed Score: 76/100
Up from 74/100
vBO is intended to save queries, not improve page load times
You can see live stats from various customers about how it performs at that here: http://www.dragonbyte-tech.com/vboptimisesites.php
It saves one site approx 40million queries per day =)
Iain
oddmud
01-12-2011, 12:47 AM
Ok, and this does what then? Sorry, I'm a rookie.
TeknoSounds
01-12-2011, 03:49 AM
less queries from your board means less load on the server meaning you can handle more users.
designeru
01-13-2011, 06:52 PM
working great on my 4.1 forum. Can i see somehow how many queries saved for my site?
Thank you!
TeknoSounds
01-14-2011, 02:39 AM
working great on my 4.1 forum. Can i see somehow how many queries saved for my site?
Thank you!
Tis a Pro feature
Taringa! CS
01-16-2011, 10:14 PM
When using PHP 5.3.5 producot doesn't work well. I can't flush cache and some actions inside admincp/forums.php are getting blank page!
Any ideas?
DragonByte Tech
01-16-2011, 10:22 PM
We're using PHP 5.3.5 on our site with no problems :)
Do you have suhosin installed? That's been known to cause the problems you're describing.
Fillip
Taringa! CS
01-16-2011, 10:24 PM
Nope, it's not installed.
Everything was fine since we upgrade our server :( (Product was working)
Matias
DragonByte Tech
01-16-2011, 10:37 PM
Unless you can give me some form of error message either from PHP or from Apache's error log, there's not much I can do I'm afraid :(
Fillip
Taringa! CS
01-16-2011, 10:42 PM
When running system test:
Running Test: Connection to xcache
Test completed successfully
Running Test: Store Cache
Test completed successfully
Running Test: Fetch Cache
Test completed successfully
Running Test: Flush Cache
And i'm getting an alert with this message
"AJAX Failure
Internal Server Error"
When trying to flush cache i'm getting no message (Insted of the cache flushed fine one)
I'm viewing apache logs and nothing related to this it's saved...
Thanks
Matias
DragonByte Tech
01-16-2011, 11:58 PM
Can you please install Firebug (a Firefox extension) and use that to get a more complete error message from the AJAX request that returned the failure?
After installing it, click its icon, then Console, then run the test again. It should colour red the AJAX request that fails.
Fillip
Taringa! CS
01-17-2011, 10:27 AM
After a little testing, i found that the problem it's related to xcache, using memcache i'm not getting that error...
DragonByte Tech
01-17-2011, 11:37 AM
Alright, glad it worked out :)
Memcached is a solid piece of software, we're using it on DragonByte Tech and both sites ran by it is having no problems :)
Fillip
TeknoSounds
01-21-2011, 06:48 AM
After a little testing, i found that the problem it's related to xcache, using memcache i'm not getting that error...
is it a problem between xcache and php 5.3.5?
Am using php 5.3.2 still and xcache 1.3.0 and no issues here that I've noticed.
I notice on the xcache site 1.3.1 came out in Oct, http://xcache.lighttpd.net/wiki/Release-1.3.1
gibigbig
01-21-2011, 01:11 PM
this is a very good script. im using the lite version and xcache on vb 4.1.0 and it the speed was so noticeably faster. i tested with a stress script, 500 queries took about 8-15 seconds to output data, with this installed, it takes ~1 always.
Great job DBtech team. I wish i could afford the premium version but unfortunately i cant atm. I already spent my money on your vB Shop 1.2.1
Btw, why aren't there any updates for the shop? its taking pretty long to come up with an update.
DragonByte Tech
01-21-2011, 01:21 PM
Thanks for your kind words :)
The reason why vBShop has been left in the cold for so long is because we've been absolutely swamped with other projects and updates.
Rest assured that vBShop is on the top of the update priority; we have one new product to release and then we will update vBShop :)
Fillip
owning_y0u
01-23-2011, 04:03 PM
when i enable this mod it creates a double post effect, so if i post something it will be posted twice ?
currently have it disabled as i'm trying to figure out what the hell happens but hope you can help me
newmark
01-23-2011, 08:59 PM
1- using 4.1.0; Opcache Operator is Xcache supported with username and password in the config file of vboptimise. XCache Authentification is on.
when I run the system check; Fetch Cache I got the following error
"Your Opcache Operator extension is functioning, however it is unable to store data. Please check your extension configuration."
and also, Flush Cache test does not complete.
2- when the product is active, it's unable to edit templates or even change user nicks. when I try to save smthg a white page comes. after disabling the product some can be able to achive.
TeknoSounds
01-24-2011, 02:21 AM
1- using 4.1.0; Opcache Operator is Xcache supported with username and password in the config file of vboptimise. XCache Authentification is on.
when I run the system check; Fetch Cache I got the following error
"Your Opcache Operator extension is functioning, however it is unable to store data. Please check your extension configuration."
and also, Flush Cache test does not complete.
2- when the product is active, it's unable to edit templates or even change user nicks. when I try to save smthg a white page comes. after disabling the product some can be able to achive.
what version of xcache & php?
newmark
01-24-2011, 10:05 AM
what version of xcache & php?
php V 5.2.14; xcache 1.3.1..
especially this white page problem when the product is active so annoying
Abhik
01-24-2011, 04:40 PM
Hello,
I am getting three errors.. Please help me to fix the issues.
"AJAX Failure" while running "System Test" (Firebug Message: /admincp/vboptimise.php 500 Internal Server Error 259 msconnection-min.js (line 7))
"Flush Cache" page goes blank
Other vBulletin Settings (Like editing a member) gives a white blank page and the setting doesn't get saved.I am using xCache with no admin authentication.
XCache v1.3.0, PHP v5.3.3, MySQL 5.0.91
DragonByte Tech
01-24-2011, 10:51 PM
when i enable this mod it creates a double post effect, so if i post something it will be posted twice ?
currently have it disabled as i'm trying to figure out what the hell happens but hope you can help meHmm, can you try disabling all other mods to see if the issue still occurs?
1- using 4.1.0; Opcache Operator is Xcache supported with username and password in the config file of vboptimise. XCache Authentification is on.
when I run the system check; Fetch Cache I got the following error
"Your Opcache Operator extension is functioning, however it is unable to store data. Please check your extension configuration."
and also, Flush Cache test does not complete.
2- when the product is active, it's unable to edit templates or even change user nicks. when I try to save smthg a white page comes. after disabling the product some can be able to achive.For #1, sadly we're unable to assist with how to set up XCache. You can try Memcached instead, it's got a lot less configuration problems and works on pretty much all systems.
#2: What happens if you turn off opcaching? Does it work then?
Hello,
I am getting three errors.. Please help me to fix the issues.
"AJAX Failure" while running "System Test" (Firebug Message: /admincp/vboptimise.php 500 Internal Server Error 259 msconnection-min.js (line 7))
"Flush Cache" page goes blank
Other vBulletin Settings (Like editing a member) gives a white blank page and the setting doesn't get saved.I am using xCache with no admin authentication.
XCache v1.3.0, PHP v5.3.3, MySQL 5.0.91#1: Sounds like something's wrong with your server or file permissions, as it's not an error someone has reported before.
#2 and #3 are probably related.
Are you running suhosin?
Fillip
Abhik
01-25-2011, 02:33 AM
#1: Sounds like something's wrong with your server or file permissions, as it's not an error someone has reported before.
#2 and #3 are probably related.
Are you running suhosin?
Fillip
Yes!! I am running suhosin.. I am on a dedicated box and only vbulletin is installed (with other modification).
DragonByte Tech
01-25-2011, 11:17 AM
Well thar's yer prahblem (read that in Adam Savage's voice) :p
Please remove that, and I'm sure all your troubles will go away :)
Fillip
Abhik
01-25-2011, 03:33 PM
Well thar's yer prahblem (read that in Adam Savage's voice) :p
Please remove that, and I'm sure all your troubles will go away :)
Fillip
Amm..
How'd I remove that?
DragonByte Tech
01-25-2011, 03:45 PM
I don't know, try contacting your system administrator or your web host :)
Fillip
final kaoss
01-25-2011, 04:02 PM
is this compatable with vB4 SuperCharged - Optimises CSS, Javascript and HTML (https://vborg.vbsupport.ru/showthread.php?t=229608) or will I see conflicts?
DragonByte Tech
01-25-2011, 04:12 PM
Not entirely sure; vB4S is known to break a great many modifications by rearranging JS code and such, so I wouldn't be surprised if there were conflicts, though I can think of none off the top of my head.
Fillip
newmark
01-25-2011, 08:13 PM
Hmm, can you try disabling all other mods to see if the issue still occurs?
For #1, sadly we're unable to assist with how to set up XCache. You can try Memcached instead, it's got a lot less configuration problems and works on pretty much all systems.
#2: What happens if you turn off opcaching? Does it work then?
#1: Sounds like something's wrong with your server or file permissions, as it's not an error someone has reported before.
#2 and #3 are probably related.
Are you running suhosin?
Fillip
yes when I disable this product everything seems working properly..
by the way I change the cache type to "filecahce" and change the folder permission to 077; now the product works properly..I got no error..and I'm also able to edit the templates etc..
but what I wonder is, when I choose filecahce as the cache type does it mean the same with xcache??
TeknoSounds
01-26-2011, 02:49 AM
does your xcache show up properly in your phpinfo file? And are you able to flush the cache from the XCache Admin page? does everything in the admin page show its working? (i.e. counters increasing, colored bars filling, etc)
newmark
01-26-2011, 09:24 AM
does your xcache show up properly in your phpinfo file? And are you able to flush the cache from the XCache Admin page? does everything in the admin page show its working? (i.e. counters increasing, colored bars filling, etc)
not with xcache but when I choose filecahce as the cache option then I can flush cache and system test also works properly..no error is given..and the most important part is, I can edit my templates with filecahce..but I'm not sure about the performance of it compared to Xcache..
TeknoSounds
01-26-2011, 11:07 AM
right, that's using it through vboptimize. But is xcache showing as functioning on its own already? when you view your phpinfo file there should be a section for it if its running:
This program makes use of the Zend Scripting Language Engine:
Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies
with XCache v1.3.0, Copyright (c) 2005-2009, by mOo
Hopefully you installed the xcache admin pages as well, and can you access them?
DragonByte Tech
01-26-2011, 11:21 AM
Filecache is not as efficient as using a proper opcode cacher, but if you're unable to get XCache working and can't switch to a different and more recommended cacher like Memcached (extremely easy to setup, if I remember correctly it just needs to be installed, started, set to auto-start on startup, and then it Just Works), then filecache is a viable alternative :)
Fillip
newmark
01-26-2011, 10:19 PM
Filecache is not as efficient as using a proper opcode cacher, but if you're unable to get XCache working and can't switch to a different and more recommended cacher like Memcached (extremely easy to setup, if I remember correctly it just needs to be installed, started, set to auto-start on startup, and then it Just Works), then filecache is a viable alternative :)
Fillip
thanks..
rajubd
02-02-2011, 10:25 PM
when v3.0 will be lunched?
DragonByte Tech
02-03-2011, 02:17 AM
That's not clear yet, sorry.
Fillip
tomoyo23
02-06-2011, 02:06 AM
hello error:
Running Test: Fetch Cache
Your Opcache Operator extension is functioning, however it is unable to store data. Please check your extension configuration.
PHP Version 5.2.15
XCache v1.3.1
any solution please?.. greetings
DragonByte Tech
02-06-2011, 02:11 AM
sadly we're unable to assist with how to set up XCache. You can try Memcached instead, it's got a lot less configuration problems and works on pretty much all systems.
Fillip
denman75
03-09-2011, 03:02 PM
installed it and loading time is so much faster
i thought it was query optimization but its really visible faster
thank you and if its keep working like this ill go for the pro version!
BadgerDog
03-14-2011, 02:10 PM
Uninstalled vB Optimise 2.0.1 (Lite) ....
Purchased and installed vB Optimise 2.3.0 (Pro) ....
I don't understand why as I'm not a huge technical Unix guy, but for whatever reason, our forums are incredibly faster using this product ... :up:
Thanks Fillip, for helping us get it going with Memcache .... :)
Regards,
Doug
doobiefillin
03-17-2011, 02:02 PM
broken in 4.1.2
DragonByte Tech
03-17-2011, 03:00 PM
broken in 4.1.2Unfortunately that does not help us diagnose the problem.
We are running it on two sites using 4.1.2 with no problems.
Fillip
RWerksman
03-23-2011, 12:34 AM
FYI - we have this installed with eAccelerator. It was kind of tricky:
- You need eAccelerator 0.9.5.3 or below. The _get and _put caching was dropped from 0.9.6 and above.
- 0.9.5.3 only works with PHP 5.2.x It doesn't work or install with 5.3.x
- The note in the first post of this is correct. You need the extra flag in during PHP compile.
You can test to see if eAccelerator is working correctly (or will work correctly with this mod by dropping the following code into a php file and running it:
<?php
$rfunc = get_extension_funcs( 'eaccelerator' );
print_r($rfunc);
function ea ($str)
{
eaccelerator_put("testkey", $str);
for ($i = 0; $i < 1e5; $i++)
{
$r = eaccelerator_get("testkey");
}
return $r;
}
$str = str_repeat("1234567890", 1024); // 10 KB
$r = ea($str);
echo strlen($r);
?>
If you get an error. You have some work to do...
I hope this mod is worth it :D
shaw17
04-20-2011, 07:39 AM
Killed my forum, had to restore from a backup, warning.
DragonByte Tech
04-20-2011, 07:59 AM
Unfortunately your post does not help us diagnose the problem and help you :(
Fillip
Lestat_
05-01-2011, 05:00 PM
maybe stupid question but does this mean this mod reduces server load ? Currently i get about 25 error emails per day , always the same reason (mysql server has gone away) and always the same sql that's causing it (UPDATE vb_session SET lastactivity ...) so i could use a mod which reduces server load :)
DragonByte Tech
05-01-2011, 05:49 PM
Your best bet would be to contact your host, those errors are related to a faulty MySQL configuration (or installation) which is not something a mod can help fix.
That being said, vBO does reduce the strain on the MySQL server :)
Fillip
Lestat_
05-01-2011, 05:51 PM
thanks for the reply Fillip, I'm going to try this mod, thank you :)
SpaceStar
05-07-2011, 12:15 AM
Hello
I don't know if this is reported before.
I have encountered a problem with this mod, when this is enabled and set to ON, it is not allowing other products to be installed. I am getting this error, if I try to install any other mod:
The website cannot display the page (HTTP 500).
Disabling this product, allow other products to be installed again.
Regards
ellinofatsa
05-07-2011, 03:21 PM
thank you so mats work perfect in vb 4.1.3
strudinox
05-07-2011, 07:19 PM
Installed, working perfect for me as well in 4.1.3 using Memcached.
Thanks!
djilou
05-09-2011, 04:14 PM
Can I use this mod without installing any of this : APC
eAccelerator
Memcache
XCache
WinCache
Filecache
??
DragonByte Tech
05-09-2011, 06:08 PM
Hello
I don't know if this is reported before.
I have encountered a problem with this mod, when this is enabled and set to ON, it is not allowing other products to be installed. I am getting this error, if I try to install any other mod:
The website cannot display the page (HTTP 500).
Disabling this product, allow other products to be installed again.
RegardsYou'll need to log in to your server via SSH and check the error_log file (unfortunately I cannot be more specific due to the vast number of server configurations out there) directly after trying to install a product.
Can I use this mod without installing any of this : APC
eAccelerator
Memcache
XCache
WinCache
Filecache
??You have Filecache "installed", Filecache simply means using the file system to cache the different things :)
Fillip
MissKalunji
05-11-2011, 07:01 PM
I noticed at times, I would "save a template" and my website would go blank like no colors etc.
Do you know what's causing this?
DragonByte Tech
05-11-2011, 07:13 PM
That's a known problem if you're also using the config.php variable to set cache method (which I think may be required with XCache, but I've also seen it happen with Memcached when the config.php variable is used).
Fillip
MissKalunji
05-11-2011, 07:30 PM
Ah I understand. Well nothing that simple Flush Cash can't fix :)
thank you!!!
TeknoSounds
05-12-2011, 04:54 AM
yeah i occasionally have a single rogue image that will disappear intermittently, but a simple flush of the cache clears it up.
Using XCache myself.
SO has to do with the fact I set XCache as the cacher in the vb config file? Any idea if thats a fixable bug in the future?
DragonByte Tech
05-12-2011, 04:44 PM
It's not a bug with vB Optimise so nothing we can do about that I'm afraid :(
Fillip
final kaoss
07-20-2011, 03:10 PM
any chance that this can be updated to combine js & css files? Maybe strip away the version numbers and then combine when the script runs?
1 change
clientscript/vbulletin-core.js?v=413
clientscript/yui/animation/animation-min.js?v=413
to
clientscript/vbulletin-core.js
clientscript/yui/animation/animation-min.js
etc...
2 repeat for all js files
3 combine them
washingtonboise
07-24-2011, 01:54 AM
Supported Extensions
APC
eAccelerator
Memcache
XCache
WinCache
Filecache
Which is best?
Successfulsteps
07-24-2011, 02:48 AM
I'm confused, does this require I install a 3rd party software first and if so, where from? Obviously optimization is needed for any growing forum, and mine is growing rapidly. I use 4.1.4.
definitely worth reading whole thread and installing all needed scripts.
DragonByte Tech
07-24-2011, 07:11 PM
Which is best?Memcached or XCache.
I'm confused, does this require I install a 3rd party software first and if so, where from? Obviously optimization is needed for any growing forum, and mine is growing rapidly. I use 4.1.4.You can use Filecache if you do not have any of the listed extensions installed.
Fillip
S3Ponline
07-25-2011, 08:04 AM
any chance that this can be updated to combine js & css files? Maybe strip away the version numbers and then combine when the script runs?
1 change
clientscript/vbulletin-core.js?v=413
clientscript/yui/animation/animation-min.js?v=413
to
clientscript/vbulletin-core.js
clientscript/yui/animation/animation-min.js
etc...
2 repeat for all js files
3 combine them
This would be awesome.
8thos
07-25-2011, 05:22 PM
Installed using Filecache.
DragonByte Tech
07-25-2011, 09:19 PM
any chance that this can be updated to combine js & css files? Maybe strip away the version numbers and then combine when the script runs?
1 change
clientscript/vbulletin-core.js?v=413
clientscript/yui/animation/animation-min.js?v=413
to
clientscript/vbulletin-core.js
clientscript/yui/animation/animation-min.js
etc...
2 repeat for all js files
3 combine themThat's sadly not going to be possible due to the vast number of compatibility issues this could cause :(
Fillip
8thos
07-25-2011, 10:47 PM
Yo Fillip, wouldn't it just be more convenient (although time-consuming) to run each individual template, javascript and .css through a compressor and saving it instead of using a plugin? That's what I'm thinking about doing. Do you know of a good template compressor for vb4?
DragonByte Tech
07-28-2011, 01:22 AM
Not really, as then you'd be unable to edit the template properly later on :)
Fillip
aliameer
08-16-2011, 07:28 AM
Nice, thanks.
Papoye
08-24-2011, 10:47 AM
compatible with 4-1-5_Patch_Level_1_VBS0388239?
DragonByte Tech
08-24-2011, 02:19 PM
Yes, it is :)
Fillip
prandah
08-25-2011, 11:15 AM
are must have xcache ?
DragonByte Tech
08-25-2011, 11:25 AM
No, you can use any of the other supported cache systems or use the file system.
Fillip
prandah
08-25-2011, 02:08 PM
mark installed
now my board more fast
thanks
BleachFan
08-25-2011, 07:43 PM
Got this error...
Fatal error: Call to undefined method vb_optimise_db::escape_string() in /home/bleachfa/public_html/includes/class_core.php on line 1635
How to fix?
Mukashi
08-26-2011, 12:35 PM
Seem to have an unusual issue with this addon. On installation it works perfectly...right up to the first time it attempts to flush the cache of the forum. When it does that, the forum suddenly locks everyone out with the following message. We've only been able to resolve it by uploading the tools.php and manually flushing the cache, before hastily shutting it off in the admin cp so that the cycle won't repeat. Any idea what might be causing this? Our vB Optimise is configured to use our Memcache.
You have been banned for the following reason:
No reason was specified.
Date the ban will be lifted: Never
DragonByte Tech
08-26-2011, 02:03 PM
Got this error...
Fatal error: Call to undefined method vb_optimise_db::escape_string() in /home/bleachfa/public_html/includes/class_core.php on line 1635How to fix?Please post Pro support questions in our Pro support forum.
Seem to have an unusual issue with this addon. On installation it works perfectly...right up to the first time it attempts to flush the cache of the forum. When it does that, the forum suddenly locks everyone out with the following message. We've only been able to resolve it by uploading the tools.php and manually flushing the cache, before hastily shutting it off in the admin cp so that the cycle won't repeat. Any idea what might be causing this? Our vB Optimise is configured to use our Memcache.Try switching to Filecache and see if that helps.
Fillip
Mukashi
08-27-2011, 12:39 AM
Don't seem to have the same issue with Filecache. Any particular reason it'd be happening with the Memcache then? If it's a problem on our end, what should we be looking into?
DragonByte Tech
08-27-2011, 12:45 PM
Can't say I've ever ran into that particular problem so I couldn't say, sorry :(
Fillip
ryanranjit
09-07-2011, 05:48 PM
is it compatible with vbulletin 4.1.5 version??
ozzy47
09-09-2011, 10:32 AM
is it compatible with vbulletin 4.1.5 version??
Yes vBOptimise works on vB 4.1.5
yahya issa
09-19-2011, 04:21 PM
Thanks...
Hareth
11-20-2011, 02:23 AM
Hi,
Not Working with 4.1.8
HTTP 500 ERROR
apache error_log:
PHP Fatal error: Class vB_Cache_Observer_vBOptimise contains 1 abstract method and must therefore be declared
Thanks,
thecore762
11-20-2011, 05:00 AM
Did you restart apache?
DragonByte Tech
11-20-2011, 08:32 AM
Hi,
Not Working with 4.1.8
HTTP 500 ERROR
apache error_log:
PHP Fatal error: Class vB_Cache_Observer_vBOptimise contains 1 abstract method and must therefore be declaredThanks,Please post Pro support questions in our Pro support forum :)
Fillip
Robru
11-29-2011, 01:41 PM
Thanks, working ok, in 4.1.8 with Xcache :)
inigo
12-01-2011, 02:13 PM
I am trying this mod, but when I have it active and I try to modify a template (footer for example) it returns a blank page and no code modification added. I have to deactivate it to edit template, but after reactivate the modification in footer doesn´t show.
I flush cache,... but no changes appear, any help, please?
Thanks,
DragonByte Tech
12-01-2011, 05:35 PM
Please add the following code to config.php: ini_set('display_errors', true); and then go to the area where you got a blank page again, then paste the error here.
Fillip
inigo
12-02-2011, 08:05 AM
I have added that line to config.php, but no errors appear, only blank page.
When I change any values in the admincp, I press "save", for example updating the name of a forum
.../admin/forum.php?do=update
And the left admin menu is ok, but the whole page is blank.
If I deactivate Vbotimise all is correct.,
I have vbulletin 4.1.7. + vbseo3.6
Thanks!
DragonByte Tech
12-02-2011, 09:55 AM
In that case I won't be able to assist any further, without any error messages I have no way to help :(
Fillip
OldSchoolDSL
01-07-2012, 07:16 PM
un-installed
Actually the site loads faster and uses less resources without it.
DragonByte Tech
01-15-2012, 05:43 PM
Apparently all our mods use a lot of resources on your site =P
Others in this thread will confirm that what you say is false as far as their site is concerned, anyway.
Fillip
glen290
01-17-2012, 11:35 AM
Installed today, initial observations are that site definatley loads up quicker, another good DBTech mod installed..
Delfi_r
01-18-2012, 09:57 AM
Installed and working on 4.1.8.!!!
www.leicaeme.com
planning to install it in another and more visited forum....
letsjoy
01-20-2012, 05:13 PM
Is it compatible with 4.1.10 ?
Papa Bear
01-20-2012, 09:08 PM
Is it compatible with 4.1.10 ?
yes I have it installed with 4.1.10 and works fine..
A.Chakery
01-21-2012, 10:09 PM
First let me thank you for this great mod,
I have the Pro Version on my vb3 powered forum and it really Rocks...
Yesterday one of my friends asked me to install it on his vb4 .. but I have some errors.. would you please help me to solve it ? thanks
here is the errors when I activate this mod :
Warning: array_diff_key() [function.array-diff-key]: Argument #2 is not an array in [path]/includes/class_datastore.php on line 276
Warning: array_keys() [function.array-keys]: The first argument should be an array in [path]/includes/class_datastore.php on line 276
Warning: Invalid argument supplied for foreach() in [path]/includes/class_datastore.php on line 277
Warning: array_diff_key() [function.array-diff-key]: Argument #2 is not an array in [path]/includes/class_datastore.php on line 276
Warning: array_keys() [function.array-keys]: The first argument should be an array in [path]/includes/class_datastore.php on line 276
Warning: Invalid argument supplied for foreach() in [path]/includes/class_datastore.php on line 277
any help is appreciated ...
thecore762
01-21-2012, 10:37 PM
First let me thank you for this great mod,
I have the Pro Version on my vb3 powered forum and it really Rocks...
Yesterday one of my friends asked me to install it on his vb4 .. but I have some errors.. would you please help me to solve it ? thanks
here is the errors when I activate this mod :
Warning: array_diff_key() [function.array-diff-key]: Argument #2 is not an array in [path]/includes/class_datastore.php on line 276
Warning: array_keys() [function.array-keys]: The first argument should be an array in [path]/includes/class_datastore.php on line 276
Warning: Invalid argument supplied for foreach() in [path]/includes/class_datastore.php on line 277
Warning: array_diff_key() [function.array-diff-key]: Argument #2 is not an array in [path]/includes/class_datastore.php on line 276
Warning: array_keys() [function.array-keys]: The first argument should be an array in [path]/includes/class_datastore.php on line 276
Warning: Invalid argument supplied for foreach() in [path]/includes/class_datastore.php on line 277
any help is appreciated ...
Update config.php with the latest.
A.Chakery
01-22-2012, 08:27 AM
thanks for the reply,
but config.php was the first thing that I set ... but I thik itsrelated to something else...
DragonByte Tech
01-24-2012, 04:00 PM
It's not an issue I'm able to replicate, sorry :(
Fillip
A.Chakery
01-24-2012, 04:13 PM
It's not an issue I'm able to replicate, sorry :(
Fillip
Thanks for the reply... do you have any suggestions about this issue ?
what I have done wrong ? I followed the installation as I did before ... but its not working
DragonByte Tech
01-24-2012, 04:22 PM
I've never run into anyone else encoutering this issue, so I really have no idea :(
Fillip
autoescala
01-30-2012, 07:42 AM
I installed the mod well, but at this time I don't activate the mod, (is in offline state) because I don't know what Opcache Operator I have in my system, I used a cheap shared web hosting (DreamHost)
How can I know what is my best Opcache operator ?
Thanks in advance
Best Regards
A.Chakery
01-30-2012, 08:08 AM
well , most of shared hosting companies do not provide caching features so I think your host doesn't support Opcache...
but I suggest you to ask it from your hosting provider ...
autoescala
01-30-2012, 08:17 AM
Thanks for the fast answer. I think the same, but I have the doubt if I can use "filecache" in a shared server....
I don't activate to the test the MOD, because I'm worry about how to de-activate if I have problems and I can't load the admin page after power on the cache.
A.Chakery
01-30-2012, 08:23 AM
well I think the best is to ask your hosting providers...
The Server where my websites are hosted has both memcache and xcache ...
I use memcache using vboptimise pro and it really rocks ... I love the Full Page Cache for Guests ...
I have no problem with it...
DragonByte Tech
01-30-2012, 02:13 PM
You can also check your php info page for any references to any of the opcode cachers vB Optimise references.
If not, you can use Filecache, instructions for how to use it is on the page and does not require any special software on the server :)
Fillip
autoescala
02-02-2012, 03:53 PM
Thanks for the response, I ask to my provider (cheap Dreamhost.com) and say me that can't I use any type of cache in my shared free account.
I want try to use filecache, but Im not sure if It works....
thanks to all for the answers :)
autoescala
02-03-2012, 08:23 AM
I test your cache in filecache mode and it works great!!!! very happy with it, how much is cost the pay version ?? I will tell to my boss....
A.Chakery
02-03-2012, 08:49 AM
Here is the Pro Details ...
http://www.dragonbyte-tech.com/vbecommerce.php?do=product&productid=1
I am using it and I am very happy with it ... I love the Full page caching for guests ...
John Lester
02-20-2012, 09:44 PM
Last week I installed xcache on my hostmonster account (shared hosting) following the tutorial here ... http://rk.md/2009/xcache-bluehost/
After verifying installation via phpinfo.php I waited until today to install vBoptimize.
Installed lite version fine (vB 4.1.10) but when I select xcache as the operator it tells me I have selected a cache method that vB Optimise has detected I can not use :(
hostmonster support said I didn't need to restart the apache server because "all apache variables that would normally require a apache restart are stored in .htaccess and dynamically processed".
So I went into cpanel and killed all processes, then went back to my site. Still can not use xcache as the operator.
Any ideas on where to go from here?
A.Chakery
02-21-2012, 02:43 AM
Last week I installed xcache on my hostmonster account (shared hosting) following the tutorial here ... http://rk.md/2009/xcache-bluehost/
After verifying installation via phpinfo.php I waited until today to install vBoptimize.
Installed lite version fine (vB 4.1.10) but when I select xcache as the operator it tells me I have selected a cache method that vB Optimise has detected I can not use :(
hostmonster support said I didn't need to restart the apache server because "all apache variables that would normally require a apache restart are stored in .htaccess and dynamically processed".
So I went into cpanel and killed all processes, then went back to my site. Still can not use xcache as the operator.
Any ideas on where to go from here?
have you set xCache in config.php ?
John Lester
02-21-2012, 08:16 AM
No I forgot that part :D However when I did set it I can't get into my acp, I get the following error:
Fatal error: Xcache not installed in [path]/includes/class_datastore.php on line 528
It's late and I shouldn't be fiddling with this right now :D
DragonByte Tech
02-21-2012, 10:39 AM
You should contact your host, that error indicates it's not a vBO issue and it's an issue with the XCache installation. They should be able to help :)
Fillip
arkueckelhan
02-26-2012, 09:53 PM
I am using memcache
I get error:
Running Test: Store Cache
Your Opcache Operator extension is functioning, however it is unable to store data. Please check your extension configuration.
Running Test: Fetch Cache
Your Opcache Operator extension is functioning, however it is unable to store data. Please check your extension configuration.
My config.php file looks like this:
// ******** DATASTORE PREFIX ******
// If you are using a PHP Caching system (APC, XCache, eAccelerator) with more
// than one set of forums installed on your host, you *may* need to use a prefix
// so that they do not try to use the same variable within the cache.
// This works in a similar manner to the database table prefix.
// $config['Datastore']['prefix'] = 'vbo_';
// It is also necessary to specify the hostname or IP address and the port the server is listening on
/*
$config['Datastore']['class'] = 'vB_Datastore_Memcached';
$i = 0;
// First Server
$i++;
$config['Misc']['memcacheserver'][$i] = '127.0.0.1';
$config['Misc']['memcacheport'][$i] = 11211;
$config['Misc']['memcachepersistent'][$i] = true;
$config['Misc']['memcacheweight'][$i] = 1;
$config['Misc']['memcachetimeout'][$i] = 1;
$config['Misc']['memcacheretry_interval'][$i] = 15;
I don't know exactly what to change in config file or what to change it to
DragonByte Tech
02-26-2012, 10:20 PM
That's a server error, please contact your host to have them assist with verifying memcached in PHP :)
Fillip
arkueckelhan
03-01-2012, 02:29 AM
I am using memcache
I get error:
Running Test: Store Cache
Your Opcache Operator extension is functioning, however it is unable to store data. Please check your extension configuration.
Running Test: Fetch Cache
Your Opcache Operator extension is functioning, however it is unable to store data. Please check your extension configuration.
My config.php file looks like this:
// ******** DATASTORE PREFIX ******
// If you are using a PHP Caching system (APC, XCache, eAccelerator) with more
// than one set of forums installed on your host, you *may* need to use a prefix
// so that they do not try to use the same variable within the cache.
// This works in a similar manner to the database table prefix.
// $config['Datastore']['prefix'] = 'vbo_';
// It is also necessary to specify the hostname or IP address and the port the server is listening on
/*
$config['Datastore']['class'] = 'vB_Datastore_Memcached';
$i = 0;
// First Server
$i++;
$config['Misc']['memcacheserver'][$i] = '127.0.0.1';
$config['Misc']['memcacheport'][$i] = 11211;
$config['Misc']['memcachepersistent'][$i] = true;
$config['Misc']['memcacheweight'][$i] = 1;
$config['Misc']['memcachetimeout'][$i] = 1;
$config['Misc']['memcacheretry_interval'][$i] = 15;
I don't know exactly what to change in config file or what to change it to
For those having trouble with this in the future. The solution was to remove the "*/" and "/*" that were commenting out the memcache configuration in the config.php
aquariumpros
03-03-2012, 03:06 AM
Does the PRO version (http://www.dragonbyte-tech.com/vbecommerce.php?do=product&productid=1) of this mod function properly under vB 4.1.10?
DragonByte Tech
03-03-2012, 11:36 AM
We're using it with 4.1.11 with no problems :)
Fillip
aquariumpros
03-03-2012, 11:35 PM
We're using it with 4.1.11 with no problems :)
Fillip
Excellent!
Thank you much!
thecore762
03-04-2012, 12:12 AM
Any plans to upgrade vBOptimise? It hasn't been updated for over 2 years.
I know recently the pro version was upgraded, was looking to see if you guys were going to release an update for vBOptimise lite.
DragonByte Tech
03-04-2012, 11:59 AM
It's currently not in our short-term update schedule :)
Fillip
Nirjonadda
04-07-2012, 06:28 PM
Just purchased vB Optimise & [AddOn] Branding Free: vB Optimise I Think this is best mod/made by dragonbyte-tech.
sivaganeshk
04-18-2012, 12:09 PM
Any updates on the Lite version ?
sross
04-22-2012, 12:17 AM
Looking into using this, possibly going pro too. I will try lite first. Any issues with vbseo? and lite version running on 4.1.11? And lastly the "flush cache" option. The pro version has an auto-flush, does this mean I need to manually flush lite version every couple days or so? What happens if it is not flushed? Thanks!
A.Chakery
04-22-2012, 07:19 AM
I ma using this plugin for about 6 month (the pro version), it has no problems wit h vBSEO,
and about your question : there is no need for you to flush the cache unless you make some changes to your forum (like templaes / images etc) then in some cases you should flush the cache manually , and about the Full Page cache for guests (my favorite feature in the Pro version) there is an option for the expire time , I set 24h for this setting , so every 24h it flushed the full page cache automatically ...
sross
04-22-2012, 10:03 PM
should my vboptimize filecache folder be empty? I have it set to 777 but do i also need the parent directory to be 777?
DragonByte Tech
04-22-2012, 10:11 PM
If you're using a cache method other than Filecache then it's normal for it to be empty :)
Fillip
Winter Sonata
04-24-2012, 04:51 AM
shall i use this on 4.1.10 version, or it's now default in this version 4.1.10 ?
DragonByte Tech
04-24-2012, 11:16 AM
Nothing regarding vB Optimise is default in vBulletin 4.1.10 or above.
Fillip
mescalin
04-25-2012, 06:31 PM
Are you planning to update lite or pro version with css sprites, combining css and js?
i thought about pro version but it seemed to be not updated for a very long time are you planning to add features?
DragonByte Tech
04-25-2012, 06:42 PM
Combining JS is very much a bad thing since it will break mods and possibly also core vBulletin features.
Fillip
Winter Sonata
05-09-2012, 08:40 AM
Any ideas how to install those extention (xchache) on a shared hosting without hash access ?
Zachery
05-09-2012, 08:56 AM
You cannot, stright up.
You're better off just using the filecache on a shared host.
Winter Sonata
05-09-2012, 10:20 AM
Thanks alot, Zachery, I choosed Filecache and it tested and worked :)
But is that Filecahce sth simliar to Xcache ?
DragonByte Tech
05-09-2012, 01:21 PM
Thanks alot, Zachery, I choosed Filecache and it tested and worked :)
But is that Filecahce sth simliar to Xcache ?Filecache uses your harddrive, it's similar but is much slower compared to XCache.
Fillip
markp_2000
05-09-2012, 03:19 PM
Thanks for the mod. I will be going to the pro as with several of your other mods I have. One question on vbseo and memcached. Does it use the settings under vbseo or out of config.php.
Mark
DragonByte Tech
05-09-2012, 03:21 PM
config.php, this mod is not aware of or integrate with vBSEO in any way.
Fillip
Zachery
05-09-2012, 05:31 PM
Filecache uses your harddrive, it's similar but is much slower compared to XCache.
Fillip
Arguably, if xcache is also installed (but in a public setting) it should cache the file, and be reasonably close to the same speed.
Winter Sonata
05-09-2012, 09:29 PM
Thanks alot for the support!
Chadi
06-02-2012, 08:36 PM
Getting this error
vB Optimise: You have selected a cache method that vB Optimise has detected you cannot use, this may be because the extension required is either not installed or configured correctly on your server.
However, EA is indeed installed (suPHP is not)
root@server [~]# php -v
PHP 5.3.13 (cli) (built: May 30 2012 09:49:36)
Copyright (c) 1997-2012 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2012 Zend Technologies
with eAccelerator v0.9.6.1, Copyright (c) 2004-2010 eAccelerator, by eAccelerator
with the ionCube PHP Loader v4.0.12, Copyright (c) 2002-2011, by ionCube Ltd., and
with Zend Guard Loader v3.3, Copyright (c) 1998-2010, by Zend Technologies
DragonByte Tech
06-03-2012, 11:07 AM
Create the following two scripts, and run them in order:
<?php eaccelerator_put('test', 'Working!', 5000); ?>
<?php echo eaccelerator_get('test'); ?>
If the second script does not output anything, or outputs anything other than Working! then eAccelerator is not working correctly, and I would suggest you show those two scripts to your host so that they can diagnose it further :)
Fillip
Chadi
06-03-2012, 11:43 AM
Where do I run them?
DragonByte Tech
06-03-2012, 11:51 AM
Anywhere within your forum is fine :)
Chadi
06-03-2012, 12:15 PM
Fatal error: Call to undefined function eaccelerator_put() in /home/zzzzzz/public_html/1.php on line 1
I get that on both scripts.
DragonByte Tech
06-03-2012, 12:24 PM
eAccelerator was not compiled with the shared functions.
See this thread: https://groups.google.com/group/eaccelerator/browse_thread/thread/58562c28a83d6694 and other search results for "call to undefined function eaccelerator_put" on Google :)
Fillip
tsptom
06-18-2012, 07:03 PM
Assuming this product is as good as what I have read about, I am planning to use the Pro version to help my sluggish forum, but I was wondering if it's recommended to install the lite version to test things out first? Anyone? ty
DragonByte Tech
06-18-2012, 07:12 PM
It's always recommended to try out the Lite version before buying any of our Pro versions :)
If the mod doesn't work with your server for whatever reason, we have a chance to resolve it without you being down x amount of money without a working product :)
Fillip
tsptom
06-18-2012, 09:03 PM
Is there a specific directory for the attachments or were we supposed to create one? I created one and moved the attachments into it, and now the forum isn't showing any images / style, etc. I assume this was not right.
My forum is now down. I guess I should have run a DB backup first (I have one from last night, but...)
DragonByte Tech
06-18-2012, 09:17 PM
Sorry, I have no idea what you're talking about. vB Optimise does not interfere with attachments in any way, shape or form from what I can tell by the code :S
Fillip
tsptom
06-18-2012, 09:20 PM
That doesn't sound good.
In adminCP...
Save Attachments as Files
"vBulletin offers you the ability to store attachments as files, instead of the database. It is highly recommended you do this as attachments can lead to slowing your database down and increased load."
What is that all about?
DragonByte Tech
06-18-2012, 09:22 PM
That is a default vBulletin feature, not a feature of vB Optimise :)
vB Optimise will advise you to correct the setting, but it won't automatically perform it for you.
If you are having issues getting into your forum after performing that action, I suggest contacting vBulletin support.
Maybe you forgot to CHMOD the folder as directed by the page vB Optimise linked you to?
Fillip
tsptom
06-18-2012, 09:24 PM
I did the CHMOD and the file are in the directory I created.
Isn't this a vb optimise feature?....
Do you know what VB database table(s) these attachments would have been removed from so I can restore them?
https://vborg.vbsupport.ru/external/2012/06/5.gif
.
.
.
https://vborg.vbsupport.ru/external/2012/06/6.gif
DragonByte Tech
06-18-2012, 09:40 PM
If you mouse over the Edit Setting link you'll see it takes you to /attachment.php?do=storage.
The second screenshot you posted is not a vB Optimise feature :)
My best guess would be the attachment table - I can't say for certain, though. Before restoring, try moving them back into the database and see if they start showing up again.
Fillip
tsptom
06-18-2012, 09:46 PM
I tried putting them back but I got upload error messages so it doesn't appear to work.
So basically the vb optimise just took me to a feature within VB? It's not a function of optimise?
DragonByte Tech
06-18-2012, 09:52 PM
So basically the vb optimise just took me to a feature within VB? It's not a function of optimise?That's correct :)
Every single link you see on that page directs you to vBulletin features that are not optimally configured for maximum efficiency. That's the entire point of that page :)
vB Optimise's own settings can be configured in vBulletin Options under the "vB Optimise" setting headers. Those control how vB Optimise runs and what features within vB Optimise are enabled.
Fillip
tsptom
06-18-2012, 10:19 PM
Well, rats! Thanks for your help. Hopefully VB support can help me.
Update: Figured it out.
DragonByte Tech
06-23-2012, 12:32 AM
Development resumed here: https://vborg.vbsupport.ru/showthread.php?t=284816
Fillip
Ghostt
09-19-2012, 09:33 AM
Does the lite version not support caching templates from guests?
i dont undestand this.
TheInsaneManiac
12-28-2012, 05:51 AM
Do we have to set any directories to 777?
m@hamad
04-20-2013, 07:34 PM
Hello ,
Thank you very much for this product . This product is fantastic !
I can not write English well ..... And I need your help
When I Enable "Store CSS Stylesheets as Files" Template broken !
I Sure The permission For vbulletin_css Folder it's ok
Where is the problem ?
Is it necessary I bought the pro version ?!
Thanks and regards
postcd
04-25-2013, 07:27 AM
Hi, my small forum has 4000 threads, 10000 posts
I realised
/dbtech/vboptimise/filecache folder is 256MB big :eek:
Is it OK size? Or is there any issue or room to decrease it? Im not on Dedi, so disk space is also issue.
Gripi
05-02-2013, 07:32 AM
Hello...
My website have 10million post ++, the strange think i found is, after installed this mod for almost 36 hours ++, the site load quite slow, after disable this mods, the site load fast again, i tried to enable it again, site load slow again.
I found that vb optimize have "Flush Cache" menu, do i really need to perform manual flush cache every day?
postcd
07-11-2013, 07:17 AM
should my vboptimize filecache folder be empty? I have it set to 777 but do i also need the parent directory to be 777?
I do ask same question please. Im using filecache.
Thank you
muimui
08-22-2013, 05:42 PM
hi its work on vb 4.2 version?
Nirjonadda
08-22-2013, 05:47 PM
hi its work on vb 4.2 version?
Its work vB 4.2 without any issue !
MissKalunji
09-05-2013, 09:17 PM
OK, I got XCache to work after switching to mod_php. It turned out that it was CGI/FastCGI issue.
I just hope it was right choice to ditch FastCGI.
Thanks Deceptor :)
Thank you :)
i was wondering the same thing.
ozzy47
09-05-2013, 09:22 PM
Anyone wishing support on this, the mod has been being developed and supported here, https://vborg.vbsupport.ru/showthread.php?t=284816
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.