|  | | vBulletin Setup > vBulletinSetup Information > vBulletin SEO Tips and SEO Questions | vBulletin SEO Tips and SEO Questions Discuss vBSEO Optimization Tips in the vBulletinSetup Information forums; Here are several options that may help to add extra efficiency for your vBSEO installation:
Move rewrite rules from .htaccess to httpd.conf
For users with dedicated servers, the vBSEO rewrite ... | |
Please Register to get full access to the forums.
 | |
04-16-2007, 06:48 AM
|
#1 | | vBulletin Owner vBSetup Owner
Join Date: Jul 2006 Location: Topeka, KS
Posts: 12,639
| vBSEO Optimization Tips Here are several options that may help to add extra efficiency for your vBSEO installation: Move rewrite rules from .htaccess to httpd.conf
For users with dedicated servers, the vBSEO rewrite rules applied in the .htaccess files can be moved directly into the httpd.conf file for more efficient performance. [forum_id] in URL formats
If your CRU format includes only [forum_title], 1 additional database query will be executed. To eliminate this query, simply be sure to include [forum_id] in the CRU format.
Related vbseocp.php options: - General Options-> Define Forum Path Title Bits
- Forum URLs -> Forum URL Format
- Forum URLs -> Forum Index Page URL Format
- Announcement URLs -> Individual Announcement URL Format
- Announcement URLs -> Multiple Announcements URL Format
- Thread URLs -> Multiple Page Thread URL Format
- Thread URLs -> 'Last Post in Thread' Redirect URL Format
- Thread URLs -> 'Newest Post in Thread' Redirect URL Format
- Thread URLs -> 'Go To Post in Thread' Redirect URL Format
- Thread URLs -> Multiple page 'Go To Post in Thread' Redirect URL Format
- Thread URLs -> 'Previous Thread' Redirect URL Format
- Thread URLs -> 'Next Thread' Redirect URL Format
- Printthread URLs -> 'Printthread' URL Format
- Printthread URLs -> Multiple Page 'Printthread' URL Format
- Poll URLs -> Poll URL Format
- Nav Bullet (Tree Icon) Image URLs -> Forum Nav Bullet Image URLs
- Nav Bullet (Tree Icon) Image URLs -> Thread Nav Bullet Image URLs
- Attachment URLs -> Attachment URLs Format
[user_id] in Member Profile/Avatar URL formats OR Disable them
Include [user_id] in your Member Profile and Avatar URL formats.
Related vbseocp.php options: - Member's Profile URLs -> Member Profile URL Format
- Custom Avatar Image URLs -> Custom Avatar URL Format
Optionally, rewriting member profile pages and avatars can be disabled. Disable "Replace 'Previous/Next Thread' redirect links?" feature.
This option replaces the 'Next Thread' and 'Previous Thread' links with direct, content relevant links. Disabling it will save two database queries per thread page.
Related vbseocp.php options: - Direct Links -> Replace 'Previous/Next Thread' redirect links?
Disable rewriting for attachments/tree icon images
Optionally, rewriting attachment and tree icon image URLs can be disabled.
Related vbseocp.php options: - Nav Bullet (Tree Icon) Image URLs -> Rewrite Nav Bullet Image URLs?
- Attachment URLs -> Rewrite Attachment URLs?
Disable "Add Thread Titles" features
These features are available in vBulletion version 3.5x or greater. Optionally, you may disable them.
Related vbseocp.php options: - Add Thread Titles -> Add Thread Titles to Showthread Links Anchor Text?
- Add Thread Titles -> Add Thread Titles to Showpost Links Anchor Text?
Disable features with outgoing network connections.
Various features have outgoing network connections. To reduce or eliminate these requests, you can disable the following vbseocp.php features: - Outgoing LinkBacks -> Update Services
- Outgoing LinkBacks -> Enable Outgoing Pingbacks
- Outgoing LinkBacks -> Enable Outgoing Trackbacks
- Add Titles to External Links -> Add Page Titles to External Links Anchor Text?
IonCube vs. Zend
You may consider trying both the Zend and IonCube versions of vBSEO to determine if there is a performance variation. In some limited test cases, the server environment showed improved performance while of one over the other.
I'll try to add to this as I get time
thank
[ Source...] |
| |
04-16-2007, 01:26 PM
|
#2 | | Guest | Re: vBSEO Optimization Tips Awesome guide!!
Thanks for listen to my request Brandon good work. | |
| |
04-16-2007, 02:24 PM
|
#3 | | vBulletin Owner vBSetup Owner
Join Date: Jul 2006 Location: Topeka, KS
Posts: 12,639
| Re: vBSEO Optimization Tips Quote:
Originally Posted by Humbe Awesome guide!!
Thanks for listen to my request Brandon good work. | I thought you might like that
I'll add to it as I get time
cheers
-Bs
ps. don't forget the thanks button |
| |
04-16-2007, 03:36 PM
|
#4 | | Guest | Re: vBSEO Optimization Tips Sure!!
All tips are appreciated :-P
Thanked | |
| |
04-16-2007, 11:31 PM
|
#5 | | vBulletin Owner
Join Date: Sep 2006 Location: Texas
Posts: 208
| Re: vBSEO Optimization Tips Why are we obsessed with saving queries?
__________________ LazyDivide : Can I cross that lazy divide? (blog) 699dotCOM.com : $6.99 .COM domains at GoDaddy! Save $3 |
| |
04-17-2007, 12:19 AM
|
#6 | | Guest | Re: vBSEO Optimization Tips The site will load faster and also you can save bandwidth | |
| |
04-17-2007, 06:10 PM
|
#7 | | vBulletin Owner vBSetup Owner
Join Date: Jul 2006 Location: Topeka, KS
Posts: 12,639
| Re: vBSEO Optimization Tips My understanding is that the fewer times you can call from the database, the lower your server load will be and should make the pages load faster. |
| |
04-18-2007, 11:17 PM
|
#8 | | Guest | Re: vBSEO Optimization Tips Hey Brandon, I think this topic deserves a sticky | |
| |
04-19-2007, 06:53 AM
|
#9 | | vBulletin Owner vBSetup Owner
Join Date: Jul 2006 Location: Topeka, KS
Posts: 12,639
| Re: vBSEO Optimization Tips Quote:
Originally Posted by Humbe Hey Brandon, I think this topic deserves a sticky  | it is isn't it ? |
| |
04-19-2007, 09:05 AM
|
#10 | | vBulletin Owner
Join Date: Oct 2006 Location: France
Posts: 852
| Re: vBSEO Optimization Tips ..................... |
| |
07-17-2007, 07:15 AM
|
#11 | | vBulletin Owner
Join Date: Jul 2007 Location: N.C.
Posts: 73
| Re: vBSEO Optimization Tips - General Options-> Define Forum Path Title Bits
So I select [forum_title] here? - Forum URLs -> Forum URL Format
Which one do i select here? [forum_path]/
[forum_title]/
forum[forum_id]/
[forum_title].html
Custom: Forum URLs -> Forum Index Page URL Format Which one do i select here? [forum_path]/index[forum_page].html
[forum_title]/index[forum_page].html
forum[forum_id]/index[forum_page].html
[forum_title]-[forum_page].html
Custom:
I am sorry but I find these hard to understand for a complete vBSEO newbie.. I MO they would be better in a step by step method.. It took me 20mins just to notice the +/- thing to expand to find these settings alone..  I have had my VbSeo for about 3 months now and have yet have it run more than 3 days before driving my server loads through the roof, on my VPS..
What is CRU? |
| |
07-17-2007, 10:58 AM
|
#12 | | vBulletin Owner vBSetup Owner
Join Date: Jul 2006 Location: Topeka, KS
Posts: 12,639
| Re: vBSEO Optimization Tips CRU is content relevent URL's.
If you want to use the same settings that I use, go to te +\- and select #6
If your server loads are that high, I suggest you open a support ticket at vbseo.com and ask the team to take a look.
cheers |
| |
07-17-2007, 11:31 AM
|
#13 | | vBulletin Owner
Join Date: Jul 2007 Location: N.C.
Posts: 73
| Re: vBSEO Optimization Tips Quote:
Originally Posted by Brandon CRU is content relevent URL's.
If you want to use the same settings that I use, go to te +\- and select #6
If your server loads are that high, I suggest you open a support ticket at vbseo.com and ask the team to take a look.
cheers | Yea I opened a ticket with them.. They even set a few things for me but still no luck.. ran good for 2 days and now back to normal.. I can't access my site because the loads are too high 15.51, 14.07, 8.85 |
| |
07-17-2007, 12:22 PM
|
#14 | | vBulletin Owner vBSetup Owner
Join Date: Jul 2006 Location: Topeka, KS
Posts: 12,639
| Re: vBSEO Optimization Tips Whats your sites url ? Is it a big board ? and how is your hosting ? |
| |
07-17-2007, 12:25 PM
|
#15 | | vBulletin Owner
Join Date: Jul 2007 Location: N.C.
Posts: 73
| Re: vBSEO Optimization Tips |
| |
07-17-2007, 01:41 PM
|
#16 | | vBulletin Owner vBSetup Owner
Join Date: Jul 2006 Location: Topeka, KS
Posts: 12,639
| Re: vBSEO Optimization Tips I don't see why vbseo would bring that site down ??
How many users do you have on at once on average ?
Our site isn't big by any means, but my server load is rarely over .05 |
| |
07-17-2007, 01:53 PM
|
#17 | | vBulletin Owner
Join Date: Jul 2007 Location: N.C.
Posts: 73
| Re: vBSEO Optimization Tips Quote:
Originally Posted by Brandon I don't see why vbseo would bring that site down ??
How many users do you have on at once on average ?
Our site isn't big by any means, but my server load is rarely over .05 | I usually have anywhere from 60 to 120 depending on the time of day, sometimes on the weekend it can get around 200..
I know that it's vBSEO because without it running my site runs great, no downtime or slow loading pages.. But when I enable vBSEO all hell breaks loose.. Really!! |
| |
07-17-2007, 01:55 PM
|
#18 | | vBulletin Owner vBSetup Owner
Join Date: Jul 2006 Location: Topeka, KS
Posts: 12,639
| Re: vBSEO Optimization Tips Quote:
Originally Posted by RaceJunkie I usually have anywhere from 60 to 120 depending on the time of day, sometimes on the weekend it can get around 200..
I know that it's vBSEO because without it running my site runs great, no downtime or slow loading pages.. But when I enable vBSEO all hell breaks loose.. Really!!  | I'm not doubting that vbseo is causing your high server loads, but I still don't see why it would. I've seen much larger boards run vbseo and not miss a beat |
| |
07-17-2007, 02:00 PM
|
#19 | | vBulletin Owner
Join Date: Jul 2007 Location: N.C.
Posts: 73
| Re: vBSEO Optimization Tips Quote:
Originally Posted by Brandon
If you want to use the same settings that I use, go to te +\- and select #6 | What do you mean by #6 I don't see a #6..? Announcement URLs -> Multiple Announcements URL Format
Are you saying that I should put [forum_id] in the Custom box? Is that all I put there?
Last edited by RaceJunkie; 07-18-2007 at 09:02 AM.
Reason: Automerged Doublepost
|
| |
07-19-2007, 10:14 AM
|
#20 | | vBulletin Owner
Join Date: Jul 2007 Location: N.C.
Posts: 73
| Re: vBSEO Optimization Tips I'm not feeling any love here..LOL |
| |
07-19-2007, 10:39 AM
|
#21 | | vBulletin Owner vBSetup Owner
Join Date: Jul 2006 Location: Topeka, KS
Posts: 12,639
| Re: vBSEO Optimization Tips I'm talking about the preset rewrite rules that vbseo has setup.. There should be a few sites, and vBulletinSetup is one of them. |
| |
07-19-2007, 11:31 AM
|
#22 | | vBulletin Owner
Join Date: Jul 2007 Location: N.C.
Posts: 73
| Re: vBSEO Optimization Tips Quote:
Originally Posted by Brandon I'm talking about the preset rewrite rules that vbseo has setup.. There should be a few sites, and vBulletinSetup is one of them. | ic now damn I'm sloooow huh? |
| |
07-19-2007, 12:03 PM
|
#23 | | vBulletin Owner vBSetup Owner
Join Date: Jul 2006 Location: Topeka, KS
Posts: 12,639
| Re: vBSEO Optimization Tips it's all good
We're all here for the same reason, to better our sites |
| |
02-08-2008, 04:38 AM
|
#24 | | vBulletin Owner
Join Date: Apr 2007
Posts: 17
| Re: vBSEO Optimization Tips Hi Brandon,
I have a few forums ( all vBSEO) in a dedi box. Is it possible for me to remove all those htaccess files and add a single entry in the httpd.conf ? |
| |
02-08-2008, 08:54 AM
|
#25 | | vBulletin Owner
Join Date: Dec 2006
Posts: 75
| Re: vBSEO Optimization Tips Quote:
Originally Posted by Hemanth Hi Brandon,
I have a few forums ( all vBSEO) in a dedi box. Is it possible for me to remove all those htaccess files and add a single entry in the httpd.conf ? | <set up directory directives inside the httpd.conf file and add the htaccess directives per directory path there.
Actually it will be faster than .htaccess. Just make sure you don't forget to update the conf after script updates. And yes, restart apache after conf update. |
| |
02-08-2008, 01:29 PM
|
#26 | | vBulletin Owner vBSetup Owner
Join Date: Jul 2006 Location: Topeka, KS
Posts: 12,639
| Re: vBSEO Optimization Tips Quote:
Originally Posted by acers Actually it will be faster than .htaccess. | oh ya ?
maybe I should be doing this on vbsetup, and for sure on the crowdgather network since ATM we have 8 forums all running vbseo. |
| |
02-08-2008, 07:52 PM
|
#27 | | vBulletin Owner
Join Date: Aug 2007 Location: Tasmania, Australia
Posts: 622
| Re: vBSEO Optimization Tips I believe directory directives in httpd.conf are quicker then .htaccess as it's all loaded in on startup (but don't take my word for it)
It's also possible to split up into seperate files and then include them all into httpd.conf |
| |
02-08-2008, 08:57 PM
|
#28 | | vBulletin Owner
Join Date: Dec 2006
Posts: 75
| Re: vBSEO Optimization Tips Well its obvious.
httpd.conf is compiled once at server restart unlike the .htaccess which evaluated at each request to the page. |
| |
02-09-2008, 02:27 PM
|
#29 | | vBulletin Owner
Join Date: Feb 2008 Location: Fife,Scotland
Posts: 167
| Re: vBSEO Optimization Tips Unfortunatly i couldn't install vBSEO because i done have a mod_rewrite installed on my server and my host is still to set it up,he which might not happen for months yet because he says its a lot of work.
Is there possibly a way round that? |
| |
02-09-2008, 02:29 PM
|
#30 | | vBulletin Owner vBSetup Owner
Join Date: Jul 2006 Location: Topeka, KS
Posts: 12,639
| Re: vBSEO Optimization Tips Quote:
Originally Posted by lombardo Unfortunatly i couldn't install vBSEO because i done have a mod_rewrite installed on my server and my host is still to set it up,he which might not happen for months yet because he says its a lot of work.
Is there possibly a way round that? | "they" aren't adding mod_rewrite because it's a "lot of work" ?
I would be dropping that host asap, hope your site doesn't go down and you need a backup, that may turn out to be "a lot of work" for the host as well. |
| | | Thread Tools | | | | Display Modes | Linear Mode |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | All times are GMT -6. The time now is 03:24 PM. |