Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.7 > vBulletin 3.7 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
YSLOW 1.0.3 (Make Your Forum Faster) Details »»
YSLOW 1.0.3 (Make Your Forum Faster)
Version: 1.0.3, by Jack0919 Jack0919 is offline
Developer Last Online: Jun 2011 Show Printable Version Email this Page

Category: Add-On Releases - Version: 3.7.0 Rating:
Released: 05-05-2008 Last Update: 05-15-2008 Installs: 706
Additional Files Translations  
No support by the author.

Info
==============================

This mod can make your vbulletin seem faster.

It works only with apache. It works with VB 3.5.X, VB 3.6.x, VB 3.7.x ...


How it works: http://developer.yahoo.com/yslow/




Update
==============================
1.0.1 First release.
1.0.2 Correct the problem of the Charset.
1.0.2 fix the bug [s]that's not work with vbseo.[/s]
1.0.2 fix the bug [s]by forum on the different directory[/s].
1.0.3 A very important update for safe.
1.0.3 fix the bug [s]that YSLOW do PHP source reads.[/s]
1.0.3 【Thanks very much to bahisyeri
1.0.3 Adjustment server load and speed to an acceptable set .



INSTALLED
==============================

If you have any piont please leave your replay, and it will be helpful.

IF YOU LIKE IT , PLEASE MARK AS INSTALLED


What does it do?
==============================

Add an Expires header


Adding an Expires header to your components with a date in the future makes them cacheable, reducing the load time of your pages. Certainly this should be done with images, but that's fairly typical. Go a step further and add it to scripts and stylesheets, too. This won't affect performance the first time users hit your page, but on subsequent page views it could reduce response times by 50% or more.

Gzip componentes

Gzipping all the js and css files types to reduce page weight. The greatest advantage is compressed to reduce the amount of data transmission network, thereby improving the client browser access speed. Of course, but also increase the burden on the server a little bit. Gzip is a more common form of HTTP compression algorithm.

Configure ETags

1. Client requests a page (A).
2. The server Back to A, and A to add a ETag.
3. Client display the page, and pages together with the ETag cache.
4. Customers once again request pages A, and the last request to the server to return to the ETag transmitted to the server.
5. Server checks the ETag, and to determine the page since the last client request has not been modified, to return to direct response to a 304 (Not Modified) and a response of the air.
So. ETag is a Tag to your components to see if they has been modified. If not here will be no request happened. Configure it is a good way.

Easy Install
==============================

1. Upload all the content to your forum directory.
2. There is no step two. It's done.

UNinstall
==============================

1. Remove all.
2. Done.

If
==============================

If the mod does not work,open and edit httpd.conf like this:
find:
#LoadModule rewrite_module modules/mod_rewrite.so
remove # as:
LoadModule rewrite_module modules/mod_rewrite.so
save, and restart apache, then it's should be OK.
-------------------------------------------------
IF there has a .htaccess File in your forum root directory yet, Do not cover it, open the .htaccess in the zip,copy all the code,add below your own .htaccess.
-------------------------------------------------

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #322  
Old 07-06-2008, 08:43 AM
neopet001 neopet001 is offline
 
Join Date: May 2007
Posts: 51
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sorry but I can't follow the whole topic. I searched for tfSEO and SEO but it returns no result...
Just a quick question, I'm using tfSEO as a SEO tool that rewrites url for forums, threads and posts.
So i just need to add all of your .htaccess content BELOW the ones that tfSEO used? Does it crash or mess up?

Thank you in advanced!
Reply With Quote
  #323  
Old 07-06-2008, 08:59 AM
pedroenf pedroenf is offline
 
Join Date: Jun 2006
Location: Portugal
Posts: 308
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by redlabour View Post
Then you must be the lucky only Guy in the World where it is working.

YSLOW 1.0.3 is not compatibel with vBSEO 3.2
Well if you say i'm lucky...

In the world?! Aren't you exagerating? In that thread only 2 or 3 persons complaints about that. Still, i have it all functioning in my forum. All ajax functions are ok. If you care to take a look at it: www.g6-team.com.
Reply With Quote
  #324  
Old 07-06-2008, 09:11 AM
redlabour's Avatar
redlabour redlabour is offline
 
Join Date: Mar 2004
Location: Wuppertal, NRW, Germany
Posts: 1,541
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by iogames View Post
Ok so we still can copy the code on the forum's root .htaccess?
Try for yourself - on some Configurations with vBSEO 3.2 it can work - on the most not.

Quote:
Originally Posted by neopet001 View Post
Does it crash or mess up?
Try it - if it breakes up something just delete the Code from .htaccess.

Quote:
Originally Posted by pedroenf View Post
Still, i have it all functioning in my forum. All ajax functions are ok.
1. Which configuration did you use in vBSEO 3.2? In my Case i use the one from vbulletin-setup.com.

