vBulletin SEO Forums

SEO

vBulletin Search Engine Optimization

Buy vBSEO Now! HACKER SAFE certified sites prevent over 99.9% of hacker crime.
ne nw
vBSEO Total Support Team Launches DeskPro New vBSEO Discount Level for Network Builders vBSEO 3.2.0 GOLD Has Landed Success with vBSEO = 600ore Web Visitors + $1400 in a Day! Crawlability Inc. Files for SEO Technology Patent
se sw

Xcache question/confusion

This is a discussion on Xcache question/confusion within the General Discussion forums, part of the vBulletin SEO Discussion category; I have two forums on a single server, each with their own copy of vbSEO . I've recently installed xcache, ...

Go Back   vBulletin SEO Forums > vBulletin SEO Discussion > General Discussion

Enhancing 80 million pages.

Register FAQ Members List Social Groups Calendar Search Today's Posts Mark Forums Read
  #1  
Old 07-25-2008, 11:21 AM
Junior Member
 
Real Name: Will
Join Date: May 2007
Posts: 10
Xcache question/confusion

I have two forums on a single server, each with their own copy of vbSEO. I've recently installed xcache, but haven't configured it (will do so shortly) or turned it on in vB's config.php for either forum.

Really I just want to be clear, should I be turning it on there (on the vB config.php side) AND in vbseocp for each forum? Just in vB with the prefixes? Or just in vbseo? None of it is very clear.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #2  
Old 07-25-2008, 12:13 PM
Oleg Ignatiuk's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Oleg Ignatiuk
Join Date: Jun 2005
Location: Belarus
Posts: 21,597
Hello,

vBSEO has its own Caching implementation that works/is configured independently from vBulletin. If you have more than one vBSEO forum running on the same server, you should define custom XCache variable name in config_vbseo.php:
PHP Code:
    define('VBSEO_CACHE_VAR',              'vbseo_storage'); 
__________________
Oleg Ignatiuk / Crawlability Inc.
Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service

vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations

6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #3  
Old 07-25-2008, 12:36 PM
Junior Member
 
Real Name: Will
Join Date: May 2007
Posts: 10
Hi, Oleg.

Thanks for the quick response.

Just to be clear, I should enable XCache on the vBSEO side, and *not* in the vBulletin config.php?

And I should change 'vbseo_storage' to something unique for each site? Such as 'site1_storage' and 'site2_storage'?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #4  
Old 07-25-2008, 12:57 PM
Oleg Ignatiuk's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Oleg Ignatiuk
Join Date: Jun 2005
Location: Belarus
Posts: 21,597
You can have it enabled both for vBSEO and vBulletin or only for one of the cases, it should still work.

Quote:
And I should change 'vbseo_storage' to something unique for each site? Such as 'site1_storage' and 'site2_storage'?
Yes, exactly.
__________________
Oleg Ignatiuk / Crawlability Inc.
Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service

vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations

6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #5  
Old 07-25-2008, 01:08 PM
Junior Member
 
Real Name: Will
Join Date: May 2007
Posts: 10
So there's no benefit to enabling it on vB if I'm doing so on vBSEO then? If so, that makes my life easier, and I don't have to ask if all four instances (config.php x2, and vbseo_config.php x2) each have to have unique variable names.

Thanks so much for the information!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #6  
Old 07-25-2008, 02:47 PM
MadK's Avatar
Senior Member
 
Real Name: Leo
Join Date: Jun 2008
Location: Canada
Posts: 119
Blog Entries: 2
Quote:
Originally Posted by wcbryant View Post
So there's no benefit to enabling it on vB if I'm doing so on vBSEO then? If so, that makes my life easier, and I don't have to ask if all four instances (config.php x2, and vbseo_config.php x2) each have to have unique variable names.

Thanks so much for the information!
Yes, I've been thinking the same. I'd like to know, too!

Thank you!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #7  
Old 07-25-2008, 02:53 PM
Oleg Ignatiuk's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Oleg Ignatiuk
Join Date: Jun 2005
Location: Belarus
Posts: 21,597
Quote:
So there's no benefit to enabling it on vB if I'm doing so on vBSEO then?
If you enable it in config.php that will enable caching for vBulletin itself, so it might make sense to enable both of them.
__________________
Oleg Ignatiuk / Crawlability Inc.
Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service

vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations

6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #8  
Old 07-25-2008, 10:40 PM
Junior Member
 
Real Name: Will
Join Date: May 2007
Posts: 10
Quote:
Originally Posted by Oleg Ignatiuk View Post
If you enable it in config.php that will enable caching for vBulletin itself, so it might make sense to enable both of them.
Okay, I need to circle around to the previous question then.

Do I need to set 4 different unique variables then? One each for: Forum1_VB, Forum1_VBSEO, Forum2_VB, and Forum2_VBSEO?

Or should both VB and VBSEO for each forum share the same unique variable?

Sorry, Oleg. I just want to make sure I do this right and not corrupt the cache or cause server problems for myself.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #9  
Old 07-25-2008, 11:42 PM
Oleg Ignatiuk's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Oleg Ignatiuk
Join Date: Jun 2005
Location: Belarus
Posts: 21,597
You will need 4 different variables in this case.
__________________
Oleg Ignatiuk / Crawlability Inc.
Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service

vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations

6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #10  
Old 07-26-2008, 12:04 AM
Junior Member
 
Real Name: Will
Join Date: May 2007
Posts: 10
Perfect, thanks for your patience.

Now I just need to figure out what settings to use for XCache, lol. But that's research for another forum.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #11  
Old 07-26-2008, 09:40 AM
Senior Member
 
Real Name: Bernard
Join Date: Aug 2007
Location: Friendswood, TX
Posts: 147
I can tell you that you don't need much memory for the variable space cache (xcache.var_size) which handles the vB datastore and vBSEO cache. I've got several forums on my VPS and I've had to bump xcache.size (for the PHP caching) to 160M, but I'm getting by with just 4M for xcache.var_size and even that looks to be excessive.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #12  
Old 07-26-2008, 01:34 PM
Junior Member
 
Real Name: Will
Join Date: May 2007
Posts: 10
Thanks, appreciate the insight. I'm just sort of cobbling together settings from different threads here, on vb.com, and another site.

Is the goal to keep the values as low as possible, but high enough to not get errors? Meaning, is there a downside to overdoing it?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #13  
Old 07-26-2008, 04:34 PM
Senior Member
 
Real Name: Bernard
Join Date: Aug 2007
Location: Friendswood, TX
Posts: 147
If you allot too much memory, it just means there is less memory available to the server for other processing chores. The goal is as you stated - enough, but not more.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads

Thread Thread Starter Forum Replies Last Post
Xcache and Template compressed by xcache tintin74 General Discussion 5 07-25-2008 11:09 AM
question about xcache bernard Off-Topic & Chit Chat 12 07-17-2008 04:41 PM
Confusion On SERP legionofangels Analysis: Traffic & SERPS 3 03-09-2008 04:43 AM
Confusion ultrono Pre-Sales Questions 1 09-02-2007 11:07 AM
a little confusion Lionel Custom Rewrite Rules 2 04-21-2007 01:48 AM


All times are GMT -4. The time now is 11:48 PM.


Powered by vBulletin Version 3.8.0 Beta 4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.5 ©2008, Crawlability, Inc.