SlideShare une entreprise Scribd logo
1  sur  5
Télécharger pour lire hors ligne
International Journal of Science and Research (IJSR), India Online ISSN: 2319-7064
Volume 2 Issue 9, September 2013
www.ijsr.net
Effects of Web Page Contents on Load Time over
the Internet
Zhou Munyaradzi1
, Giyane Maxmillan2
, Mutembedza Nyasha Amanda3
1, 2, 3
Midlands State University, Faculty of Science and Technology,
Department of Computer Science and Information, Gweru, Zimbabwe
Abstract: This paper focuses on the effects of web page components on web page load time and how they can be modified to reduce
load time. Website speed measuring software tools (EValid and YSlow), online website monitoring tools and a mathematical model was
used to make quantitative and qualitative analysis on web page load time in relationship to web page content. This research showed that
university X’s website loads slowly within an average of 9.766 seconds and may even fail to load as indicated by its average downtime of
9.32%. For application performance across the internet to improve, the website load time must be on average 8 seconds which increases
the image of the site hence the perceived quality of services or products offered and thus increasing stakeholders’ satisfaction. The
findings of the study revealed that an increase in total size of web page content components is directly proportional to increase in
response time and web page content components have different effects on web page load time. The evidence in this study shows that web
page load time is mainly affected by its web page content characteristics. The study recommends web developers to measure web page
response time against threshold values such as the 8 second rule during designing and implementation of a web page and adapt
techniques identified which reduce load time.
Keywords: Website optimization, EValid, YSlow, Web page load time, web page content.
1. Introduction
Websites play an important role in academic institutions
especially in universities and colleges as they are used as a
method of teaching and a means of online
internationalization. Internet users demand the similar level
of performance as they experience when connecting to
applications via the LAN. Typically, websites on LAN load
faster mainly because the web page content is stored locally
requiring less load time [1]. Most universities have
stakeholders globally dispersed who study at campuses or
purse their studies online and they rely more on their
websites as a tool to convey information. The load time of
websites is one of the most important factors affecting its
usability, most internet users will just skip a site altogether if
it fails to load within an average of 8 seconds [2]. To
increase its global market share the institute must standardize
its web page load time. Information Communication
Technology is a strategic goal of University X and now it
relies more on its website and also its web portal. The
website has e-learning facilities where students access their
learning materials (notes, assignments, continuous
assessments marks, module course outlines, and so on), a
chat panel between student and lecturer, news and updates
through a notice board for both staff and students. The
university’s degree programmes include conventional,
parallel, block-release and visiting students. Block-release
and visiting school students usually access their e-learning
accounts out of campus since they are employees in different
regions of SADC and abroad more so to international
students during their holidays/potential international students
hence they access the site over the internet so the load time
of website needs to be analyzed. A second delay in web page
response time leads to a 16% decrease in customer
satisfaction [3].
University X’s mission statement on exploiting ICT is being
implemented and there is need to meet international
standards as they use the website as a means of teaching,
admission of international students, collaboration, e-learning
and so on. The institute is in collaboration and is in the
process of collaborating with different universities around
the globe and national colleges who access the website over
the internet. Various groups of students such as visiting and
block-release access the site externally so the issue of web
page load time is important since they claim the website
response time is slow and it might fail to load completely.
Having more diversified web users means there is need to
meet more diversified user needs, which challenges the web
developers and systems’ capacity. This research seeks to
determine how websites load time can be sped up, establish
whether the number of HTTP requests has a direct
relationship with latency, find out how web page objects
such as images files affect website load time and how these
objects can be optimized to reduce load time, investigate
whether web page load time differ in two major browser
technologies, Internet Explorer and Firefox and lastly
examine how web page weight relate to web page
uptime/downtime. This research will help to cement the
institute’s mission on how it can exploit Information
Communication Technology (ICT) on websites. Also the
Information Technology Services software development
team will benefit from the recommendations to improve the
site’s performance globally. At many organizations, web-
based applications are the backbone of business-critical
processes such as ecommerce operations, financial
transactions, and media. End users have direct connection to
applications to initiate and complete transactions from their
web browser, so the success or failure of web-based
applications depends on a fast and reliable access conditions
for the end users. This is particularly critical for e-commerce
applications where even small differences in response times
can have a dramatic effect on such metrics as page views,
number of searches, and site revenue. Website optimization
will help enhance the organization’s image and increase
stakeholder’s loyalty. One of the benefits is helping to
protect and even increase online revenue by preventing
downtime for critical systems. Another related benefit of
Paper ID: 30081303 75
International Journal of Science and Research (IJSR), India Online ISSN: 2319-7064
Volume 2 Issue 9, September 2013
www.ijsr.net
preventing downtime is preserving the reputation of the
company.
2. Materials and Methods
Literature study on web optimization and experiments on
University X’s website were used as a case study in this
investigation since it is easily accessed over the intranet.
Website online monitoring tools were used to make
quantitative and qualitative analysis on web page load time
for the locations including Los Angeles and New York,
(US), Gloucester (UK), Dortmund (Germany), St. Petersburg
(Russia) and Sydney (Australia). Mainly a quantitative
research method was used through using page-speed and
page-test measurement tools. YSlow, a software tool was
used to make an analysis of web page components since it
analyzes web page performance and shows why performance
is slow. EValid software tool was used since it clearly shows
the identifiable characteristics of a web page and their sizes
in kilobytes. A mathematical model was developed and was
verified using an online measurement tool YSlow.
3. Results
The results obtained from the experiments will be presented
in the form of tables and figures.
3.1 YSlow and EValid experiments
Table 1: Object type and size
Object Type Size(bytes) Object Load Time (s)
HTML 6408 0.23
HTML Images 101643 4.34
CSS Images 0 0
Total Images 101643 4.34
JavaScript 23493 0.92
CSS 1281 0.21
Multimedia 0 0
Other 0 0
Table 2: Effects of Objects size on response time
Object Increase/(Reduction) in response time as a percentage
with respect to change in size of the object
HTML (4.72%)
HTML (45.91%)
JavaScript 552%
CSS 25%
Table 3: External Objects
External Object Quantity
Total HTML 1
Total HTML Images 19
Total CSS images 0
Total Images 19
Total Scripts 4
Total CSS imports 1
Total frames 0
Total Iframes 0
Total objects 25
3.2 JavaScripts position
There are three (3) JavaScript scripts found in the head of
the document (home page). These JavaScripts need to be put
at the bottom of the page to reduce latency which results in
an increase in web page load time.
3.3 Expire headers
There are 40 static components without a far-future
expiration date. These components need to be specified the
day, month and year which they will expire so that the
content will become cacheable hence reduce web page load
time.
3.4 Static components
There are 23 static components that are not on a Content
Delivery Network (CDN). There is need to specify CDN
hostnames in different countries within all continents which
will dramatically improve the speed of a website since users
are artificially nearer to the server.
3.5 Images
HTML images have a total size of 4 305 bytes which is
approximately 3.24% of the total web page size and these
images have been compressed using Gzip. An experiment
carried out using Yahoo! Smush.it tool showed that since
these images have been compressed, there are no savings
which can be done on these images. The experiment was
carried out since a reduction in web page size will
correspondingly reduce web page load time.
3.6 Uptime and downtime experiments using Uptrends
An analysis of 10 reports from uptrends was done on the
current web page and uptime was 99.32% hence a page size
of less than 146 744 bytes results in a decrease in downtime
which is also related to load time.
Figure 1: Daily Uptrends Management report for account: 293361
Table 4: Uptime and downtime sample report of the current
web page.
Vital statistics in period
Uptime 99.32%
Number of errors 2
Number of warnings 2
Number of alerts 4
Number of checks 290
3.7 Website load time (24*7)
Ten online experiments were carried out on the monitoring
site https://www.site24x7.com/ and an average response time
Paper ID: 30081303 76
International Journal of Science and Research (IJSR), India Online ISSN: 2319-7064
Volume 2 Issue 9, September 2013
www.ijsr.net
of 6.5seconds was recorded, there is a direct relationship
between web page size and load time. A sample of a report
carried out is as follows:
Figure 2: Website load time
The correlation coefficient of all objects with relation to
response time is 0.032286153 which shows that there is no
linear pattern in the size of objects in relation to response
time and this can be further cemented by the least square
formulae derived from these results: Load time
(milliseconds) = 0.888255814 (object type size) +
1722.92774 milliseconds. A linear pattern can be achieved
when comparing specific object type size in relation to load
time. This means that for a specified object size the
Response time(s) = (object size/4480) – 0.09728±0.7s
(packet loss factor)
3.8 Internet supervision website load time
An internet supervision site www.internetsupervision.com
was used to carry out ten experiments on different check
points supported by the service after upgrading of the site.
The average load time was as follows according to check
point and its connection speed:
Dortmund, Germany (5 Mbps) 2.65
Beijing, China (5 Mbps) 3.02
Sydney, Australia (5 Mbps) 3.45
Gloucester, UK (5 Mbps) 2.82
Chicago, IL (45 Mbps) 2.25
Washington, DC (3 Mbps) 4.58
Los Angeles, CA (1.5 Mbps) 2.50
Santiago, Chile (760 Kbps) 2.83
Ten experiments were done using the ping and tracert
commands for Harare and Johannesburg. The average web
page load time in Harare (Zimbabwe) was 1.85 seconds and
in Johannesburg (South Africa) it was 2.35 seconds.
Generally the web page load time mean is 5.3 seconds using
online monitoring tools for the selected check points which
were 0.4 seconds less than the mean response time carried
out using EValid and YSlow tools.
3.9 Multi-browser website performance
Five experiments were carried out on multi-browser website
performance and on average Internet Explorer was 1.427
slower than Firefox using the online tool on
www.gomez.com. The results of the experiment are shown
in Table 5.
Table 5: Browser and Location Response Time Differences
Location Internet Explorer (seconds) Firefox (seconds)
New York, NY 9.766 6.061
Seattle, WA 9.118 8.445
Los Angeles, CA 9.055 8.206
Chicago, IL 6.882 6.321
4. Discussion
The results from this study shows that web page load time is
mainly affected by its web page content rather than client
and web-server network conditions. There are 23 static
components that are not on a CDN. The average load time
according to check point and its connection speed shows that
an increase in distance between the client and web server
increases response time. There is need to introduce CDNs
(the server with the fewest network hops or the server with
the quickest response time is chosen since it reduces
response time as noted by [4], [5], [6].
Web page content components have different effects on web
page load time. JavaScripts increase the number of HTTP
request which will also increase web page load time. There
are 3 JavaScript scripts found in the head of the document.
These JavaScripts need to be put at the bottom of the page to
reduce latency which results in an increase in web page load
time.
There are 23 static components without a far-future
expiration date. These components need to be specified the
day, month and year which they will expire so that the
content will become cacheable hence reduce web page load
time. Caching is the most important and most widely used
performance improvement technique for web-based systems
since retrieving data from these caching locations will reduce
transmission time across the internet as noted in the
motivational literature [7], [8], [9]. The study revealed that
on average Internet Explorer is 1.44725 slower than Firefox.
An increase in the number of connections per server a
browser accommodates reduces web page response time
which agrees with web browser technology literature review.
Firefox allows an average of 6 connections per server which
increases parallel downloads while Internet Explorer allows
an average of 3.
Paper ID: 30081303 77
International Journal of Science and Research (IJSR), India Online ISSN: 2319-7064
Volume 2 Issue 9, September 2013
www.ijsr.net
[10] revealed that the larger the page, the longer it takes to
load as was noted in the mathematical model and the online
experiments. However studies by [8]; [10] does not show the
relationship of web page content characteristics to response
time which the study had clearly identified. The web page
images had either a width or height missing attribute which
causes poor response time. Specifying the width and height
attribute of an image makes a web page to load the entire
objects before the image is fully uploaded hence reducing
response time. HTML images have a total size of 101 643
bytes which is approximately 76.524% of the total web page
size.
5. Conclusion
Web page content affects the web page response time in
relationship to object type and size. A critical analysis of the
web page characteristics needs to be carried out by web
developers to deploy a website which will comply with the 2
seconds rule by [11]. Load time increases as the
geographical distance increases from the server to the client
assuming that clients have the same connection speed. The
problem of distance can be solved by using CDNs. From the
motivational literature Internet Explorer has the largest
market share while the web page is faster on Firefox than on
Internet Explorer hence the developers must tailor the web
page content to reduce the response time when using Internet
Explorer.
6. Recommendations
The total number of objects on the web page is 25 which by
their number will dominate web page delay and therefore
objects must be reduced. Above 20 objects per page the
overhead from dealing with the actual objects (description
time and wait time) accounts for more than 80% of whole
page latency. There is need to combine, refine, and optimize
external objects. Graphic rollovers must be replaced with
CSS rollovers to speed display and minimize HTTP requests.
Using CSS sprites helps in consolidating decorative images.
Using CSS techniques such as colored backgrounds, borders,
or spacing instead of graphic techniques can reduce HTTP
requests. The total number of images on this page is 19
which need to be reduced through combining, replacing, and
optimizing graphics and hence focusing on reducing size.
Replacement of graphic rollover menus with CSS rollover
menus will speed up throughput and minimize HTTP
requests. Also optimizing parallel downloads by using
different hostnames to reduce object overhead.
The total size of the page is 132411 bytes, which loads in
over 20 seconds on a 56Kbps modem or 31.39 seconds on a
56Kbps modem, response time of less than 20 seconds can
be achieved by reducing the web page size to not more than
100Kb. The total number of external script files on this page
is 4, there is need to reduce this to 1 or 2. Re-factor and
minify must be combined to optimize JavaScript files.
Ideally University X should have one (or even embed scripts
for high-traffic pages) on their web page. Placing external
JavaScript files at the bottom of their BODY, and CSS files
in the HEAD will enable progressive display in XHTML
web pages. Combining JavaScript into one or eliminating
them, and using HTTP compression was appropriate for any
scripts placed in the HEAD of the document since it helps in
reducing response time. As recommendations for further
study researchers can also focus on different programming
languages such as Delphi, Ruby and Java on how they affect
web page load time for a distinct web page to be designed.
There is need to research on how to promote websites
through Search Engine Optimization (SEO) techniques
adoption. In addition a further research on upgrading the
normal desktop website version to a mobile site version will
be a study of great value in relationship to response time.
References
[1] J. Eland, “Web Stores Do-It-Yourself for Dummies”.
Wiley Publishing, Inc., Indianapolis, Indiana, pp 361,
2008.
[2] Zona Research Group, “The Need for Speed”.
Research Report: Zona Research Group, 2003.
[3] Aberdeen Research, “Customer Satisfaction on the
web”. Aberdeen Research Group Report, USA, 2010
[4] G. Pallis, A. Vakali, “Insight and Perspectives for
Content Delivery Networks”. Communications of the
ACM, Vol. 49, No. 1, ACM Press, NY, USA, pp.
101-106, 2006.
[5] A. Vakali, G. Pallis, “Content Delivery Networks:
Status and Trends”. IEEE Internet Computing, IEEE
Computer Society, pp. 68-74, 2003.
[6] G. Peng, “CDN: Content Distribution Network”.
Technical Report TR-125, Experimental Computer
Systems Lab, Department of Computer Science, State
University of New York, Stony Brook, NY, 2003.
[7] G. Barish, K. Obraczka,”World Wide Web caching:
Trends and techniques”.USC Information Sciences
Institute, 2000.
[8] P. Killelea, “Web Performance Tuning”, 2nd
Edition.
O'Reilly & Associates, Inc. Sebastopol, CA, USA,
2002
[9] A., K. Manjhi, “Technical report submitted in partial
fulfillment of the course CS625: Advanced Computer
Networks”.UK, 2008
[10] NetForecast, “Field Guide to Application Delivery
Systems Report”. NetForecast, 2006.
[11] Forrester Research and Gartner Group, “Two load
time report surveys”. Forrester Research, Inc., 400
Technology Square, Cambridge, MA 02139, USA,
2009
Author Profile
Munyaradzi Zhou holds a Post Graduate Diploma in
Tertiary education from Midlands State University, a
Bachelor of Science in Information Systems Honours
degree from the Midlands State University and a
Master of Science degree in Information Systems
Management from Midlands State University and is currently a
Doctoral Student at University of South Africa (UNISA). He is a
lecturer at the Midlands State University, in the Department of
Computer Science and Information Systems.
Maxmillan Giyane holds a Post Graduate Diploma in
Tertiary education from Midlands State University, a
Bachelor of Science in Computer Science Honours
Paper ID: 30081303 78
International Journal of Science and Research (IJSR), India Online ISSN: 2319-7064
Volume 2 Issue 9, September 2013
www.ijsr.net
degree from the Midlands State University and a Master of Science
degree in Information Systems Management from Midlands State
University and is currently a Doctoral Student at University of
South Africa (UNISA). He is a lecturer at the Midlands State
University, in the Department of Computer Science and
Information Systems.
Mutembedza Nyasha Amanda holds a Post Graduate
Diploma in Tertiary education from Midlands State
University, a Bachelor of Science in Information
Systems Honours degree from the Midlands State
University and a Master of Science degree in
Information Systems Management from Midlands State University
and is currently a Doctoral Student at University of South Africa
(UNISA). She is a lecturer at the Midlands State University, in the
Department of Computer Science and Information Systems.
Paper ID: 30081303 79

Contenu connexe

Tendances

IRJET- The Influence of Institutional Information Sharing for Students
IRJET- The Influence of Institutional Information Sharing for StudentsIRJET- The Influence of Institutional Information Sharing for Students
IRJET- The Influence of Institutional Information Sharing for StudentsIRJET Journal
 
Guidelines in Oral Defense
Guidelines in Oral Defense Guidelines in Oral Defense
Guidelines in Oral Defense Angelito Pera
 
Internet Based Model for Postgraduate Students Admission to Higher Education...
 Internet Based Model for Postgraduate Students Admission to Higher Education... Internet Based Model for Postgraduate Students Admission to Higher Education...
Internet Based Model for Postgraduate Students Admission to Higher Education...Research Journal of Education
 
Mobile Cloud Computing: Academic Services for Palestinian Higher Education In...
Mobile Cloud Computing: Academic Services for Palestinian Higher Education In...Mobile Cloud Computing: Academic Services for Palestinian Higher Education In...
Mobile Cloud Computing: Academic Services for Palestinian Higher Education In...IJRES Journal
 
University Mobile Enrollment System: A Nigeria Perspective
University Mobile Enrollment System: A Nigeria PerspectiveUniversity Mobile Enrollment System: A Nigeria Perspective
University Mobile Enrollment System: A Nigeria Perspectiveiosrjce
 
IT Town Hall Montana State
IT Town Hall Montana StateIT Town Hall Montana State
IT Town Hall Montana StateJerry Sheehan
 
Online Intelligent Semantic Performance Based Solution: The Milestone towards...
Online Intelligent Semantic Performance Based Solution: The Milestone towards...Online Intelligent Semantic Performance Based Solution: The Milestone towards...
Online Intelligent Semantic Performance Based Solution: The Milestone towards...AM Publications
 
Interactive Resources Student_Report
Interactive Resources Student_ReportInteractive Resources Student_Report
Interactive Resources Student_ReportNoushin Aslam
 
Kelly saleh howey_proposal
Kelly saleh howey_proposalKelly saleh howey_proposal
Kelly saleh howey_proposalPatrick Howey
 
Enhancing Student Employability Through The Peer Review Of Professional Onlin...
Enhancing Student Employability Through The Peer Review Of Professional Onlin...Enhancing Student Employability Through The Peer Review Of Professional Onlin...
Enhancing Student Employability Through The Peer Review Of Professional Onlin...Thomas Lancaster
 
Intra college portals_defining_future
Intra college portals_defining_futureIntra college portals_defining_future
Intra college portals_defining_futurepooja modi
 
IRJET- College Activity Management System
IRJET-  	  College Activity Management SystemIRJET-  	  College Activity Management System
IRJET- College Activity Management SystemIRJET Journal
 
Online Examination System for English Grammar
Online Examination System for English GrammarOnline Examination System for English Grammar
Online Examination System for English Grammarijtsrd
 
SMART AGENT BASED SEARCH FOR ADMISSION IN INSTITUTIONS OF HIGHER LEARNING
SMART AGENT BASED SEARCH FOR ADMISSION IN INSTITUTIONS OF HIGHER LEARNINGSMART AGENT BASED SEARCH FOR ADMISSION IN INSTITUTIONS OF HIGHER LEARNING
SMART AGENT BASED SEARCH FOR ADMISSION IN INSTITUTIONS OF HIGHER LEARNINGIJITE
 
Learning in the cafe
Learning in the cafeLearning in the cafe
Learning in the cafeDon Tutani
 

Tendances (19)

IRJET- The Influence of Institutional Information Sharing for Students
IRJET- The Influence of Institutional Information Sharing for StudentsIRJET- The Influence of Institutional Information Sharing for Students
IRJET- The Influence of Institutional Information Sharing for Students
 
Guidelines in Oral Defense
Guidelines in Oral Defense Guidelines in Oral Defense
Guidelines in Oral Defense
 
Internet Based Model for Postgraduate Students Admission to Higher Education...
 Internet Based Model for Postgraduate Students Admission to Higher Education... Internet Based Model for Postgraduate Students Admission to Higher Education...
Internet Based Model for Postgraduate Students Admission to Higher Education...
 
Mobile Cloud Computing: Academic Services for Palestinian Higher Education In...
Mobile Cloud Computing: Academic Services for Palestinian Higher Education In...Mobile Cloud Computing: Academic Services for Palestinian Higher Education In...
Mobile Cloud Computing: Academic Services for Palestinian Higher Education In...
 
University Mobile Enrollment System: A Nigeria Perspective
University Mobile Enrollment System: A Nigeria PerspectiveUniversity Mobile Enrollment System: A Nigeria Perspective
University Mobile Enrollment System: A Nigeria Perspective
 
IT Town Hall Montana State
IT Town Hall Montana StateIT Town Hall Montana State
IT Town Hall Montana State
 
Online Intelligent Semantic Performance Based Solution: The Milestone towards...
Online Intelligent Semantic Performance Based Solution: The Milestone towards...Online Intelligent Semantic Performance Based Solution: The Milestone towards...
Online Intelligent Semantic Performance Based Solution: The Milestone towards...
 
Interactive Resources Student_Report
Interactive Resources Student_ReportInteractive Resources Student_Report
Interactive Resources Student_Report
 
Kelly saleh howey_proposal
Kelly saleh howey_proposalKelly saleh howey_proposal
Kelly saleh howey_proposal
 
Enhancing Student Employability Through The Peer Review Of Professional Onlin...
Enhancing Student Employability Through The Peer Review Of Professional Onlin...Enhancing Student Employability Through The Peer Review Of Professional Onlin...
Enhancing Student Employability Through The Peer Review Of Professional Onlin...
 
Intra college portals_defining_future
Intra college portals_defining_futureIntra college portals_defining_future
Intra college portals_defining_future
 
WEB BASED CLASSROOM SYSTEM
WEB BASED CLASSROOM SYSTEMWEB BASED CLASSROOM SYSTEM
WEB BASED CLASSROOM SYSTEM
 
IRJET- College Activity Management System
IRJET-  	  College Activity Management SystemIRJET-  	  College Activity Management System
IRJET- College Activity Management System
 
Online Examination System for English Grammar
Online Examination System for English GrammarOnline Examination System for English Grammar
Online Examination System for English Grammar
 
SS3
SS3SS3
SS3
 
SMART AGENT BASED SEARCH FOR ADMISSION IN INSTITUTIONS OF HIGHER LEARNING
SMART AGENT BASED SEARCH FOR ADMISSION IN INSTITUTIONS OF HIGHER LEARNINGSMART AGENT BASED SEARCH FOR ADMISSION IN INSTITUTIONS OF HIGHER LEARNING
SMART AGENT BASED SEARCH FOR ADMISSION IN INSTITUTIONS OF HIGHER LEARNING
 
Matching User Preferences with Learning Objects in Model Based on Semantic We...
Matching User Preferences with Learning Objects in Model Based on Semantic We...Matching User Preferences with Learning Objects in Model Based on Semantic We...
Matching User Preferences with Learning Objects in Model Based on Semantic We...
 
Advance Mobile Education Service for College Students
Advance Mobile Education Service for College StudentsAdvance Mobile Education Service for College Students
Advance Mobile Education Service for College Students
 
Learning in the cafe
Learning in the cafeLearning in the cafe
Learning in the cafe
 

En vedette

5 integral missions - presents ptr.jo-i_help regs1-5
5   integral missions - presents ptr.jo-i_help regs1-55   integral missions - presents ptr.jo-i_help regs1-5
5 integral missions - presents ptr.jo-i_help regs1-5Dhon Reyes
 
סקרי בחירות, בעיות בסטטיסטיקה והצעה לפתרונן
סקרי בחירות, בעיות בסטטיסטיקה והצעה לפתרונןסקרי בחירות, בעיות בסטטיסטיקה והצעה לפתרונן
סקרי בחירות, בעיות בסטטיסטיקה והצעה לפתרונןAnochi.com.
 
1.1 objectives t2
1.1 objectives t21.1 objectives t2
1.1 objectives t2Dhon Reyes
 

En vedette (20)

Tugas dde
Tugas ddeTugas dde
Tugas dde
 
5 integral missions - presents ptr.jo-i_help regs1-5
5   integral missions - presents ptr.jo-i_help regs1-55   integral missions - presents ptr.jo-i_help regs1-5
5 integral missions - presents ptr.jo-i_help regs1-5
 
Diet presentation POL
Diet presentation POLDiet presentation POL
Diet presentation POL
 
סקרי בחירות, בעיות בסטטיסטיקה והצעה לפתרונן
סקרי בחירות, בעיות בסטטיסטיקה והצעה לפתרונןסקרי בחירות, בעיות בסטטיסטיקה והצעה לפתרונן
סקרי בחירות, בעיות בסטטיסטיקה והצעה לפתרונן
 
Third Head of Biceps Brachii (Caput Accessorium)
Third Head of Biceps Brachii (Caput Accessorium)Third Head of Biceps Brachii (Caput Accessorium)
Third Head of Biceps Brachii (Caput Accessorium)
 
Effect of Intraoperative Bupivacaine Infiltration for Post-Operative Pain Rel...
Effect of Intraoperative Bupivacaine Infiltration for Post-Operative Pain Rel...Effect of Intraoperative Bupivacaine Infiltration for Post-Operative Pain Rel...
Effect of Intraoperative Bupivacaine Infiltration for Post-Operative Pain Rel...
 
Malt Quality Parameters of Finger Millet for Brewing Commercial Opaque Beer
Malt Quality Parameters of Finger Millet for Brewing Commercial Opaque BeerMalt Quality Parameters of Finger Millet for Brewing Commercial Opaque Beer
Malt Quality Parameters of Finger Millet for Brewing Commercial Opaque Beer
 
Design of Loop Filter Using CMOS
Design of Loop Filter Using CMOSDesign of Loop Filter Using CMOS
Design of Loop Filter Using CMOS
 
Clutter Reduction in Multi-Dimensional Visualization by Using Dimension Reduc...
Clutter Reduction in Multi-Dimensional Visualization by Using Dimension Reduc...Clutter Reduction in Multi-Dimensional Visualization by Using Dimension Reduc...
Clutter Reduction in Multi-Dimensional Visualization by Using Dimension Reduc...
 
Methodology for Deriving and Integrating Countermeasures Design Models for El...
Methodology for Deriving and Integrating Countermeasures Design Models for El...Methodology for Deriving and Integrating Countermeasures Design Models for El...
Methodology for Deriving and Integrating Countermeasures Design Models for El...
 
Review of Role of Digital Video in Information Security
Review of Role of Digital Video in Information SecurityReview of Role of Digital Video in Information Security
Review of Role of Digital Video in Information Security
 
Clinical profiles in Patients Suffering from Chronic Tension-type Headache
Clinical profiles in Patients Suffering from Chronic Tension-type HeadacheClinical profiles in Patients Suffering from Chronic Tension-type Headache
Clinical profiles in Patients Suffering from Chronic Tension-type Headache
 
Dual U-Slot Microstrip Patch Antenna with Enhanced Bandwidth
Dual U-Slot Microstrip Patch Antenna with Enhanced BandwidthDual U-Slot Microstrip Patch Antenna with Enhanced Bandwidth
Dual U-Slot Microstrip Patch Antenna with Enhanced Bandwidth
 
The Impact of Information and Communication Technology (ICT) on Achievement o...
The Impact of Information and Communication Technology (ICT) on Achievement o...The Impact of Information and Communication Technology (ICT) on Achievement o...
The Impact of Information and Communication Technology (ICT) on Achievement o...
 
1.1 objectives t2
1.1 objectives t21.1 objectives t2
1.1 objectives t2
 
Comparison of Phase Only Correlation and Neural Network for Iris Recognition
Comparison of Phase Only Correlation and Neural Network for Iris RecognitionComparison of Phase Only Correlation and Neural Network for Iris Recognition
Comparison of Phase Only Correlation and Neural Network for Iris Recognition
 
Applying Rule-Based Maximum Matching Approach for Verb Phrase Identification ...
Applying Rule-Based Maximum Matching Approach for Verb Phrase Identification ...Applying Rule-Based Maximum Matching Approach for Verb Phrase Identification ...
Applying Rule-Based Maximum Matching Approach for Verb Phrase Identification ...
 
Comparison of Spatial Interpolation Methods for Precipitation in Ningxia, China
Comparison of Spatial Interpolation Methods for Precipitation in Ningxia, ChinaComparison of Spatial Interpolation Methods for Precipitation in Ningxia, China
Comparison of Spatial Interpolation Methods for Precipitation in Ningxia, China
 
Micropropagation of Hoya Kerrii (Valentine Hoya) Through Callus Induction for...
Micropropagation of Hoya Kerrii (Valentine Hoya) Through Callus Induction for...Micropropagation of Hoya Kerrii (Valentine Hoya) Through Callus Induction for...
Micropropagation of Hoya Kerrii (Valentine Hoya) Through Callus Induction for...
 
Evaluation of the Impact of Dynamic Analysis on Different Building Height
Evaluation of the Impact of Dynamic Analysis on Different Building Height Evaluation of the Impact of Dynamic Analysis on Different Building Height
Evaluation of the Impact of Dynamic Analysis on Different Building Height
 

Similaire à Effects of Web Page Contents on Load Time over the Internet

Best practices to increase the performance of web-based applications
Best practices to increase the performance of web-based applicationsBest practices to increase the performance of web-based applications
Best practices to increase the performance of web-based applicationsMouhamad Kawas
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)IJERD Editor
 