2. Did you Update your .htaccess to the new .htaccess or did you use the old one?

3. Check my Rewrite Settings.

Anyway - something at your vBSEO Installation or Rewriting is not on Default.

Quote:
Originally Posted by pedroenf View Post
In that thread only 2 or 3 persons complaints about that.
Any only 500 vb.org Users have installed YSLOW Hack. How many of them own vBSEO?

vBSEO has thousands Customers.

Any Questions?
Reply With Quote
  #325  
Old 07-06-2008, 09:41 AM
pedroenf pedroenf is offline
 
Join Date: Jun 2006
Location: Portugal
Posts: 308
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by redlabour View Post
1. Which configuration did you use in vBSEO 3.2? In my Case i use the one from vbulletin-setup.com.
My own of course! Do you want my xml configuration file?


Quote:
Originally Posted by redlabour View Post
2. Did you Update your .htaccess to the new .htaccess or did you use the old one?
Updated of course! Want to see it?


Quote:
Originally Posted by redlabour View Post
3. Anyway - something at your vBSEO Installation or Rewriting is not on Default.
Of course not. Who does sticks with default?


Quote:
Originally Posted by redlabour View Post
Any only 500 vb.org Users have installed YSLOW Hack. How many of them own vBSEO?

vBSEO has thousands Customers.

Any Questions?
So in this 500 YSLOW users only 2 or 3 have YSLOW + VBSEO? Weird!!

Questions?! Lol. I'm the one that have it working...
Reply With Quote
  #326  
Old 07-06-2008, 11:09 AM
redlabour's Avatar
redlabour redlabour is offline
 
Join Date: Mar 2004
Location: Wuppertal, NRW, Germany
Posts: 1,541
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by pedroenf View Post
Questions?! Lol. I'm the one that have it working...
If you have anything constructive to tell us do it:

http://www.vbseo.com/f10/request-int...seo-24724-new/

Reply With Quote
  #327  
Old 07-06-2008, 11:09 AM
tekguru tekguru is offline
 
Join Date: May 2007
Posts: 366
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Interesting to see how you got it working here too. I've 2 x .htaccess files one in the server root and one in /forums/ the later is used with vBSEO.

I did have YSLOW in the former outside of the main /forums/ directory, and I'm wondering if it is okay to add it in there as it is then sperate to vBSEO and it may then work?

Does your working system match this setup at all?
Reply With Quote
  #328  
Old 07-06-2008, 11:45 AM
christian8a's Avatar
christian8a christian8a is offline
 
Join Date: May 2007
Location: Washington State
Posts: 412
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

When everything is fine on your site, everything should work.
this yslow product works nice
Reply With Quote
  #329  
Old 07-06-2008, 01:44 PM
pedroenf pedroenf is offline
 
Join Date: Jun 2006
Location: Portugal
Posts: 308
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by redlabour View Post
If you have anything constructive to tell us do it:

http://www.vbseo.com/f10/request-int...seo-24724-new/

Hey! Take it easy ok? You are the coder here not me! You're the one that shoul be able to figure it out, i'm don't understand a bit of coding! But hey, if you want i can gently provide you my .htaccess file and my vbseo setings. No prob.
Reply With Quote
  #330  
Old 07-06-2008, 04:55 PM
redlabour's Avatar
redlabour redlabour is offline
 
Join Date: Mar 2004
Location: Wuppertal, NRW, Germany
Posts: 1,541
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by pedroenf View Post
Hey! Take it easy ok? You are the coder here not me! You're the one that shoul be able to figure it out, i'm don't understand a bit of coding! But hey, if you want i can gently provide you my .htaccess file and my vbseo setings. No prob.
???

I am no Coder.

Your writting at the wrong place - we need your Information there: http://www.vbseo.com/f10/request-int...24/#post154302

Quote:
Originally Posted by tekguru View Post

I did have YSLOW in the former outside of the main /forums/ directory, and I'm wondering if it is okay to add it in there as it is then sperate to vBSEO and it may then work?
This makes no sense for YSLOW 1.0.3 - you have only optimized your / then.
Reply With Quote
  #331  
Old 07-06-2008, 05:43 PM
pedroenf pedroenf is offline
 
Join Date: Jun 2006
Location: Portugal
Posts: 308
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by redlabour View Post
???

I am no Coder.

Your writting at the wrong place - we need your Information there: http://www.vbseo.com/f10/request-int...24/#post154302

I do not know if you are a coder or not. I just see what is written bellow your nick name here!

About my .htaccess and vbseo settings, if you sink thei could provide some important information about this issue i can post it in VBSEO forum. But i can tell you that i just did the changes told by instalation config files!
Reply With Quote
Reply


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

Forum Jump


All times are GMT. The time now is 11:48 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05192 seconds
  • Memory Usage 2,337KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (14)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete