vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   vB4 is very slow.... (https://vborg.vbsupport.ru/showthread.php?t=236911)

ericgtr 02-26-2010 04:05 PM

Quote:

Originally Posted by Andy (Post 1991857)
One reason vB4 is slower than vb3 is the use of shading and rounded corners. Add this to the bottom of the additional.css template and your forum will speed up considerably.

* { -moz-box-shadow: none !important; }
* { -webkit-box-shadow: none !important; }

* { -moz-border-radius: 0px !important; }
* { -webkit-border-radius: 0px !important; }

Nice. Installed! :D

haXan 02-27-2010 09:01 AM

How can we add this codes ?

I added this codes to CSS Options but I cant save anything, cause there is no SAVE button anywhere...

? ? ?

ProFifaLeagues 02-27-2010 10:59 AM

Any more info on ading this code?

Paul M 02-27-2010 11:11 AM

As the instructions say ;

Quote:

Add this to the bottom of the additional.css template
Just like you would edit any other template.

ChopSuey 02-27-2010 12:24 PM

Try requesting for server optimization over at vb.com

ProFifaLeagues 02-27-2010 12:35 PM

Will try this now thanks

compwhizii 02-27-2010 04:01 PM

Quote:

Originally Posted by Andy (Post 1991857)
One reason vB4 is slower than vb3 is the use of shading and rounded corners. Add this to the bottom of the additional.css template and your forum will speed up considerably.

* { -moz-box-shadow: none !important; }
* { -webkit-box-shadow: none !important; }

* { -moz-border-radius: 0px !important; }
* { -webkit-border-radius: 0px !important; }

Are you serious? Are you telling me that rounded corners are going to slow website loading to a crawl?

Please refer to this.

With firebug, it's saying that to load the main page I need 91 HTTP requests, taking 22 seconds, and is 860KB to download with nothing cached. The vbulletin default theme is 64 requests and 280 KB. Mine is 32 requests 322KB. That's way too many requests and way too much to download.

YSlow tells a similar tale also,
http://grab.by/2IQs
Grade of E, I'm surprised it's not F.
http://grab.by/2IQu
You have Zero Caching on almost all of your files. Every time someone loads the page they need to request the files again. That's wasteful.

Before you start pointing fingers at vbulletin you need to do some serious optimization.

ericgtr 02-27-2010 05:00 PM

All I can say is that I made this simple change to my site and the difference in how fast it loads now is night and day. It's like moving it to a lighting fast server.

ChopSuey 02-27-2010 05:05 PM

I have tried it and it messed up my style lol.

compwhizii 02-27-2010 05:35 PM

Quote:

Originally Posted by ericgtr (Post 1993036)
All I can say is that I made this simple change to my site and the difference in how fast it loads now is night and day. It's like moving it to a lighting fast server.

I'd like to see some real benchmarks and tests to back this up. This can't affect the speed at which the page downloads, however it can affect how fast it renders in the browser. Rendering is something the user's computer and browser can be at fault for.


All times are GMT. The time now is 02:16 PM.

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.01664 seconds
  • Memory Usage 1,739KB
  • 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
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (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