vb.org Archive

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

MissKalunji 12-30-2008 02:52 PM

Quote:

Originally Posted by Deceptor (Post 1695274)
Depends on your setup, typically it should be off, but try setting it to On. It may resolve your issue :)

I got someone real nice helping me with xcache :) so all my problems should be done after that....Thank you for your help if i wasn't broke i would def make a donation you deserve it.

MissKalunji 12-30-2008 04:35 PM

* never mind *

MissKalunji 12-30-2008 05:41 PM

something else. When vboptimize is enabled. If someone receive an e-mail from me

it shows as - instead of dancehallareaz.com Entertainment

When i disable it it shows fine...

Any ideas on what settings i might have messed up?

KevinL 12-30-2008 07:59 PM

If you search in the thread I think the answer was to disable caching phrases for the time being.

MissKalunji 12-30-2008 08:07 PM

oops sorry.

KevinL 12-30-2008 08:21 PM

haha no need to be sorry :)

I had to do it earlier myself ;)

janslu 12-30-2008 08:44 PM

I am running a fairly busy forum at http://www.babyboom.pl/forum . We are currently running on two servers - one for web and a separate one for db.

On web server we are running nginx serving static files and proxying to apache2 with mod_php 5.2.3 and apc 3.0.19. On db - mysql 5.0.51.

The extension caused:
- a slight decrease in pageload (but hardly visible) and not consistent (some pageloads were longer some shorter),
- huge decrease in db->web bandwidh usage (from 30mbit avarage to 10mbit), but not that impressive drop in overall queries/sec numbers.
- noticeable increase in web server load (it's probably no more than few percent avarage cpu usage, but that pushed it over the limit in my case.

So far I have decided to turn it off because my web server is on it's last legs because of load (>900 concurrent users). I will resume tests when I install my new machine.

Thanks for your work :-)
It may have great influence in most situations, especially on sites where mysql is a bottleneck. But before you install, you have to consider a slight increase in load with APC...

ABDALWAHID 12-31-2008 11:00 AM

Hello,

Warnung: Cannot modify header information - headers already sent by (output started at [path]/includes/adminfunctions.php:280) in [path]/includes/class_activecache_methods.php (Zeile 190)


vB Optimise: Your XCache requires administration authentification to be able to clear to cache, to login simply try flush the cache again. To disable admin authentification for XCache set "enable_auth" to Off in your php.ini configuration.

xcache.admin.enable_auth = Off

------

XCache
XCache Support enabled
Version 1.2.2
Modules Built cacher
Readonly Protection N/A
Opcode Cache enabled, 268,435,456 bytes, 4 split(s), with 4096 slots each
Variable Cache enabled, 268,435,456 bytes, 4 split(s), with 8192 slots each
Shared Memory Schemes mmap

Directive Local Value Master Value
xcache.admin.enable_auth Off Off
xcache.cacher On On
xcache.coredump_directory no value no value
xcache.count 4 4
xcache.gc_interval 0 0
xcache.mmap_path /dev/zero /dev/zero
xcache.readonly_protection no value no value
xcache.shm_scheme mmap mmap
xcache.size 256M 256M
xcache.slots 4K 4K
xcache.stat On On
xcache.test 0 0
xcache.ttl 0 0
xcache.var_count 4 4
xcache.var_gc_interval 300 300
xcache.var_maxttl 14400 14400
xcache.var_size 256M 256M
xcache.var_slots 8K 8K
xcache.var_ttl 7200 7200

--------------

it s not ok?

Big-K 01-01-2009 04:14 PM

I'm a novice on Cache.

How can I identify my Cache Method and how can I change it?

Jim O 01-01-2009 04:44 PM

Quote:

Originally Posted by Big-K (Post 1698613)
I'm a novice on Cache.

How can I identify my Cache Method and how can I change it?

Run php info (you can find it in the admin control panel at the very bottom in the "Maintenance" section. Scroll down and look for XCache and/or memcache. I'm not as familiar with eAccelerator or APC but they would likely appear there as well.

In order to configure vBulletin to work with the installed cache you would need to edit includes/config.php. The line is near the bottom and will look like:

Code:

$config['Datastore']['class'] = 'vB_Datastore_ XXX';
where XXX is the method that you use.

If you are on shared hosting you should provide a "datastore prefix" with the line:

Code:

$config['Datastore']['prefix'] = 'ZZZ';
where ZZZ is some prefix that will identify your items in the cache.

If no cache methods are available and you are on shared hosting you can ask your host to install XCache for you.


All times are GMT. The time now is 03:42 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
  • Page Generation 0.02933 seconds
  • Memory Usage 1,744KB
  • 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_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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