Web App Performance Optimization services in UAE
Web App Performance Optimization services  in UAEWeb App Performance Optimization services  in UAE
Web App Performance Optimization services in UAEasiyahanif9977
 
TOWARDS UNIVERSAL RATING OF ONLINE MULTIMEDIA CONTENT
TOWARDS UNIVERSAL RATING OF ONLINE MULTIMEDIA CONTENTTOWARDS UNIVERSAL RATING OF ONLINE MULTIMEDIA CONTENT
TOWARDS UNIVERSAL RATING OF ONLINE MULTIMEDIA CONTENTcscpconf
 
A Survey on: Utilizing of Different Features in Web Behavior Prediction
A Survey on: Utilizing of Different Features in Web Behavior PredictionA Survey on: Utilizing of Different Features in Web Behavior Prediction
A Survey on: Utilizing of Different Features in Web Behavior PredictionEditor IJMTER
 
TOWARDS UNIVERSAL RATING OF ONLINE MULTIMEDIA CONTENT
TOWARDS UNIVERSAL RATING OF ONLINE MULTIMEDIA CONTENTTOWARDS UNIVERSAL RATING OF ONLINE MULTIMEDIA CONTENT
TOWARDS UNIVERSAL RATING OF ONLINE MULTIMEDIA CONTENTcsandit
 
