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)

Direct Vision 02-05-2008 08:32 AM

wwwwwooooooo it's really faster i have FF and IE and working good on both.....

thanks alot

Declan127 02-07-2008 04:49 PM

My Forum certainly seems faster, thank you very much.
Will click installed now.
:)

jewropa 02-07-2008 07:45 PM

I have a problem, after i installed this hack my VIEW counter of the posts doesnt work, and after i deleted the hack from my HEADER it has no effeckt and doen`t turn back

CLF 02-08-2008 06:08 AM

INSTALLED!!!

Hahaha!!! GREAT!! Thank you! :D

jewropa 02-08-2008 07:44 AM

And now the second problem, -_-

Google Can not download my sitemap!

Please Help! How to undo and delete it complete from my system?

CLF 02-10-2008 09:52 PM

Quote:

Originally Posted by CLF (Post 1438712)
INSTALLED!!!

Hahaha!!! GREAT!! Thank you! :D

After few days I realized that this actually slowed down the whole thing for some reason. Had to remove it. :(

Allnick 02-10-2008 11:45 PM

I'm reserving judgement.....

Navigating across the navbar seems quicker, because the banner remains constant whilst the next page is loading...then the content changes. Gives a much smoother effect.

Clicking on a thread within a forum seems slower...waiting for the whole page to load before anything happens gives the impression of slowness, where as before you waited (but viewed) the page loading.

That said, my members haven't complained after the first 24 hours of installing.

WFZ 02-12-2008 07:53 AM

Awesome!

Installed!:D

Boofo 04-01-2008 07:22 PM

Will this still work in the headinclude template? It gives off validation errors in the header template like mad.

webgeek247 04-02-2008 01:50 PM

yaghoob, for the meta tag to be xhtml compliant you need to change this:

Quote:

<META http-equiv=Page-Exit content=BlendTrans(Duration=0)>
<META http-equiv=Page-Enter content=BlendTrans(Duration=0)>

to this:

Quote:

<meta http-equiv="Page-Exit" content="BlendTrans(Duration=0)" />
<meta http-equiv="Page-Enter" content="BlendTrans(Duration=0)" />
The effect is very good. I like it. **Installed** :D

DISLEX 04-03-2008 03:59 AM

I just tried this out on 3.6.8. I am using FireFox and it seems to have made a HUGE difference! I love it. Thank you.

bigevil 04-19-2008 03:38 PM

I searched through some older posts, but couldnt find if anyone has tried this on 3.7 RC's.

Does anyone know if this trick still works for 3.7?

Jase2 04-19-2008 11:50 PM

I tested on 3.7 RC 3 and it does seem to work -- not keeping it though, due to the validation errors -- as Boofo mentioned.

Boofo 04-20-2008 01:05 AM

Quote:

Originally Posted by Jase2 (Post 1494829)
I tested on 3.7 RC 3 and it does seem to work -- not keeping it though, due to the validation errors -- as Boofo mentioned.

I also uninstalled it as there seems to be no support on getting questions answered with this.

bugriders 04-21-2008 09:57 AM

I tried it with 3.6.4 and I don't notice speed improvement of my forum. So I unistalled it.

Sworm 04-21-2008 01:59 PM

Can cause problems this mod?

woodcreeker 04-29-2008 07:23 AM

Anyone having problems, try this in your Header template at the top, the 0 was there, and you were suppose to try numbers larger than zero. I know this post will get lost in this thread, but this works really slick. This is an old webmasters trick! Old, but still effective!

Code:

<META http-equiv="Page-Enter" content="blendTrans(Duration=0.2)">
<META http-equiv="Page-Exit" content="blendTrans(Duration=0.2)">


My first and last post in this thread. Sorry, I cannot keep repeating myself.

Oh, by the way, I am still running vB 3.6.8, which the coder posted this for.

Enjoy!

Boofo 04-29-2008 07:28 AM

If you use it in the header, you get validation errors. I uninstalled it due to that reason.

woodcreeker 04-29-2008 07:47 AM

I think it is a vB 3.7 thing, works great for 3.6.8 and probably all 3.6.x

(I know, second post in this thread...:rolleyes:)

I hear ya, big guy!!

Here's a link where I seen it first http://www.secretgeek.net/fajax.asp

Boofo 04-29-2008 07:54 AM

You will get validation errors in 3.6.x also if you have it in the header template.

woodcreeker 04-29-2008 09:47 AM

Okay the string does cause validation errors. (I checked an XHTML Markup Validator)

All those errors are refering to is "...this error can create cascading effects" This is more of a warning than a real error, I firmly believe that, but it could cause parsing errors for just a few, but most can safely run this on their forums with no ill effects.

I know you guys are pure coders, and that is awesome. (I wish I had the time, been programming my whole life, off and on, about 30 yrs). I interpret that error "flag" as a warning, and this may be the actual nature of how this hack works. I actually forgot about it for a couple of years!

Ol' Wise One, like I said above, Boofo (and I am acknowledging you, too, Jase2 and djpassion) I still do hear you guys!! You guys deserve a lot of respect. There is so much wrong in a lot of the code we work with in the first place when it comes to XHTML, it takes numerous hours to hunt it all down and fix all of it.

If anyone on my forums complains, I will just pull it back out. I doubt it, but I only make small changes here and there, so I can easily go back and fix any problems that crop up. For now, I am leaving it in, and I am sure it will work fine. Takes just a second to pull it out, anyway.

My final code on this hack to eliminate most (if not all) XHTML validation errors.

Code:

<meta http-equiv="page-enter" content="blendTrans(Duration=0.2)"/>
<meta http-equiv="page-exit" content="blendTrans(Duration=0.2)"/>

Some Validators may simply warn you about these statements, and not give you true errors. I am not going to go through a bunch of those code debuggers, anyway, to get to the heart of the problem, if there is one.

Boofo, I wasted an hour screwing around (LOL) and I didn't really want to on this, but that is okay. Sometimes I like to putz around. I actually found a couple of errors I forgot to double-check !

Hang In There, Good Luck and Stay Cool Guys !! :)

Boofo 04-29-2008 10:01 AM

If you add that code to the headinclude templates, the validation errors are gone.

nando99 05-18-2008 03:18 PM

installed woodcreeker's code in the headinclude template and it works great! thanks

mariocaz 05-28-2008 05:19 PM

Is this works in 3.7 GOLD ? why yo didn“t release there ?

mariocaz 05-28-2008 05:24 PM

Installed and works awesome in 3.7 GOLD, thank you so much.

Release it in 3.7 !!!

PHILIPS-08 06-01-2008 07:14 AM

thanx man good job let me try

wanaasa.com 06-11-2008 01:16 AM

thanks

Goomzee 06-11-2008 08:16 AM

thankx man i will try it on

ShiZoPhreN 06-11-2008 09:35 AM

Thanx :)

Golzarion 06-11-2008 04:55 PM

Of course it is not xhtml valid !

Shazz 06-11-2008 09:32 PM

Quote:

Originally Posted by Golzarion (Post 1546815)
Of course it is not xhtml valid !

Kinda funny how its only 2 lines that do that.. :erm:

TimberFloorAu 06-12-2008 02:09 AM

Weird but seems to work...

Reminds me of years ago, when we had to keep pages under 30k, we used to load images into cache.

Must be a caching kinda thingymajig :)


Changed speed from 0.2 to 0 Seems to work better. Less blend

webmastersitesi 06-15-2008 09:46 PM

good share thanks

Bombowiec89 06-26-2008 02:46 PM

It should be called "make your forum's speed seem slower"

Me dont working.
As installed at some time receive the error "blank page"

Regards.

lms 07-08-2008 01:29 PM

work fine.

Thanks.

Trabaja muy bien.

Gracias.

Salud2

madmax1228 07-08-2008 04:30 PM

installed

Artes_Marciales 07-27-2008 09:46 AM

Thanks!!

Markos 08-18-2008 08:21 PM

thanks nice work

ahmedzbeda 08-21-2008 04:42 PM

Thank you very much !..

but it changed nothing to my forum .. i think because it is already fast ..

( but hoped that it will be more .. )

diettalk 08-24-2008 11:17 AM

the code in the txt file is different than what's listed above... txt file seemed to slow down my forum, but what's listed above seemed to draw the forum a bit quicker.


All times are GMT. The time now is 05:50 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.01362 seconds
  • Memory Usage 1,793KB
  • 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
  • (2)bbcode_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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