<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>gHacks Technology News &#124; Latest Tech News, Software And Tutorials &#187; web performance</title> <atom:link href="http://www.ghacks.net/tag/web-performance/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Sat, 11 Feb 2012 08:24:54 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>Optimize Websites With GTmetrix Web Performance Reports</title><link>http://www.ghacks.net/2011/06/20/optimize-websites-with-gtmetrix-web-performance-reports/</link> <comments>http://www.ghacks.net/2011/06/20/optimize-websites-with-gtmetrix-web-performance-reports/#comments</comments> <pubDate>Mon, 20 Jun 2011 15:39:58 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Online Services]]></category> <category><![CDATA[The Web]]></category> <category><![CDATA[Web Development]]></category> <category><![CDATA[gtmetrix]]></category> <category><![CDATA[optimize website]]></category> <category><![CDATA[page speed]]></category> <category><![CDATA[web performance]]></category> <category><![CDATA[yslow]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=46725</guid> <description><![CDATA[As a webmaster, you have to make sure that your websites are loading as fast as possible, without sacrificing functionality. While it may be cool to have ten 500 Kilobyte images on your homepage, it may in turn lead to visitors leaving the site before it is completely loaded in their browsers. Lower page loading [...]]]></description> <content:encoded><![CDATA[<p>As a webmaster, you have to make sure that your websites are loading as fast as possible, without sacrificing functionality. While it may be cool to have ten 500 Kilobyte images on your homepage, it may in turn lead to visitors leaving the site before it is completely loaded in their browsers.</p><p>Lower page loading times have positive effects on both the web server and visitors, among them improved bounce rates, page views and an increase in returning visitors.</p><p>Various online and offline tools are available for webmasters to test the performance of their websites. Two of the most popular ones are YSlow by Yahoo and Page Speed by Google. <a
href="http://gtmetrix.com/">GTmetrix</a> is a service that runs both performance tests at the same time.</p><p>To run the test visit the GTmetrix website and enter an url into the form on the main page. You can run the test as a guest.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2011/06/gtmetrix.png" alt="gtmetrix" title="gtmetrix" width="471" height="246" class="alignnone size-full wp-image-46726" /></p><p>It usually takes less than a minute to complete the analysis of the website. Results are then displayed as a summary and in detail.</p><p>You find both the Page Speed and YSlow grade at the top, and a breakdown separated in tabs.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2011/06/performance-report.png" alt="performance report" title="performance report" width="600" height="242" class="alignnone size-full wp-image-46727" /></p><p>The summary gives a quick overview of the overall performance as analysed by the two web reporting tools, the page loading time, page size and total number of requests.</p><p>The breakdown lists the various recommendations and grades in detail, with the least optimized items listed at the top.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2011/06/website-performance.png" alt="website performance" title="website performance" width="600" height="262" class="alignnone size-full wp-image-46728" /></p><p>A click on an individual recommendation displays additional information, for instance which CSS files are not minimized, or which objects are not making use of effective browser caching.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2011/06/optimize-website.png" alt="optimize website" title="optimize website" width="436" height="101" class="alignnone size-full wp-image-46729" /></p><p>It is usually best to start optimizing items that are listed near the top with a priority rating of high. It is not always possible to do that though. It is for instance not possible to add expires headers for components that are not hosted on the web server the site is running on. One interesting option offered by GTmetrix is the ability to compare different websites with each other.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2011/06/website-comparison.png" alt="website comparison" title="website comparison" width="600" height="244" class="alignnone size-full wp-image-46732" /></p><p>Websites and their scores are displayed next to each other on the comparison report page. You can compare the summaries and breakdown of individual items easily. That&#8217;s handy if you want to compare the performance of several websites that you own, or your own website with a fast or slow loading websites in your niche.</p><p>It can happen that you run into a recommendation that you do not know anything about, like specifying a cache validator or combining images using CSS sprites. The site offers <a
href="http://gtmetrix.com/recommendations.html">recommendations</a>, very similar to those that <a
href="http://code.google.com/speed/page-speed/docs/rules_intro.html">Google</a> and <a
href="http://developer.yahoo.com/yslow/">Yahoo</a> offer on their pages. It is a good start to find how how &#8220;things&#8221; are optimized.</p><p>I usually run the performance report for a site, fix one issue that is high on the priority list, double-check that the website loads as intended, before I re-test the page to get the new performance rating.</p><p>A web performance report can only help you that much. It hints at areas of your website that could be improved to reduce page loading times for visitors, and reduce the load on the web server at the same time. It is still up to the webmaster to optimize the site, for instance by installing caching plugins, optimizing images, objects on page or by switching web hosts.</p><p>Have you recently run website optimizations? Which tools have you used for that?</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2011/06/20/optimize-websites-with-gtmetrix-web-performance-reports/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>Microsoft Visual Round Trip Analyzer</title><link>http://www.ghacks.net/2008/10/30/microsoft-visual-round-trip-analyzer/</link> <comments>http://www.ghacks.net/2008/10/30/microsoft-visual-round-trip-analyzer/#comments</comments> <pubDate>Thu, 30 Oct 2008 10:16:27 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[microsoft network monitor]]></category> <category><![CDATA[microsoft software]]></category> <category><![CDATA[microsoft tool]]></category> <category><![CDATA[Visual Round Trip Analyzer]]></category> <category><![CDATA[web performance]]></category> <category><![CDATA[website developer]]></category> <category><![CDATA[website performance]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=7950</guid> <description><![CDATA[Microsoft&#8217;s Visual Round Trip Analyzer helps web developers and testers visualize the performance of a website by providing in depth statistics about it. The software program relies on Microsoft&#8217;s Network Monitor which has to be installed to capture the traffic. A good practice would be to install the Microsoft Network Monitor first and Microsoft Visual [...]]]></description> <content:encoded><![CDATA[<p>Microsoft&#8217;s Visual Round Trip Analyzer helps web developers and testers visualize the performance of a website by providing in depth statistics about it. The software program relies on Microsoft&#8217;s Network Monitor which has to be installed to capture the traffic.</p><p>A good practice would be to install the Microsoft Network Monitor first and Microsoft Visual Round Trip Analyzer <a
href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=119F3477-DCED-41E3-A0E7-D8B5CAE893A3&amp;displaylang=en">second</a> to avoid compatibility issues.</p><p>The web developer has to select an available network connection in Visual Round Trip Analyzer that he wants to analyze. A click on the Start Netmon button starts the Netmonitor application which will from then on record the traffic on the selected network.</p><p><span
id="more-7950"></span>The user would then have to load the website or run a batch file that would simulate that and stop Netmonitor afterwards. The traffic will automatically be analyzed by the Visual Round Trip Analyzer software and displayed in the program&#8217;s interface.</p><p><a
href="http://www.ghacks.net/wp-content/uploads/2008/10/microsoft_roundtrip_analyzer.jpg"><img
src="http://www.ghacks.net/wp-content/uploads/2008/10/microsoft_roundtrip_analyzer-500x271.jpg" alt="" title="microsoft roundtrip analyzer" width="500" height="271" class="alignnone size-medium wp-image-7951" /></a></p><p>The main chart lists the opened client ports, the domain and time it took to load the data. Hoovering over an entry will display detailed information about that traffic including headers, protcols, frames and sizes.</p><p>The Statistics tab will list file types, the total sizes, status codes and the average compressibility of them. More interesting than that is the All Files tab which gives &#8211; very &#8211; detailed information about files that have been loaded from external domains. This includes file sizes, download rate, Round Trips and Content Length.</p><p>Analysis is the last tab of the software program. It analyses various aspects of the site&#8217;s performance like Bandwidth Efficiency, Average File Size, Packet Loss or Whitespaces. The score ranges from A (best) to F (worst). Each parameter that has been rated is explained in a short paragraph. Hoovering the mouse over a paragraph will give information on the sites performance.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2008/10/30/microsoft-visual-round-trip-analyzer/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> </channel> </rss>
