<?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>performance | JavaScript Tutorials &amp; Videos</title>
	<atom:link href="https://www.javascripttutorials.net/tag/performance/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.javascripttutorials.net</link>
	<description>JavaScript Tutorials &#38; Videos: Node.js, AngularJS, Vue.js, Backbone.js</description>
	<lastBuildDate>Mon, 10 Oct 2022 20:53:36 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://www.javascripttutorials.net/wp-content/uploads/cropped-JavaScript_logo_2.svg_-32x32.png</url>
	<title>performance | JavaScript Tutorials &amp; Videos</title>
	<link>https://www.javascripttutorials.net</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Measuring in Production the Performance of React Native Apps</title>
		<link>https://www.javascripttutorials.net/measuring-in-production-the-performance-of-react-native-apps/</link>
		
		<dc:creator><![CDATA[javascripttutorials.net]]></dc:creator>
		<pubDate>Mon, 10 Oct 2022 20:53:36 +0000</pubDate>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[react]]></category>
		<guid isPermaLink="false">https://www.javascripttutorials.net/?p=600</guid>

					<description><![CDATA[<p>Wait, you can measure the performance of any React Native apps in production? Indeed, Android phones run on linux, which means we have full power through the magic of adb shell! This presentation explores what we can do together in live coding, and see how we can build a performance &#8230;</p>
The post <a href="https://www.javascripttutorials.net/measuring-in-production-the-performance-of-react-native-apps/">Measuring in Production the Performance of React Native Apps</a> first appeared on <a href="https://www.javascripttutorials.net">JavaScript Tutorials & Videos</a>.]]></description>
		
		
		
			</item>
		<item>
		<title>The Secrets of Angular Lightning Speed</title>
		<link>https://www.javascripttutorials.net/the-secrets-of-angular-lightning-speed/</link>
		
		<dc:creator><![CDATA[javascripttutorials.net]]></dc:creator>
		<pubDate>Thu, 06 May 2021 16:08:59 +0000</pubDate>
				<category><![CDATA[AngularJS]]></category>
		<category><![CDATA[performance]]></category>
		<guid isPermaLink="false">https://www.javascripttutorials.net/?p=545</guid>

					<description><![CDATA[<p>Angular developers rarely have the need to write super optimized code. In Angular application development we tend to favor readability over optimization. But this approach doesn’t guarantee fast execution of the JavaScript code. With frameworks, the situation is reversed. Frameworks have to be really fast. Interestingly, there are techniques that &#8230;</p>
The post <a href="https://www.javascripttutorials.net/the-secrets-of-angular-lightning-speed/">The Secrets of Angular Lightning Speed</a> first appeared on <a href="https://www.javascripttutorials.net">JavaScript Tutorials & Videos</a>.]]></description>
		
		
		
			</item>
		<item>
		<title>Responsible JavaScript</title>
		<link>https://www.javascripttutorials.net/responsible-javascript/</link>
		
		<dc:creator><![CDATA[javascripttutorials.net]]></dc:creator>
		<pubDate>Wed, 02 Dec 2020 15:52:35 +0000</pubDate>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[performance]]></category>
		<guid isPermaLink="false">https://www.javascripttutorials.net/?p=521</guid>

					<description><![CDATA[<p>While the performance of JavaScript engines in browsers have seen continued improvement, the amount of JavaScript served increases unabated. We need to use JavaScript more responsibly, which means we must rely on native browser features where prudent, use HTML and CSS when appropriate, and know when too much JavaScript is &#8230;</p>
The post <a href="https://www.javascripttutorials.net/responsible-javascript/">Responsible JavaScript</a> first appeared on <a href="https://www.javascripttutorials.net">JavaScript Tutorials & Videos</a>.]]></description>
		
		
		
			</item>
		<item>
		<title>Benchmarking JavaScript</title>
		<link>https://www.javascripttutorials.net/benchmarking-javascript/</link>
		
		<dc:creator><![CDATA[javascripttutorials.net]]></dc:creator>
		<pubDate>Mon, 15 Feb 2016 18:00:29 +0000</pubDate>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[performance]]></category>
		<guid isPermaLink="false">http://www.javascripttutorials.net/?p=306</guid>

					<description><![CDATA[<p>JavaScript is everywhere. JavaScript VMs improve by leaps and bounds. Performance graphs are breaking through the ceilings of expectations. And yet from time to time we still find ourselves wondering whether &#8216;===&#8217; is faster than &#8216;==&#8217;. What is the right way to approach this question? Is this the question you &#8230;</p>
The post <a href="https://www.javascripttutorials.net/benchmarking-javascript/">Benchmarking JavaScript</a> first appeared on <a href="https://www.javascripttutorials.net">JavaScript Tutorials & Videos</a>.]]></description>
		
		
		
			</item>
		<item>
		<title>Unorthodox Javascript Performance</title>
		<link>https://www.javascripttutorials.net/unorthodox-javascript-performance/</link>
		
		<dc:creator><![CDATA[javascripttutorials.net]]></dc:creator>
		<pubDate>Wed, 25 Mar 2015 15:34:38 +0000</pubDate>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[performance]]></category>
		<guid isPermaLink="false">http://www.javascripttutorials.net/?p=224</guid>

					<description><![CDATA[<p>John-David Dalton wants to improve JavaScript performance. To do so, he has developed some unique and unconventional techniques. He has also developed a &#8220;utility library delivering consistency, customization, performance, and extras,&#8221; called Lo-Dash. While John is an advocate for performance, he wants to do it in a smart way, saying &#8230;</p>
The post <a href="https://www.javascripttutorials.net/unorthodox-javascript-performance/">Unorthodox Javascript Performance</a> first appeared on <a href="https://www.javascripttutorials.net">JavaScript Tutorials & Videos</a>.]]></description>
		
		
		
			</item>
		<item>
		<title>Using Node.js for Everything</title>
		<link>https://www.javascripttutorials.net/using-node-js-for-everything/</link>
		
		<dc:creator><![CDATA[javascripttutorials.net]]></dc:creator>
		<pubDate>Tue, 27 Jan 2015 17:04:19 +0000</pubDate>
				<category><![CDATA[Node.js]]></category>
		<category><![CDATA[performance]]></category>
		<guid isPermaLink="false">http://www.javascripttutorials.net/?p=215</guid>

					<description><![CDATA[<p>Learn how a company can be built completely on JavaScript and succeed. This presentation covers the most important aspects of using Node.js and JavaScript, for basically everything there is in a fast-moving company, including planning for scalability and performance. Event: Forward JS Video producer: https://thenewcircle.com/</p>
The post <a href="https://www.javascripttutorials.net/using-node-js-for-everything/">Using Node.js for Everything</a> first appeared on <a href="https://www.javascripttutorials.net">JavaScript Tutorials & Videos</a>.]]></description>
		
		
		
			</item>
		<item>
		<title>Parallel JavaScript</title>
		<link>https://www.javascripttutorials.net/parallel-javascript/</link>
		
		<dc:creator><![CDATA[javascripttutorials.net]]></dc:creator>
		<pubDate>Thu, 27 Nov 2014 10:18:04 +0000</pubDate>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[performance]]></category>
		<guid isPermaLink="false">http://www.javascripttutorials.net/?p=208</guid>

					<description><![CDATA[<p>JavaScript is the lingua franca of the web, yet it remains predominantly sequential and web applications until recently have been unable to utilize hardware parallelism. The goal of Parallel JavaScript is to change that. Parallel JavaScript provides web developers with a safe, high-level API that allows them to write applications &#8230;</p>
The post <a href="https://www.javascripttutorials.net/parallel-javascript/">Parallel JavaScript</a> first appeared on <a href="https://www.javascripttutorials.net">JavaScript Tutorials & Videos</a>.]]></description>
		
		
		
			</item>
		<item>
		<title>Scaling YUI in the Enterprise</title>
		<link>https://www.javascripttutorials.net/scaling-yui-in-the-enterprise/</link>
		
		<dc:creator><![CDATA[javascripttutorials.net]]></dc:creator>
		<pubDate>Tue, 14 Jan 2014 22:56:15 +0000</pubDate>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[YUI]]></category>
		<guid isPermaLink="false">http://www.javascripttutorials.net/?p=149</guid>

					<description><![CDATA[<p>Kevin Lamping, a front-end web developer with USAA, presents on how to scale Yahoo! User Interface Library (YUI) for use in their enterprise web applications. YUI is an open source JavaScript library for building richly interactive web applications. The topics discussed include server-side integration, event delegation and YUI instance caching. &#8230;</p>
The post <a href="https://www.javascripttutorials.net/scaling-yui-in-the-enterprise/">Scaling YUI in the Enterprise</a> first appeared on <a href="https://www.javascripttutorials.net">JavaScript Tutorials & Videos</a>.]]></description>
		
		
		
			</item>
		<item>
		<title>How to Make JavaScript Widgets Scream</title>
		<link>https://www.javascripttutorials.net/how-to-make-javascript-widgets-scream/</link>
		
		<dc:creator><![CDATA[javascripttutorials.net]]></dc:creator>
		<pubDate>Wed, 23 Jan 2013 14:28:37 +0000</pubDate>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[performance]]></category>
		<guid isPermaLink="false">http://www.javascripttutorials.net/?p=78</guid>

					<description><![CDATA[<p>When loading websites every millisecond counts. Social widgets should enhance a website experience and they should definitely not slow it down. We&#8217;ll walk through the unique challenges of loading social widgets such as the +1 button and how we made sure that they load as fast as possible &#8212; yes, &#8230;</p>
The post <a href="https://www.javascripttutorials.net/how-to-make-javascript-widgets-scream/">How to Make JavaScript Widgets Scream</a> first appeared on <a href="https://www.javascripttutorials.net">JavaScript Tutorials & Videos</a>.]]></description>
		
		
		
			</item>
	</channel>
</rss>
