The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
[DBTech] vB Optimise v2 (vB3) Details »» | |||||||||||||||||||||||||||||||||
vB Optimise Lite
Professional version & feature list available @ www.DragonByte-Tech.com Priority support for Lite version is handled at the Developers Website. What does it do? vB Optimise is intended to optimise vBulletin software by integrating several PHP "cachers" and handling data before vBulletin. This works by encountering and handling data prior to vBulletin in order to skip the arbitary execution that would be more server intensive. Real-Life Statistics We've teamed up with some Big Forums to show you the impact of vB Optimise, you can view this public chart which shows both our statistics and theirs: View Public vB Optimise Resource Statistics ------------------------------------------------------------------------------------------- If you like this mod please hit the button to the right ----> Please remember to click the, button to the right if you installed the mod ----> What does 'Marking As Installed' do ? * It helps you to stay on top of updates - members who have installed modifications will be notified by us whenever new updates are available. * For security issues - vbulletin.org will contact all members who have installed a modification whenever a security issue is brought to their attention. * Marking a modification as installed also helps us know how many people are using our work, giving us extra incentive to provide more features and new modifications. We appreciate the support! ------------------------------------------------------------------------------------------- Features - Lite
Priority support will be handled at DBTech. FAQ Q: I have WinCache installed, but vB Optimise tells me it's not? A: WinCache only introduced OpCode support in version 1.1, if you're using version 1.0.x you will need to upgrade. Q: I'm using the XCache method, flushing doesn't work? A: If you have XCache authentification, turn the admin option on within vB Optimise Settings, then edit ./vboptimise/config.php and specify your XCache username/password. Alternatively you can disable XCache authentification within php.ini: Code:
xcache.admin.enable_auth = Off A: eAccelerator does not provide the caching extension by default, you will need to recompile PHP with additional flags. For more information read eAccelerator documentation located here: http://eaccelerator.net/wiki/CompileConfiguration (Specifically look at: with-eaccelerator-shared-memory) Download Now
Screenshots
Supporters / CoAuthors Show Your Support
|
Comments |
#42
|
||||
|
||||
Quote:
I recommend trying out APC cache - Memcache is only better if it's running on a separate server entirely. No, it will take up more RAM in order to speed up your site Unused RAM is wasted RAM, so you will always want your RAM filled up with data so that the server doesn't have to query MySQL (hard disk lookup) as that is orders of magnitude slower than reading from RAM. To put things into perspective, DDR-3 SDRAM has a maximum transfer rate of 6400 MB/s. The fastest SSDs on the market (discounting RAID setups) has a maximum transfer rate of 550 MB/s. You shouldn't ask for anything to take up less RAM for this reason Quote:
Fillip |
#43
|
||||
|
||||
Quote:
My server keeps shutting down because my ram is getting used to much, so I thought this would lower the use, Godaddy server support keeps telling my to lower my ram usage |
#44
|
|||
|
|||
Quote:
Code:
vB Optimise: Test Setup Running Test: Connection to apc Test completed successfully Running Test: Store Cache Test completed successfully 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 Code:
apc APC Support enabled Version 3.1.9 APC Debugging Disabled MMAP Support Enabled MMAP File Mask no value Locking type pthread mutex Locks Serialization Support php Revision $Revision: 308812 $ Build Date Jan 14 2013 12:12:59 Directive Local Value Master Value apc.cache_by_default On On apc.canonicalize On On apc.coredump_unmap Off Off apc.enable_cli Off Off apc.enabled On On apc.file_md5 Off Off apc.file_update_protection 2 2 apc.filters no value no value apc.gc_ttl 3600 3600 apc.include_once_override Off Off apc.lazy_classes Off Off apc.lazy_functions Off Off apc.max_file_size 1M 1M apc.mmap_file_mask no value no value apc.num_files_hint 1000 1000 apc.preload_path no value no value apc.report_autofilter Off Off apc.rfc1867 Off Off apc.rfc1867_freq 0 0 apc.rfc1867_name APC_UPLOAD_PROGRESS APC_UPLOAD_PROGRESS apc.rfc1867_prefix upload_ upload_ apc.rfc1867_ttl 3600 3600 apc.serializer default default apc.shm_segments 1 1 apc.shm_size 32M 32M apc.slam_defense On On apc.stat On On apc.stat_ctime Off Off apc.ttl 0 0 apc.use_request_time On On apc.user_entries_hint 4096 4096 apc.user_ttl 0 0 apc.write_lock On On should i change somethings in vbulletin config.php file? |
#45
|
||||
|
||||
What Apache handler are you using? If you're using WHM, you can find it by going to PHP & SUexec Configuration.
Fillip |
#46
|
|||
|
|||
Quote:
Server API LiteSpeed V6.1 with 1 cpu dedicated license. our site is down after going some hours! |
#47
|
||||
|
||||
Are you able to observe memory / cpu usage (such as via top in SSH) before the site goes down?
I assume just rebooting your server / VPS brings it back, but then it goes back down? Fillip |
#48
|
|||
|
|||
Hi, how can I measure the number of queries before and after installing this, so I can monitor the performance before and after installing your product? We run a huge forums and I am seriously considering the Pro version; if the Lite works as expected, I don't see why not buying the Pro -- I believe it is an investment that is worthwhile (since we run a for-profit forums). Thanks.
|
#49
|
|||
|
|||
NO, it is the oposite, it uses more RAM, so data is chached in RAM and vBulletin doesn't need to query the database server, speeding-up vBulletin and lowering load at the MySQL server.
|
#50
|
|||
|
|||
Never mind -- I found out that you already added this option inside vB Optimise v2. I've just installed and will post here some results. Thanks.
|
#51
|
||||
|
||||
We'll await your results
Fillip |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|