The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Make your forum's speed seem faster Details »» | |||||||||||||||||||||||||||
*Staff note: This has an effect in Microsoft Internet Explorer + Firefox*
(but still not tested on others). Hi, This is my second modification and I hope you like it. What it does: It lets your members and your visitors feel that your site or forum is very fast when they access it. It is just like a trick only not really it does speed up your forum. Version of vB: It works with ALL versions: vB1, vB2, vB3.0.x, vB3.5.x, vB3.6.x, vB3.7.x, vB3.8.x, and any version in future. More than this, you can use it for any simple website. :smoke: Time to install: ~ 1 sec. How to install: There are no database changes, additional files, ... etc. But there is only one change in a template. 1. Open the HEADER template. 2. Place the following code at the top of the contents: Code:
<meta http-equiv="Page-Exit" content="BlendTrans(Duration=0)" /> <meta http-equiv="Page-Enter" content="BlendTrans(Duration=0)" /> Note: Otherwise, you can put it at the top of HEADINCLUDE template. 3. Save & Enjoy. More information: Click here. Please, if you want to use this modification, click INSTALL. Download Now
Supporters / CoAuthors Show Your Support
|
2 благодарности(ей) от: | ||
too_cool_3, usHealthy |
Comments |
#122
|
||||
|
||||
You can tell the effect it has on IE, yes.
Thanks, Mat. |
#123
|
||||
|
||||
I did 2 video tutorials on 2 blank vB test sites, One was my friends and one was mine.
Both loaded the same with and without the code. But I guess if it seems faster to you guys that works too.. |
#124
|
||||
|
||||
Its not the ‘loading time’ it’s the fact that it eliminates the flickering… its been said many times in this thread…
|
#125
|
||||
|
||||
Installed thanks
Gazer |
#126
|
|||
|
|||
dude, this actually works. holy crap.
I'm too lazy to look it up, but what is this code ACTUALLY doing to my forums to make it load faster and why wouldn't it load fast anyway BEFORE I added this code to my header template? |
#127
|
||||
|
||||
I've followed this thread and wish to add some technical input and insight into what's going on, and how to implement it most easily into vB.
In the HEADINCLUDE template at the bottom or top include this single line: Code:
<meta content="BlendTrans(Duration=0.01)" http-equiv="Page-Exit" /> Folks, that's all you need to do, and this is web developer trick that's been around for while, much like GZIP compression has been. Technically speaking, as the article linked earlier in this thread explained, on page refreshes, i.e. form submissions and other redirects, this command helps the browser reduce screen flicker and can be exploited for fade effects as well. The value I'm using is the best universal value (after many others have tried this or that) and you just set it and forget it. You only need the exit argument because flicker issues only occur on redirects or refreshes on the page that is displayed following the task. The other argument is necessary only if you're intentionally fading or other cosmetic effects to exploit this ability. The references people have been making about AJAX and FAJAX is easy enough to explain. AJAX is code use to display dynamic content "in place" so as to avoid screen refresh and might even call scripts that run server side fetching content from a database. To the user, the screen just dynamically changes, i.e. tables moving around, Netflix like informational dialogs displaying on top of content, or Google customized home page where you can drag/drop content as you build the page. FAJAX is a term developers use to describe the AJAX effect of dynamic content updating, without actually using AJAX code. It's faking it, hence the term FAJAX. In truth this meta command is one of those many W3C header tags that are not intended to be universally supported but exist for developers of browsers and plugins who want to utilize such features to manipulate the browser's abilities. Due to the fact it's technically unsupported, you might see this ability lost in future browser implementations and it might even corrupt wireless or other future Internet technologies if the DTD doesn't specify this command. Some programmer out there might not be smart enough to ignore it or exploit it. But for most of us, it works great and such issues are not a concern. Enjoy. -jim |
#128
|
|||
|
|||
lol... nice
|
#129
|
|||
|
|||
I found this increased my page load time.
but nifty trick you discovered. |
#130
|
|||
|
|||
Installed thanks
|
#131
|
||||
|
||||
seem to work quite well thanks bud nice work
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|