Enactment of Firefly Algorithm and Fuzzy C-Means Clustering For Consumer Requ...
Enactment of Firefly Algorithm and Fuzzy C-Means Clustering For Consumer Requ...Enactment of Firefly Algorithm and Fuzzy C-Means Clustering For Consumer Requ...
Enactment of Firefly Algorithm and Fuzzy C-Means Clustering For Consumer Requ...IRJET Journal
 
NEED ANALYSIS: PORTABLE WEB SERVER DEVELOPMENT KITS FOR TEACHING AND LEARNING
NEED ANALYSIS: PORTABLE WEB SERVER DEVELOPMENT KITS FOR TEACHING AND LEARNINGNEED ANALYSIS: PORTABLE WEB SERVER DEVELOPMENT KITS FOR TEACHING AND LEARNING
NEED ANALYSIS: PORTABLE WEB SERVER DEVELOPMENT KITS FOR TEACHING AND LEARNINGijma
 
NEED ANALYSIS: PORTABLE WEB SERVER DEVELOPMENT KITS FOR TEACHING AND LEARNING
NEED ANALYSIS: PORTABLE WEB SERVER DEVELOPMENT KITS FOR TEACHING AND LEARNINGNEED ANALYSIS: PORTABLE WEB SERVER DEVELOPMENT KITS FOR TEACHING AND LEARNING
NEED ANALYSIS: PORTABLE WEB SERVER DEVELOPMENT KITS FOR TEACHING AND LEARNINGijma
 
NEED ANALYSIS: PORTABLE WEB SERVER DEVELOPMENT KITS FOR TEACHING AND LEARNING
NEED ANALYSIS: PORTABLE WEB SERVER DEVELOPMENT KITS FOR TEACHING AND LEARNINGNEED ANALYSIS: PORTABLE WEB SERVER DEVELOPMENT KITS FOR TEACHING AND LEARNING
NEED ANALYSIS: PORTABLE WEB SERVER DEVELOPMENT KITS FOR TEACHING AND LEARNINGijma
 
Alumni Management System – Web Application
Alumni Management System – Web ApplicationAlumni Management System – Web Application
Alumni Management System – Web ApplicationIRJET Journal
 
Alumni Management System -Web Application
Alumni Management System -Web ApplicationAlumni Management System -Web Application
Alumni Management System -Web ApplicationMandy Brown
 
QUALITY ASSURANCE AND INTEGRATION TESTING ASPECTS IN WEB BASED APPLICATIONS
QUALITY ASSURANCE AND INTEGRATION TESTING ASPECTS IN WEB BASED APPLICATIONSQUALITY ASSURANCE AND INTEGRATION TESTING ASPECTS IN WEB BASED APPLICATIONS
QUALITY ASSURANCE AND INTEGRATION TESTING ASPECTS IN WEB BASED APPLICATIONSIJCSEA Journal
 
Identifying the Number of Visitors to improve Website Usability from Educatio...
Identifying the Number of Visitors to improve Website Usability from Educatio...Identifying the Number of Visitors to improve Website Usability from Educatio...
Identifying the Number of Visitors to improve Website Usability from Educatio...Editor IJCATR
 
An Empirical Study of Web Interface Design on Small Display De.docx
An Empirical Study of Web Interface Design on Small Display De.docxAn Empirical Study of Web Interface Design on Small Display De.docx
An Empirical Study of Web Interface Design on Small Display De.docxgreg1eden90113
 
Need for Web Engineering
Need for Web EngineeringNeed for Web Engineering
Need for Web EngineeringNosheen Qamar
 
LyonALMProposal20041018.doc
LyonALMProposal20041018.docLyonALMProposal20041018.doc
LyonALMProposal20041018.docbutest
 
LyonALMProposal20041018.doc
LyonALMProposal20041018.docLyonALMProposal20041018.doc
LyonALMProposal20041018.docbutest
 
Web content mining a case study for bput results
Web content mining a case study for bput resultsWeb content mining a case study for bput results
Web content mining a case study for bput resultseSAT Publishing House
 

Similaire à Effects of Web Page Contents on Load Time over the Internet (20)

Best practices to increase the performance of web-based applications
Best practices to increase the performance of web-based applicationsBest practices to increase the performance of web-based applications
Best practices to increase the performance of web-based applications
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)
 
Web App Performance Optimization services in UAE
Web App Performance Optimization services  in UAEWeb App Performance Optimization services  in UAE
Web App Performance Optimization services in UAE
 
TOWARDS UNIVERSAL RATING OF ONLINE MULTIMEDIA CONTENT
TOWARDS UNIVERSAL RATING OF ONLINE MULTIMEDIA CONTENTTOWARDS UNIVERSAL RATING OF ONLINE MULTIMEDIA CONTENT
TOWARDS UNIVERSAL RATING OF ONLINE MULTIMEDIA CONTENT
 
A Survey on: Utilizing of Different Features in Web Behavior Prediction
A Survey on: Utilizing of Different Features in Web Behavior PredictionA Survey on: Utilizing of Different Features in Web Behavior Prediction
A Survey on: Utilizing of Different Features in Web Behavior Prediction
 
TOWARDS UNIVERSAL RATING OF ONLINE MULTIMEDIA CONTENT
TOWARDS UNIVERSAL RATING OF ONLINE MULTIMEDIA CONTENTTOWARDS UNIVERSAL RATING OF ONLINE MULTIMEDIA CONTENT
TOWARDS UNIVERSAL RATING OF ONLINE MULTIMEDIA CONTENT
 
Enactment of Firefly Algorithm and Fuzzy C-Means Clustering For Consumer Requ...
Enactment of Firefly Algorithm and Fuzzy C-Means Clustering For Consumer Requ...Enactment of Firefly Algorithm and Fuzzy C-Means Clustering For Consumer Requ...
Enactment of Firefly Algorithm and Fuzzy C-Means Clustering For Consumer Requ...
 
NEED ANALYSIS: PORTABLE WEB SERVER DEVELOPMENT KITS FOR TEACHING AND LEARNING
NEED ANALYSIS: PORTABLE WEB SERVER DEVELOPMENT KITS FOR TEACHING AND LEARNINGNEED ANALYSIS: PORTABLE WEB SERVER DEVELOPMENT KITS FOR TEACHING AND LEARNING
NEED ANALYSIS: PORTABLE WEB SERVER DEVELOPMENT KITS FOR TEACHING AND LEARNING
 
NEED ANALYSIS: PORTABLE WEB SERVER DEVELOPMENT KITS FOR TEACHING AND LEARNING
NEED ANALYSIS: PORTABLE WEB SERVER DEVELOPMENT KITS FOR TEACHING AND LEARNINGNEED ANALYSIS: PORTABLE WEB SERVER DEVELOPMENT KITS FOR TEACHING AND LEARNING
NEED ANALYSIS: PORTABLE WEB SERVER DEVELOPMENT KITS FOR TEACHING AND LEARNING
 
NEED ANALYSIS: PORTABLE WEB SERVER DEVELOPMENT KITS FOR TEACHING AND LEARNING
NEED ANALYSIS: PORTABLE WEB SERVER DEVELOPMENT KITS FOR TEACHING AND LEARNINGNEED ANALYSIS: PORTABLE WEB SERVER DEVELOPMENT KITS FOR TEACHING AND LEARNING
NEED ANALYSIS: PORTABLE WEB SERVER DEVELOPMENT KITS FOR TEACHING AND LEARNING
 
Alumni Management System – Web Application
Alumni Management System – Web ApplicationAlumni Management System – Web Application
Alumni Management System – Web Application
 
Alumni Management System -Web Application
Alumni Management System -Web ApplicationAlumni Management System -Web Application
Alumni Management System -Web Application
 
QUALITY ASSURANCE AND INTEGRATION TESTING ASPECTS IN WEB BASED APPLICATIONS
QUALITY ASSURANCE AND INTEGRATION TESTING ASPECTS IN WEB BASED APPLICATIONSQUALITY ASSURANCE AND INTEGRATION TESTING ASPECTS IN WEB BASED APPLICATIONS
QUALITY ASSURANCE AND INTEGRATION TESTING ASPECTS IN WEB BASED APPLICATIONS
 
Identifying the Number of Visitors to improve Website Usability from Educatio...
Identifying the Number of Visitors to improve Website Usability from Educatio...Identifying the Number of Visitors to improve Website Usability from Educatio...
Identifying the Number of Visitors to improve Website Usability from Educatio...
 
An Empirical Study of Web Interface Design on Small Display De.docx
An Empirical Study of Web Interface Design on Small Display De.docxAn Empirical Study of Web Interface Design on Small Display De.docx
An Empirical Study of Web Interface Design on Small Display De.docx
 
Need for Web Engineering
Need for Web EngineeringNeed for Web Engineering
Need for Web Engineering
 
LyonALMProposal20041018.doc
LyonALMProposal20041018.docLyonALMProposal20041018.doc
LyonALMProposal20041018.doc
 
LyonALMProposal20041018.doc
LyonALMProposal20041018.docLyonALMProposal20041018.doc
LyonALMProposal20041018.doc
 
Web content minin
Web content mininWeb content minin
Web content minin
 
Web content mining a case study for bput results
Web content mining a case study for bput resultsWeb content mining a case study for bput results
Web content mining a case study for bput results
 

Plus de International Journal of Science and Research (IJSR)

Plus de International Journal of Science and Research (IJSR) (20)

Innovations in the Diagnosis and Treatment of Chronic Heart Failure
Innovations in the Diagnosis and Treatment of Chronic Heart FailureInnovations in the Diagnosis and Treatment of Chronic Heart Failure
Innovations in the Diagnosis and Treatment of Chronic Heart Failure
 
Design and implementation of carrier based sinusoidal pwm (bipolar) inverter
Design and implementation of carrier based sinusoidal pwm (bipolar) inverterDesign and implementation of carrier based sinusoidal pwm (bipolar) inverter
Design and implementation of carrier based sinusoidal pwm (bipolar) inverter
 
Polarization effect of antireflection coating for soi material system
Polarization effect of antireflection coating for soi material systemPolarization effect of antireflection coating for soi material system
Polarization effect of antireflection coating for soi material system
 
Image resolution enhancement via multi surface fitting
Image resolution enhancement via multi surface fittingImage resolution enhancement via multi surface fitting
Image resolution enhancement via multi surface fitting
 
Ad hoc networks technical issues on radio links security & qo s
Ad hoc networks technical issues on radio links security & qo sAd hoc networks technical issues on radio links security & qo s
Ad hoc networks technical issues on radio links security & qo s
 
Microstructure analysis of the carbon nano tubes aluminum composite with diff...
Microstructure analysis of the carbon nano tubes aluminum composite with diff...Microstructure analysis of the carbon nano tubes aluminum composite with diff...
Microstructure analysis of the carbon nano tubes aluminum composite with diff...
 
Improving the life of lm13 using stainless spray ii coating for engine applic...
Improving the life of lm13 using stainless spray ii coating for engine applic...Improving the life of lm13 using stainless spray ii coating for engine applic...
Improving the life of lm13 using stainless spray ii coating for engine applic...
 
An overview on development of aluminium metal matrix composites with hybrid r...
An overview on development of aluminium metal matrix composites with hybrid r...An overview on development of aluminium metal matrix composites with hybrid r...
An overview on development of aluminium metal matrix composites with hybrid r...
 
Pesticide mineralization in water using silver nanoparticles incorporated on ...
Pesticide mineralization in water using silver nanoparticles incorporated on ...Pesticide mineralization in water using silver nanoparticles incorporated on ...
Pesticide mineralization in water using silver nanoparticles incorporated on ...
 
Comparative study on computers operated by eyes and brain
Comparative study on computers operated by eyes and brainComparative study on computers operated by eyes and brain
Comparative study on computers operated by eyes and brain
 
T s eliot and the concept of literary tradition and the importance of allusions
T s eliot and the concept of literary tradition and the importance of allusionsT s eliot and the concept of literary tradition and the importance of allusions
T s eliot and the concept of literary tradition and the importance of allusions
 
Effect of select yogasanas and pranayama practices on selected physiological ...
Effect of select yogasanas and pranayama practices on selected physiological ...Effect of select yogasanas and pranayama practices on selected physiological ...
Effect of select yogasanas and pranayama practices on selected physiological ...
 
Grid computing for load balancing strategies
Grid computing for load balancing strategiesGrid computing for load balancing strategies
Grid computing for load balancing strategies
 
A new algorithm to improve the sharing of bandwidth
A new algorithm to improve the sharing of bandwidthA new algorithm to improve the sharing of bandwidth
A new algorithm to improve the sharing of bandwidth
 
Main physical causes of climate change and global warming a general overview
Main physical causes of climate change and global warming   a general overviewMain physical causes of climate change and global warming   a general overview
Main physical causes of climate change and global warming a general overview
 
Performance assessment of control loops
Performance assessment of control loopsPerformance assessment of control loops
Performance assessment of control loops
 
Capital market in bangladesh an overview
Capital market in bangladesh an overviewCapital market in bangladesh an overview
Capital market in bangladesh an overview
 
Faster and resourceful multi core web crawling
Faster and resourceful multi core web crawlingFaster and resourceful multi core web crawling
Faster and resourceful multi core web crawling
 
Extended fuzzy c means clustering algorithm in segmentation of noisy images
Extended fuzzy c means clustering algorithm in segmentation of noisy imagesExtended fuzzy c means clustering algorithm in segmentation of noisy images
Extended fuzzy c means clustering algorithm in segmentation of noisy images
 
Parallel generators of pseudo random numbers with control of calculation errors
Parallel generators of pseudo random numbers with control of calculation errorsParallel generators of pseudo random numbers with control of calculation errors
Parallel generators of pseudo random numbers with control of calculation errors
 

Dernier

_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting DataJhengPantaleon
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Celine George
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfMahmoud M. Sallam
 
Biting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfBiting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfadityarao40181
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxsocialsciencegdgrohi
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
ENGLISH5 QUARTER4 MODULE1 WEEK1-3 How Visual and Multimedia Elements.pptx
ENGLISH5 QUARTER4 MODULE1 WEEK1-3 How Visual and Multimedia Elements.pptxENGLISH5 QUARTER4 MODULE1 WEEK1-3 How Visual and Multimedia Elements.pptx
ENGLISH5 QUARTER4 MODULE1 WEEK1-3 How Visual and Multimedia Elements.pptxAnaBeatriceAblay2
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsKarinaGenton
 
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,Virag Sontakke
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
 

Dernier (20)

_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdf
 
Biting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfBiting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdf
 
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
ENGLISH5 QUARTER4 MODULE1 WEEK1-3 How Visual and Multimedia Elements.pptx
ENGLISH5 QUARTER4 MODULE1 WEEK1-3 How Visual and Multimedia Elements.pptxENGLISH5 QUARTER4 MODULE1 WEEK1-3 How Visual and Multimedia Elements.pptx
ENGLISH5 QUARTER4 MODULE1 WEEK1-3 How Visual and Multimedia Elements.pptx
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its Characteristics
 
Staff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSDStaff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSD
 
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
 

Effects of Web Page Contents on Load Time over the Internet

  • 1. International Journal of Science and Research (IJSR), India Online ISSN: 2319-7064 Volume 2 Issue 9, September 2013 www.ijsr.net Effects of Web Page Contents on Load Time over the Internet Zhou Munyaradzi1 , Giyane Maxmillan2 , Mutembedza Nyasha Amanda3 1, 2, 3 Midlands State University, Faculty of Science and Technology, Department of Computer Science and Information, Gweru, Zimbabwe Abstract: This paper focuses on the effects of web page components on web page load time and how they can be modified to reduce load time. Website speed measuring software tools (EValid and YSlow), online website monitoring tools and a mathematical model was used to make quantitative and qualitative analysis on web page load time in relationship to web page content. This research showed that university X’s website loads slowly within an average of 9.766 seconds and may even fail to load as indicated by its average downtime of 9.32%. For application performance across the internet to improve, the website load time must be on average 8 seconds which increases the image of the site hence the perceived quality of services or products offered and thus increasing stakeholders’ satisfaction. The findings of the study revealed that an increase in total size of web page content components is directly proportional to increase in response time and web page content components have different effects on web page load time. The evidence in this study shows that web page load time is mainly affected by its web page content characteristics. The study recommends web developers to measure web page response time against threshold values such as the 8 second rule during designing and implementation of a web page and adapt techniques identified which reduce load time. Keywords: Website optimization, EValid, YSlow, Web page load time, web page content. 1. Introduction Websites play an important role in academic institutions especially in universities and colleges as they are used as a method of teaching and a means of online internationalization. Internet users demand the similar level of performance as they experience when connecting to applications via the LAN. Typically, websites on LAN load faster mainly because the web page content is stored locally requiring less load time [1]. Most universities have stakeholders globally dispersed who study at campuses or purse their studies online and they rely more on their websites as a tool to convey information. The load time of websites is one of the most important factors affecting its usability, most internet users will just skip a site altogether if it fails to load within an average of 8 seconds [2]. To increase its global market share the institute must standardize its web page load time. Information Communication Technology is a strategic goal of University X and now it relies more on its website and also its web portal. The website has e-learning facilities where students access their learning materials (notes, assignments, continuous assessments marks, module course outlines, and so on), a chat panel between student and lecturer, news and updates through a notice board for both staff and students. The university’s degree programmes include conventional, parallel, block-release and visiting students. Block-release and visiting school students usually access their e-learning accounts out of campus since they are employees in different regions of SADC and abroad more so to international students during their holidays/potential international students hence they access the site over the internet so the load time of website needs to be analyzed. A second delay in web page response time leads to a 16% decrease in customer satisfaction [3]. University X’s mission statement on exploiting ICT is being implemented and there is need to meet international standards as they use the website as a means of teaching, admission of international students, collaboration, e-learning and so on. The institute is in collaboration and is in the process of collaborating with different universities around the globe and national colleges who access the website over the internet. Various groups of students such as visiting and block-release access the site externally so the issue of web page load time is important since they claim the website response time is slow and it might fail to load completely. Having more diversified web users means there is need to meet more diversified user needs, which challenges the web developers and systems’ capacity. This research seeks to determine how websites load time can be sped up, establish whether the number of HTTP requests has a direct relationship with latency, find out how web page objects such as images files affect website load time and how these objects can be optimized to reduce load time, investigate whether web page load time differ in two major browser technologies, Internet Explorer and Firefox and lastly examine how web page weight relate to web page uptime/downtime. This research will help to cement the institute’s mission on how it can exploit Information Communication Technology (ICT) on websites. Also the Information Technology Services software development team will benefit from the recommendations to improve the site’s performance globally. At many organizations, web- based applications are the backbone of business-critical processes such as ecommerce operations, financial transactions, and media. End users have direct connection to applications to initiate and complete transactions from their web browser, so the success or failure of web-based applications depends on a fast and reliable access conditions for the end users. This is particularly critical for e-commerce applications where even small differences in response times can have a dramatic effect on such metrics as page views, number of searches, and site revenue. Website optimization will help enhance the organization’s image and increase stakeholder’s loyalty. One of the benefits is helping to protect and even increase online revenue by preventing downtime for critical systems. Another related benefit of Paper ID: 30081303 75
  • 2. International Journal of Science and Research (IJSR), India Online ISSN: 2319-7064 Volume 2 Issue 9, September 2013 www.ijsr.net preventing downtime is preserving the reputation of the company. 2. Materials and Methods Literature study on web optimization and experiments on University X’s website were used as a case study in this investigation since it is easily accessed over the intranet. Website online monitoring tools were used to make quantitative and qualitative analysis on web page load time for the locations including Los Angeles and New York, (US), Gloucester (UK), Dortmund (Germany), St. Petersburg (Russia) and Sydney (Australia). Mainly a quantitative research method was used through using page-speed and page-test measurement tools. YSlow, a software tool was used to make an analysis of web page components since it analyzes web page performance and shows why performance is slow. EValid software tool was used since it clearly shows the identifiable characteristics of a web page and their sizes in kilobytes. A mathematical model was developed and was verified using an online measurement tool YSlow. 3. Results The results obtained from the experiments will be presented in the form of tables and figures. 3.1 YSlow and EValid experiments Table 1: Object type and size Object Type Size(bytes) Object Load Time (s) HTML 6408 0.23 HTML Images 101643 4.34 CSS Images 0 0 Total Images 101643 4.34 JavaScript 23493 0.92 CSS 1281 0.21 Multimedia 0 0 Other 0 0 Table 2: Effects of Objects size on response time Object Increase/(Reduction) in response time as a percentage with respect to change in size of the object HTML (4.72%) HTML (45.91%) JavaScript 552% CSS 25% Table 3: External Objects External Object Quantity Total HTML 1 Total HTML Images 19 Total CSS images 0 Total Images 19 Total Scripts 4 Total CSS imports 1 Total frames 0 Total Iframes 0 Total objects 25 3.2 JavaScripts position There are three (3) JavaScript scripts found in the head of the document (home page). These JavaScripts need to be put at the bottom of the page to reduce latency which results in an increase in web page load time. 3.3 Expire headers There are 40 static components without a far-future expiration date. These components need to be specified the day, month and year which they will expire so that the content will become cacheable hence reduce web page load time. 3.4 Static components There are 23 static components that are not on a Content Delivery Network (CDN). There is need to specify CDN hostnames in different countries within all continents which will dramatically improve the speed of a website since users are artificially nearer to the server. 3.5 Images HTML images have a total size of 4 305 bytes which is approximately 3.24% of the total web page size and these images have been compressed using Gzip. An experiment carried out using Yahoo! Smush.it tool showed that since these images have been compressed, there are no savings which can be done on these images. The experiment was carried out since a reduction in web page size will correspondingly reduce web page load time. 3.6 Uptime and downtime experiments using Uptrends An analysis of 10 reports from uptrends was done on the current web page and uptime was 99.32% hence a page size of less than 146 744 bytes results in a decrease in downtime which is also related to load time. Figure 1: Daily Uptrends Management report for account: 293361 Table 4: Uptime and downtime sample report of the current web page. Vital statistics in period Uptime 99.32% Number of errors 2 Number of warnings 2 Number of alerts 4 Number of checks 290 3.7 Website load time (24*7) Ten online experiments were carried out on the monitoring site https://www.site24x7.com/ and an average response time Paper ID: 30081303 76
  • 3. International Journal of Science and Research (IJSR), India Online ISSN: 2319-7064 Volume 2 Issue 9, September 2013 www.ijsr.net of 6.5seconds was recorded, there is a direct relationship between web page size and load time. A sample of a report carried out is as follows: Figure 2: Website load time The correlation coefficient of all objects with relation to response time is 0.032286153 which shows that there is no linear pattern in the size of objects in relation to response time and this can be further cemented by the least square formulae derived from these results: Load time (milliseconds) = 0.888255814 (object type size) + 1722.92774 milliseconds. A linear pattern can be achieved when comparing specific object type size in relation to load time. This means that for a specified object size the Response time(s) = (object size/4480) – 0.09728±0.7s (packet loss factor) 3.8 Internet supervision website load time An internet supervision site www.internetsupervision.com was used to carry out ten experiments on different check points supported by the service after upgrading of the site. The average load time was as follows according to check point and its connection speed: Dortmund, Germany (5 Mbps) 2.65 Beijing, China (5 Mbps) 3.02 Sydney, Australia (5 Mbps) 3.45 Gloucester, UK (5 Mbps) 2.82 Chicago, IL (45 Mbps) 2.25 Washington, DC (3 Mbps) 4.58 Los Angeles, CA (1.5 Mbps) 2.50 Santiago, Chile (760 Kbps) 2.83 Ten experiments were done using the ping and tracert commands for Harare and Johannesburg. The average web page load time in Harare (Zimbabwe) was 1.85 seconds and in Johannesburg (South Africa) it was 2.35 seconds. Generally the web page load time mean is 5.3 seconds using online monitoring tools for the selected check points which were 0.4 seconds less than the mean response time carried out using EValid and YSlow tools. 3.9 Multi-browser website performance Five experiments were carried out on multi-browser website performance and on average Internet Explorer was 1.427 slower than Firefox using the online tool on www.gomez.com. The results of the experiment are shown in Table 5. Table 5: Browser and Location Response Time Differences Location Internet Explorer (seconds) Firefox (seconds) New York, NY 9.766 6.061 Seattle, WA 9.118 8.445 Los Angeles, CA 9.055 8.206 Chicago, IL 6.882 6.321 4. Discussion The results from this study shows that web page load time is mainly affected by its web page content rather than client and web-server network conditions. There are 23 static components that are not on a CDN. The average load time according to check point and its connection speed shows that an increase in distance between the client and web server increases response time. There is need to introduce CDNs (the server with the fewest network hops or the server with the quickest response time is chosen since it reduces response time as noted by [4], [5], [6]. Web page content components have different effects on web page load time. JavaScripts increase the number of HTTP request which will also increase web page load time. There are 3 JavaScript scripts found in the head of the document. These JavaScripts need to be put at the bottom of the page to reduce latency which results in an increase in web page load time. There are 23 static components without a far-future expiration date. These components need to be specified the day, month and year which they will expire so that the content will become cacheable hence reduce web page load time. Caching is the most important and most widely used performance improvement technique for web-based systems since retrieving data from these caching locations will reduce transmission time across the internet as noted in the motivational literature [7], [8], [9]. The study revealed that on average Internet Explorer is 1.44725 slower than Firefox. An increase in the number of connections per server a browser accommodates reduces web page response time which agrees with web browser technology literature review. Firefox allows an average of 6 connections per server which increases parallel downloads while Internet Explorer allows an average of 3. Paper ID: 30081303 77
  • 4. International Journal of Science and Research (IJSR), India Online ISSN: 2319-7064 Volume 2 Issue 9, September 2013 www.ijsr.net [10] revealed that the larger the page, the longer it takes to load as was noted in the mathematical model and the online experiments. However studies by [8]; [10] does not show the relationship of web page content characteristics to response time which the study had clearly identified. The web page images had either a width or height missing attribute which causes poor response time. Specifying the width and height attribute of an image makes a web page to load the entire objects before the image is fully uploaded hence reducing response time. HTML images have a total size of 101 643 bytes which is approximately 76.524% of the total web page size. 5. Conclusion Web page content affects the web page response time in relationship to object type and size. A critical analysis of the web page characteristics needs to be carried out by web developers to deploy a website which will comply with the 2 seconds rule by [11]. Load time increases as the geographical distance increases from the server to the client assuming that clients have the same connection speed. The problem of distance can be solved by using CDNs. From the motivational literature Internet Explorer has the largest market share while the web page is faster on Firefox than on Internet Explorer hence the developers must tailor the web page content to reduce the response time when using Internet Explorer. 6. Recommendations The total number of objects on the web page is 25 which by their number will dominate web page delay and therefore objects must be reduced. Above 20 objects per page the overhead from dealing with the actual objects (description time and wait time) accounts for more than 80% of whole page latency. There is need to combine, refine, and optimize external objects. Graphic rollovers must be replaced with CSS rollovers to speed display and minimize HTTP requests. Using CSS sprites helps in consolidating decorative images. Using CSS techniques such as colored backgrounds, borders, or spacing instead of graphic techniques can reduce HTTP requests. The total number of images on this page is 19 which need to be reduced through combining, replacing, and optimizing graphics and hence focusing on reducing size. Replacement of graphic rollover menus with CSS rollover menus will speed up throughput and minimize HTTP requests. Also optimizing parallel downloads by using different hostnames to reduce object overhead. The total size of the page is 132411 bytes, which loads in over 20 seconds on a 56Kbps modem or 31.39 seconds on a 56Kbps modem, response time of less than 20 seconds can be achieved by reducing the web page size to not more than 100Kb. The total number of external script files on this page is 4, there is need to reduce this to 1 or 2. Re-factor and minify must be combined to optimize JavaScript files. Ideally University X should have one (or even embed scripts for high-traffic pages) on their web page. Placing external JavaScript files at the bottom of their BODY, and CSS files in the HEAD will enable progressive display in XHTML web pages. Combining JavaScript into one or eliminating them, and using HTTP compression was appropriate for any scripts placed in the HEAD of the document since it helps in reducing response time. As recommendations for further study researchers can also focus on different programming languages such as Delphi, Ruby and Java on how they affect web page load time for a distinct web page to be designed. There is need to research on how to promote websites through Search Engine Optimization (SEO) techniques adoption. In addition a further research on upgrading the normal desktop website version to a mobile site version will be a study of great value in relationship to response time. References [1] J. Eland, “Web Stores Do-It-Yourself for Dummies”. Wiley Publishing, Inc., Indianapolis, Indiana, pp 361, 2008. [2] Zona Research Group, “The Need for Speed”. Research Report: Zona Research Group, 2003. [3] Aberdeen Research, “Customer Satisfaction on the web”. Aberdeen Research Group Report, USA, 2010 [4] G. Pallis, A. Vakali, “Insight and Perspectives for Content Delivery Networks”. Communications of the ACM, Vol. 49, No. 1, ACM Press, NY, USA, pp. 101-106, 2006. [5] A. Vakali, G. Pallis, “Content Delivery Networks: Status and Trends”. IEEE Internet Computing, IEEE Computer Society, pp. 68-74, 2003. [6] G. Peng, “CDN: Content Distribution Network”. Technical Report TR-125, Experimental Computer Systems Lab, Department of Computer Science, State University of New York, Stony Brook, NY, 2003. [7] G. Barish, K. Obraczka,”World Wide Web caching: Trends and techniques”.USC Information Sciences Institute, 2000. [8] P. Killelea, “Web Performance Tuning”, 2nd Edition. O'Reilly & Associates, Inc. Sebastopol, CA, USA, 2002 [9] A., K. Manjhi, “Technical report submitted in partial fulfillment of the course CS625: Advanced Computer Networks”.UK, 2008 [10] NetForecast, “Field Guide to Application Delivery Systems Report”. NetForecast, 2006. [11] Forrester Research and Gartner Group, “Two load time report surveys”. Forrester Research, Inc., 400 Technology Square, Cambridge, MA 02139, USA, 2009 Author Profile Munyaradzi Zhou holds a Post Graduate Diploma in Tertiary education from Midlands State University, a Bachelor of Science in Information Systems Honours degree from the Midlands State University and a Master of Science degree in Information Systems Management from Midlands State University and is currently a Doctoral Student at University of South Africa (UNISA). He is a lecturer at the Midlands State University, in the Department of Computer Science and Information Systems. Maxmillan Giyane holds a Post Graduate Diploma in Tertiary education from Midlands State University, a Bachelor of Science in Computer Science Honours Paper ID: 30081303 78
  • 5. International Journal of Science and Research (IJSR), India Online ISSN: 2319-7064 Volume 2 Issue 9, September 2013 www.ijsr.net degree from the Midlands State University and a Master of Science degree in Information Systems Management from Midlands State University and is currently a Doctoral Student at University of South Africa (UNISA). He is a lecturer at the Midlands State University, in the Department of Computer Science and Information Systems. Mutembedza Nyasha Amanda holds a Post Graduate Diploma in Tertiary education from Midlands State University, a Bachelor of Science in Information Systems Honours degree from the Midlands State University and a Master of Science degree in Information Systems Management from Midlands State University and is currently a Doctoral Student at University of South Africa (UNISA). She is a lecturer at the Midlands State University, in the Department of Computer Science and Information Systems. Paper ID: 30081303 79