vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Board Optimization - datastore cache to XCache - boost your vBulletin (https://vborg.vbsupport.ru/showthread.php?t=141005)

doraj 02-15-2008 11:24 AM

If I use XCache Datastore, Can I also active "GZip Compression" to my AdminPC or are possible conflicts?

Thanks..

Mindwarp 02-16-2008 10:10 PM

Quote:

Originally Posted by Paul M (Post 1403946)
Just in case no one has noticed yet - xcache support has been added to vbulletin 3.7.

I saw where he said not to install the patch in the OP. I assumed the file was included somewhere in 3.7 but I haven't been able to find it.

Yes, I'm a newbie. :o

Icy 02-17-2008 04:15 AM

Quote:

Originally Posted by Mindwarp (Post 1444770)
I saw where he said not to install the patch in the OP. I assumed the file was included somewhere in 3.7 but I haven't been able to find it.

Just remove this modification then in ./includes/config.php
Search for:
PHP Code:

// $config['Datastore']['class'] = 'vB_Datastore_Filecache'; 

Add underneath or replace it with
PHP Code:

$config['Datastore']['class'] = 'vB_Datastore_XCache'


Mindwarp 02-17-2008 05:44 AM

Thank you very much Icy. :)

punchbowl 02-17-2008 09:05 PM

Quote:

Originally Posted by da420 (Post 1197533)
I applied the patch, and all I get is a blank page when accessing the forum.

are you php 5.0.x?

It's unsupported by xcache apparently. I get the blank pages too.

Amenadiel 02-29-2008 10:31 AM

This is weird. I have applied the patch, but xcache isn't showing datastore items as cached. Just regular php: no language, usergroup or anything.

I have already uploades class_datastore_xcache.php, edited config.php and class_datastore.php. Should I enable something else somewhere? What am I missing here?

Icy 02-29-2008 05:05 PM

Have you enabled varchache?

Amenadiel 02-29-2008 07:08 PM

uh... varcaché? where should I do that?

Icy 03-01-2008 02:19 AM

In your php.ini. i.e.
Quote:

; same as aboves but for variable cache
xcache.var_size = 6M
xcache.var_count = 4
xcache.var_slots = 8K
; default ttl
xcache.var_ttl = 0
xcache.var_maxttl = 0
xcache.var_gc_interval = 0

Amenadiel 03-02-2008 12:22 PM

Ok, I'll use this conf:

Quote:

xcache.var_size = 16M
xcache.var_count = 4
xcache.var_slots = 8K
xcache.var_ttl = 0
xcache.var_maxttl = 0
xcache.var_gc_interval = 0
I'll tell you how it goes.


All times are GMT. The time now is 10:22 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.01433 seconds
  • Memory Usage 1,740KB
  • 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_php_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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