vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=236)
-   -   Mini Mods - Make your forum's speed seem faster (https://vborg.vbsupport.ru/showthread.php?t=121315)

Nutz 05-26-2007 02:30 PM

Quote:

Originally Posted by Shazz (Post 1254971)
Can you honestly tell its fast?
Or do you just assume that

You can tell the effect it has on IE, yes.

Thanks,
Mat.

Shazz 05-26-2007 03:37 PM

Quote:

Originally Posted by Nutz (Post 1254981)
You can tell the effect it has on IE, yes.

Thanks,
Mat.

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..

Nutz 05-26-2007 04:06 PM

Its not the ‘loading time’ it’s the fact that it eliminates the flickering… its been said many times in this thread…

Gazer 05-28-2007 03:09 PM

Installed thanks

Gazer

713JunctionP 06-06-2007 05:30 PM

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?

iVox 06-07-2007 06:14 PM

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" />

This is all you need, and it also follows a format all modern browsers can understand including XHTML DTD specifications which all the good templates utilize you can download here. I've successfully tested it on MSIE, Opera, Netscape and Firefox, latest release versions of each as of this writing.

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

thenewuser 06-11-2007 09:27 AM

lol... nice ;)

0tolerance 06-13-2007 08:58 AM

I found this increased my page load time.
but nifty trick you discovered.

nokturno 06-13-2007 07:37 PM

Installed thanks

SCORPION1 06-13-2007 09:58 PM

seem to work quite well thanks bud nice work


All times are GMT. The time now is 05:00 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01278 seconds
  • Memory Usage 1,741KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete