![]() |
Quote:
I recommend trying out APC cache - Memcache is only better if it's running on a separate server entirely. Quote:
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 |
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 |
Quote:
Code:
vB Optimise: Test Setup Code:
apc should i change somethings in vbulletin config.php file? |
What Apache handler are you using? If you're using WHM, you can find it by going to PHP & SUexec Configuration.
Fillip |
Quote:
Server API LiteSpeed V6.1 with 1 cpu dedicated license. our site is down after going some hours! |
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 |
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.
|
Quote:
|
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.
|
We'll await your results :)
Fillip |
vB Optimise v2.5.1
Feature: New Administrator Permission: Can Administer vB Optimise Fillip |
1 Attachment(s)
Fillip,
Thank you a lot for adding this feature that I've requested on your support forums. That is simply awesome, as we have several admins, and I don't want them messing aroung with vB Optimiser's configurations. As for the performance... I can only say: wow! I am attaching a screenshot from our MRTG, showing the traffic on our MySQL server. See the traffic before and after... You can clearly see what happened from week 8 on... Thanks a lot my friend, I am a proud paying supporter of your work. Gabriel |
vB Optimise v2.5.2
Feature: Improved logging details for Control Panel actions Feature: Added DBTech Affiliate ID support Feature: The resource saving statistics in the global footer can now be translated / altered via a vBPhrase Fix: The resource saving statistics in the global footer should now be visible on all custom skins Fix: The setting to enable/disable the per-page resource saving statistics in the global footer now works with Branding Free Change: Changed the Branding display method to inject itself into the copyright footer (underneath vBulletin copyright) instead of the page footer. Change: Changed the Branding Free Key to a more secure key. Fillip |
vB Optimise v2.5.3
Feature: Improved error messages for APC, XCache and eAccelerator when the extension is not configured correctly Fillip |
when i have this addon enabled i can not save anything in admin panel. it will shows an blank page in admin cp and mod cp.
Any idea? |
That usually means you've selected an opcode cacher that you either don't have installed or is not correctly configured.
Disable hooks by adding PHP Code:
Fillip |
Hi I have this installed and I have apc set as the cache, recently apc caused an issue with cPanel, cPanel techs disabled apc and I can now access cPanel, however I cannot access my forum either front end or admincp I get this error Fatal error: APC not installed in [path]/includes/class_datastore.php on line 386
I have disabled hooks in /includes/config.php but that hasn't changed a thing, I've even tried different browsers and get the same error. What do I need to do to get this removed from database...etc in order to get my forum back? |
Add
PHP Code:
Fillip |
As I stated in my post disabling hooks in config.php did not allow me in!
|
Then disable APC from the Filecache option further down in the config.php
Fillip |
Ah yes, forgot about that, that did the trick thanks :)
|
vB Optimise v2.6.0 Beta 2
Integration With Other DBTech Products
Fillip |
vB Optimise v2.6.0 Beta 3
Integration With Other DBTech Products
Fillip |
vB Optimise v2.6.0 Beta 4
Integration With Other DBTech Products
Fillip |
Update
Hotfix: PHP 5.4 Compatibility fixes This does not guarantee the mod is error free on PHP 5.4, but it will take care of the reported errors. Thank you all for your reports :) Fillip |
For some reason $num is not being set on our site and we end up with just this showing in the What's Going On section:
MySQL Queries vB Optimise has saved this forum: with no number after it. We do have Display Total Saved Resources turned on as well as Resource Saving Statistics. On the admincp Resource Statistics page we do see the number of queries that vBO has saved the site but no number is shown on the forum homepage in the What's Going On section. Any suggestions? Thanks. |
Can you please try disabling all other mods to see if there's a conflict somewhere?
Fillip |
I just found out that I'm on suPHP, which means there are no cachers that play nice with my server. Is it essentially worth it, then, for me to have it installed on my board in my situation? I notice that even though my pages load within a fraction of second, it still tells me it took over a million seconds to generate. :eek:
EDIT: I noticed I also get the no "queries saved" issue mentioned by the above poster. |
On an unrelated note, I noticed there are a few unencoded ampersands in the footer links. They're throwing up a number of validation errors. Just a heads up.
|
Memcache doesn't care about suPHP, though it's less efficient than internal cachers like APC and XCache.
Fillip |
I currently have it set to Filecache. Is this vBulletin's internal caching system, or is the product essentially doing nothing for me?
|
It writes the cache to .php files inside the /dbtech/vboptimise/filecache folder (assuming it's writeable, unsure about the exact path but it's written in the description of the cache chooser I believe :)
Fillip |
Quote:
Thanks. From what I can tell it seems to be working, except for the statistics, which puts the page generation time in billions of seconds. |
1 Attachment(s)
I just installed this, it looks great, but can i get some help.
The only option i can use for the Opcache Operator is: Filecache I've done that and moved the avatars/attachments ect... Everything is ok on the Optimal Settings page: https://vborg.vbsupport.ru/external/2013/12/3.jpg But when i go to the system test it shows this: https://vborg.vbsupport.ru/external/2013/12/4.jpg And the Daily Resource Statistics is blank: https://vborg.vbsupport.ru/external/2013/12/5.jpg Is this doing anything on my site, or should i remove it? Thanks |
This looks like the files may not have been uploaded correctly, or the /dbtech/vboptimise/filecache folder wasn't CHMODed to 0777.
Can you please re-upload the files by dragging and dropping the contents of the upload folder to your forums' folder, and ensure that directory is writeable? Fillip |
Thanks for you reply, but i've done that & it's still the same.
There were a lot of php files in the /dbtech/vboptimise/filecache folder so it must have the permission to write to it. Im just not shore if its doing anything on my site. |
Silly question, but did you actually flush the cache first? I know I had some troubles with the initial installation that cleared up when I simply ran that feature. Actually, I usually have to flush the cache each time I install a DBTech product.
|
vB Optimise v2.6.0 Gold
Bug Fixes And Issue Fixes:
Fillip |
Maybe another bug
Quote:
|
vB Optimise v2.6.1
New Features: (Pro) Plugin Cache
Bug Fixes And Issue Fixes:
Fillip |
All times are GMT. The time now is 01:01 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|