The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
YSLOW 1.0.3 (Make Your Forum Faster) Details »» | |||||||||||||||||||||||||
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
|
Comments |
#222
|
|||
|
|||
instead of your external script i use this on all my sites...
Code:
<IfModule mod_deflate.c> <FilesMatch "\\.(js|css|html|htm|xml)$"> SetOutputFilter DEFLATE </FilesMatch> </IfModule> |
#223
|
|||
|
|||
Hi guys,
So this Mod is secure for our forums ?? thanx |
#224
|
||||
|
||||
Quote:
Of course, I understood Vb.org will do nothing about this but so ? |
#225
|
|||
|
|||
It is, but you may have problems with caching. Test it out before using it, I guess.
|
#226
|
|||
|
|||
Absolutely, this modification does nothing to the vb core files, nor is it a plug in... It simply uses existing technology (mod_expires on Apache) to force local cacheing.
It means that no action will be taken against this mod because there is nothing wrong with it. The mod forces browsers to cache (store files locally to avoid downloading images/files on every impression) which will 1) reduce bandwidth consumption of your forums and 2) increase the speed in which your pages will load in an end user's browser. This mod is really for IE7 because Firefox and Opera are 'intelligent' enough to cache images and .js scripts to an acceptible level, however IE7 does not cache properly so using the .htaccess forces IE7 to cache images/.js files/swf files/etc and will also parse .js/text/.css files through an extra gzip routine which will reduce the over all bandwidth used because the files will be downloaded as compressed. As you can see, the first impression (or any impression with an empty cache) will be a 'normal' download. So, under these conditions, the user will download 210k of files and the server will be asked for 51 different operations. However, every revisit with a primed cache, the user will only have to download 28k worth of information and the server will only be asked to perform 17 operations as the rest of the information needed will be stored on the user's own computer in their local cache. To put it in real terms... Using this hack will save me (everyone will be different depending on how big the forum is) almost 2mb of bandwidth per 10 impressions (roughly, it's late, I can't be arsed to do the maths! ) so on a site like mine that does over 4 million impressions a month, my bandwidth consumption will be considerably lower as well as my users not being forced to download 1/5th of a meg every time they visit the site. |
#227
|
||||
|
||||
Sorry
============================== As you know, There is a very big disaster taken place in China, I affected by this too. There is so many things need to do, and there is very little time to the Internet. More or less, I had already know about this mod has some problem. and I want to say sorry to everybody. I pormise, this mod will be updated as soon as I check the problem, and I will try to get more time to the Internet.(Next week! I think I will have some time, and I will put the time on this.) Thank and sorry for everybody. And again, If you realy like this mod, please support me, all the donate will be send to the victims in China. |
#228
|
|||
|
|||
支持, 我己捐款給四川同胞.
|
#229
|
||||
|
||||
<font color="Red">by the way , I had read the replys in a short time.
what the problem indeed ?</font> I get a message from nothing4me, but I dont think that a problem... maybe I'm worng ? who helps me ? |
#230
|
||||
|
||||
|
#231
|
|||
|
|||
These ones are the problems that nothing4me said:
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|