vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3 Articles (https://vborg.vbsupport.ru/forumdisplay.php?f=187)
-   -   How Design Affects Performance (https://vborg.vbsupport.ru/showthread.php?t=160502)

Princeton 10-17-2007 10:00 PM

How Design Affects Performance
 
The first few seconds when visiting a site is important. You need to grab the reader's attention immediately. So, if your site is slow to load - you have a problem.
[rft]Success is based on
how the reader
perceives your site.
[/rft]
Complaint I
Members complain that your site takes forever to load.

Complaint II
Members complain that some parts of your site takes forever to load. For example, the body will load but the column navigation is slow (delayed).
If you heard any of the above complaints and you wondered why - then continue reading.

Introduction

This 6 part series will focus on a few key areas that affect performance on the client-side. Our focus is specifically on first-time visitors as their experience determines if they become a member.

Let me clarify a few terms before we continue:
  • Performance - the reader's overall experience when visiting your site
  • Design - the generated page (everything - not just the eye-candy)
What Affects Performance

The following affects performance:
  • Progressive Rendering
  • HTTP Requests
  • Style sheets / Javascript Files
  • Size of Page / Objects
  • Other
Progressive Rendering

Progressive rendering is the act of displaying each object as it is downloaded.

There are 2 popular browsers right now: Internet Explorer and Firefox.
Both support progressive rendering but they differ on how they render tables. Hence, your choice of design and the reader's choice of browser can affect performance.

HTTP Requests


An HTTP Request is a request from a browser to a server. A request can be made for an HTML page or any object included within the page. Too many requests can affect performance.

Style sheets / Javascript
  • Style sheets describes how an object on a Web page are presented. It's a means of adding style such as font, color, position, etc to objects on a Web page. There are 3 methods you can use when styling an object: inline, internal, or external. The method that you use, it's location, size, and number can affect performance.
  • JavaScript is a client-side scripting language. It enables Web authors to create interactive sites. Size, location where JavaScript is embedded, and the number of files (external) can affect performance.
Size of Page / Objects
  • The size of an object can affect performance.
  • Location of an object can affect performance.
By understanding what affects performance, you can create a better user experience. Visitors who have a good experience will spend more time on the site. The longer a visitor stays on your site the more revenue you can earn and the more members you will have.


Next Article in this 6 part series:
How Design Affects Performance : Progressive Rendering

[hr]black[/hr]Learn More about Princeton

amnesia623 10-18-2007 07:43 PM

thank you!
But don't forget to mention that Safari is the Mac's browser that ships with OS X and IE isn't available for the Mac.

http://www.microsoft.com/mac/product...texplorer.aspx

davidw 10-18-2007 10:17 PM

Very good! Design is very critical to a site's performance. Most people consider design as visual when actually most of the site's design is the backbone and can make or break the site.

fourat 05-02-2008 03:37 AM

very nice ... waiting for the next articles :)

--------------- Added [DATE]1209706830[/DATE] at [TIME]1209706830[/TIME] ---------------

i have a question .. when i but javascripts codes for Ads and check the page in w3schoole i see there are errors

how i but the javascripts codes without errors in validation ?

--------------- Added [DATE]1209717337[/DATE] at [TIME]1209717337[/TIME] ---------------

what the function of this code ?
Code:

.aimgbox {position: relative;overflow:auto;height:auto;width:98%;padding:5px}
img.aimg {max-width:96%;cursor:pointer}
<!--[if lte IE 6]>
.aimgbox {width:99%}
img.aimg{width: expression(this.width > 530 ? 510: true)}
<![endif]-->

is it for resizer images ?
how i use it ?

Jasem 05-02-2008 12:39 PM

Thank you very much :)

fourat 05-04-2008 04:22 AM

can you answer me please

seostudio 09-03-2009 12:02 PM

Very good!
:)
Design is very critical to a site's performance :cool:

yahoooh 09-04-2009 01:10 AM

i use YSlow to chick my design and site
it give me: A complex page means more bytes to download, and it also means slower DOM access in JavaScript. Reduce the number of DOM elements on the page to improve performance.

how to fix this ?


All times are GMT. The time now is 01:22 PM.

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

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02182 seconds
  • Memory Usage 1,730KB
  • 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
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete