vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Board Optimization - [DBTech] vB Optimise 2.0.1 (Lite) (https://vborg.vbsupport.ru/showthread.php?t=237325)

Deceptor 08-01-2010 07:44 PM

It's not meant to make pages load/appear faster, it's designed to reduce load on MySQL (atleast that's true for this version anyway). :)

apokphp 08-01-2010 09:48 PM

Well...if load is reduced...wouldn't pages load a bit faster as a result?

Deceptor 08-03-2010 09:53 PM

That depends on the load reduced, and vB Optimise Lite is only impacting MySQL - your php generation time will remain the same more or less. Other optimisations focus'd on PHP/Your HTTP server would improve load times, but this isn't something Lite does.

newsoftw 08-14-2010 12:21 PM

hi every one..

i have my owned dedicate server.
i don't understand the vB Optimise: Opcache Operator ?
  • APC
  • eAccelerator
  • Memcache
  • XCache
  • WinCache
  • Filecache
which is the best vB Optimise: Opcache Operator for forum on dedicate server ?

please help.

Thanks

DragonByte Tech 08-15-2010 06:51 PM

xCache or Memcache properly configured tend to be the most beneficial to most people. It depends on your server a little though - and you have to ensure your host properly configures them. There are tips on that through the thread, and on the DBTech website.

newsoftw 08-16-2010 12:28 PM

Quote:

Originally Posted by DragonByte Tech (Post 2084384)
xCache or Memcache properly configured tend to be the most beneficial to most people. It depends on your server a little though - and you have to ensure your host properly configures them. There are tips on that through the thread, and on the DBTech website.

thanks for reply.

ok and sir i have godaddy virtual dedicated server.

my server detail:
  • OS: Linux CentOS
  • Apache v2.2.3
  • phpMyAdmin - 2.11.9.6
  • Server version: 5.1.48
  • MySQL client version: 5.0.90
  • PHP 5.2.14
so with my this server which is best for me xCache or Memcache ?

how i can properly configured my server for xCache or Memcache coz i i am new to using the virtual dedicated server for first time and i purchased virtual dedicated server as three month ago.

please help on this issue with me.

thanks

DragonByte Tech 08-16-2010 02:20 PM

A little out of my area of expertise, but i'll have Deceptor check the thread and help you out when he pops online =)

Iain

Deceptor 08-18-2010 07:38 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 :)

TeknoSounds 08-19-2010 06:45 AM

I have a dedicated server with no interaction or support available from my host.

For my server I went with XCache. Was fairly easy to install myself, there's several guides out there on the internet on how to do this.

and I must mention, fantastic mod guys :D Been pitching it to my work since we have several large scale vB boards.

FFMania 08-20-2010 06:18 AM

So does anyone able to figure out what is causing:

PHP Code:

 Your Opcache Operator extension is functioninghowever it is unable to store dataPlease check your extension configuration

When I am using xcache? I think I did all the correct settings but keep getting this error. :(

Here is my settings: http://screensnapr.com/u/t2rb1a.png

I have suPHP with SUEXEC enabled, is this one of the causes?

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

Quote:

Originally Posted by Deceptor (Post 2085944)
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

Quote:

Originally Posted by Deceptor (Post 2091044)
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

Quote:

Originally Posted by Deceptor (Post 2090353)
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:
Code:



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!!!

PHP Code:

Database error in vBulletin 4.0.3:

Invalid SQL:

                
SELECT user.*, (user.options 512) AS invisible avatar.avatarpathNOT ISNULL(customavatar.userid) AS hascustomcustomavatar.dateline AS avatardatelinecustomavatar.filedata_thumbcustomavatar.height AS avheightcustomavatar.width AS avwidthcustomavatar.width_thumb AS avwidth_thumbcustomavatar.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 06;

MySQL Error   Can't create/write to file '#sql_3dbb_0.MYD' (Errcode: 17)
Error Number  1
Request Date  
SundaySeptember 26th 2010 02:00:56 PM
Error Date    
SundaySeptember 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/showt...-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

Quote:

Originally Posted by Deceptor (Post 2104442)
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/showt...-file-...-quot

Hope that helps :)


Thanks for the reply Depector.
Regards.

ceho 09-29-2010 10:57 AM

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

Quote:

Originally Posted by FF|Skyrider (Post 2112205)
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

Quote:

Originally Posted by yahooooh (Post 2113414)
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
Code:

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

Quote:

Originally Posted by eroan (Post 2121408)
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...

Arae 11-19-2010 02:22 AM

I installed it but some of my skins can't be viewed after the installation.

Xeyn 11-22-2010 09:05 AM

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


All times are GMT. The time now is 02:25 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01722 seconds
  • Memory Usage 1,860KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (2)bbcode_php_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete