|   |   |   | ||||
| Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. | 
|    | 
| 
 | |||||||
| Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. | 
|  | Thread Tools | 
|  10-11-2009, 10:14 AM | #1 | 
| Confirmed User Join Date: Nov 2005 Location: ICQ - 703894 
					Posts: 1,949
				 | 
				
				Any Cache type shit for vBulletin?
			 I've got a forum running right now, and it's getting hammered big time. Just a huge influx of traffic, and it's not as optimized as it should be. What good plugins/etc are there for optimizing the load and lowering mysql queries and whatnot? 
				__________________   | 
|   |           | 
|  10-11-2009, 10:22 AM | #2 | 
| Confirmed User Join Date: Nov 2005 Location: ICQ - 703894 
					Posts: 1,949
				 | BTW, Yes I know that vB has a built in post cache. 
				__________________   | 
|   |           | 
|  10-11-2009, 10:32 AM | #3 | 
| Confirmed User Join Date: Nov 2005 Location: ICQ - 703894 
					Posts: 1,949
				 | I've never really done much to edit vB. Perhaps there is a way to disable viewing signatures and/or avatars when you're not logged in? Maybe a fully cached page(not just the post) can be delivered to users not logged in? Maybe depending on the referring domain, I can select a particular style, it being very low on loading. 
				__________________   | 
|   |           | 
|  10-11-2009, 10:41 AM | #4 | 
| Confirmed User Join Date: Nov 2005 Location: ICQ - 703894 
					Posts: 1,949
				 | I'm going to continue to ask unanswered questions. What do you forum managers use for SEO on vB? 
				__________________   | 
|   |           | 
|  10-11-2009, 10:42 AM | #5 | 
| Confirmed User Industry Role:  Join Date: Apr 2006 Location: Germany 
					Posts: 4,323
				 | Microstats is good for checking uncached templates: http://www.vbulletin.org/forum/showthread.php?t=82900 Consider adding a php cache. 
				__________________ --- ICQ 14-76-98 <-- I don't use this at all | 
|   |           | 
|  10-11-2009, 10:43 AM | #6 | 
| Confirmed User Industry Role:  Join Date: Apr 2006 Location: Germany 
					Posts: 4,323
				 | SEO plugins (like vbSeo) are overrated.   It's far more important to optimize your pages' content. 
				__________________ --- ICQ 14-76-98 <-- I don't use this at all | 
|   |           | 
|  10-11-2009, 10:50 AM | #7 | 
| Confirmed User Join Date: Nov 2005 Location: ICQ - 703894 
					Posts: 1,949
				 | I'm actually just considering switching to something more lightweight. I don't have a need for vB really. 
				__________________   | 
|   |           | 
|  10-11-2009, 11:06 AM | #8 | 
| Confirmed User Industry Role:  Join Date: Apr 2002 Location: Los Angeles 
					Posts: 6,986
				 | SEO plugins for vbulletin are pretty much 100% worthless. Try installing Xcache and then enabling that within the vbulletin config. BTW how much traffic are we talking and are you on a dedicated server? What are the specs? | 
|   |           | 
|  10-11-2009, 11:10 AM | #9 | |
| Confirmed User Join Date: Nov 2005 Location: ICQ - 703894 
					Posts: 1,949
				 | Quote: 
 I should have moved the forums a long time ago to my other hosting, but there was never a need, and I still don't really want to deal with the move as this traffic isn't guaranteed daily traffic. That's why I'm just looking for some simple shit to lower the load the forums are taking. I'll try XCache out. 
				__________________   | |
|   |           | 
|  10-11-2009, 12:12 PM | #10 | 
| Confirmed User Join Date: Oct 2003 
					Posts: 1,653
				 | In Apache config, link the article url to a static copy of the article... Two ways: Mod Rewrite - easiest and very flexible. Ie. you could create a rule that people clicking the article from within your forum reach the article as usual while those clicking in from elsewhere get the static version of the article. And/Or Alias (or AliasMatch to handle multiple variations of a url) - more difficult and may not work well for various reasons. Another option *may* be to redirect the article url away within vBulletin ... not sure if that's easily possible, but mention it anyways. In short, Apache Mod Rewrite is likely the easiest way to redirect a highly linked url(s) away to a static page, etc to reduce Vbulletin DB load. Ron 
				__________________ Domagon - Website Management and Domain Name Sales | 
|   |           | 
|  10-11-2009, 12:16 PM | #11 | 
| Confirmed User Join Date: Oct 2003 
					Posts: 1,653
				 | Addendum: A far easier way is to add a temporary Redirect 302 directive in .htaccess Redirect 302 /forums/articlelink.html http://www.example.com/staticarticle.html Ron 
				__________________ Domagon - Website Management and Domain Name Sales | 
|   |           | 
|  10-11-2009, 12:47 PM | #12 | 
| Confirmed User Join Date: Nov 2005 Location: ICQ - 703894 
					Posts: 1,949
				 | Good stuff, thanks Ron. 
				__________________   | 
|   |           |