vBulletin Search Engine Optimization
This is a discussion on Is it more efficient? within the Pre-Sales Questions forums, part of the Announcements & Pre-Sales category; I don't want to pit you guys against Zoints SEO , but since you product has more capabilities, plus support, ...
| |||||||
Enhancing 80 million pages. | Register | FAQ | Members List | Social Groups | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| ||||
| ||||
| Is it more efficient?
I don't want to pit you guys against Zoints SEO, but since you product has more capabilities, plus support, plus consideration for us lighttpd users, I'm considering switching to vbseo as soon as I move to VB 3.7. Now, I'm concerned about performance. See, I have 1.5M posts, and 1500 users online average. I've seen your rewrite rules are not in the form "SEO URL" => showthread.php/$1 but in the form "SEO URL" => vbseo.php?redirect=$1 This means there is a double processing, ins't it? First, lighttpd must rewrite the url to vbseo.php, then this script must redirect to the real URL... or am I wrong and vbseo.php does not call showthread (or showforum or whatever) but instead is a complete rewrite of those funcionalities? Also, I'd like to know about the unencrypted version. żIs is out there already or it will come as a part of a future release? |
|
#2
| ||||
| ||||
| Quote:
And I'm using it on my Forums too. |
|
#3
| ||||
| ||||
| vBSEO has to instruct the web server as to which *local* script to execute to get the requested content. To simplify it, it's just a matter of automatically reconstructing the dynamic link and passing that along to Apache, etc.
__________________ Joe Ward / 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. |
|
#4
| ||||
| ||||
|
Yes, I get that, it seems I didn't explain my point clearly. Common rewrite would tell .htaccess to understand something as showthread.php?t=$1. VBSeo rewrite tells .htaccess to tell vbseo.php to redirect the link. It seems like a two pass redirection, and I'm afraid that would strain the server more than just using .htaccess. (in my case, lighttpd.inc.conf) |
|
#5
| ||||
| ||||
|
Hello, vbseo "preprocesses" requests since URL formats are fully customizable and that would require .htaccess modification for every instance. Preprocessing code does not take much system resources though.
__________________ 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. |