vBulletin Search Engine Optimization
This is a discussion on Is your vBulletin too fat? within the Off-Topic & Chit Chat forums, part of the Focus on Members category; vBSEO goes a long way to help with speeding up the download of your vBulletin pages by stripping out whitespace ...
| |||||||
Enhancing 80 million pages. | Register | FAQ | Members List | Social Groups | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| |||
| |||
| vBSEO goes a long way to help with speeding up the download of your vBulletin pages by stripping out whitespace and comments, but the javascript that's included into each page may be slowing down your site. I've started down the track of developing some tools to help speed up vBulletin and improve site scores on YSlow. The first is a minimized version of the Javascript that comes with vBulletin. More info: Noodles’ Blog Blog Archive vBulletin JS Min Stay tuned for more performance tips and tools. |
|
#2
| ||||
| ||||
|
Thanks, I'll try this out and see what it does with the bandwidth and speed |
|
#3
| |||
| |||
|
read about in many places...but just cant find it... thnx |
|
#4
| ||||
| ||||
|
javascript that is a separate file is cached by the users browser.
|
|
#5
| ||||
| ||||
|
While it's a nice bandaid, the real problem is the over-use of JS in the first place, and even more so, the use of including the JS in the body of documents by the elements. sure, it makes it easier to just include the quick reply js with the quick reply template, but for professional software, they should have taken the time to include them in the header with conditionals upon what page it is... or even better, Use their own damn hook system. I'm pretyt sure there's a couple for the head. :shrug: |
|
#6
| ||||
| ||||
|
It's sad to see some of the newer mods that include some huge prefab js library to do a little task when they could have written their own smaller task specific code. I try to write my own and use functions and vars already in vBulletin. |
|
#7
| ||||
| ||||
| Definitely. Nothing is more irking then seeing a vB mod/hack touted as being full of AJAX-goodness only to find out that the person did not use any of the existing vB libraries and instead simply used a third-party library which you must then include.
|
|
#8
| |||
| |||
|
I've changed the method of optimizing, rather than pre optimizing js I've found/modified a script that will do it on the fly and cache the results. Seems very fast and has brought down the front end payload on my sites. Results here: Noodles’ Blog Blog Archive Optimized vBulletin (Part 2) If anyone wants to try it on their site give me a PM. I'm not ready to launch it to everyone yet as I have a few other things I want to add in. |
|
#9
| |||
| |||
|
subscribed to this thread...to stay updated..
|
|
#10
| |||
| |||
|
anyone tested this ?
|