<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
		>
	<channel>
		<title>WordPress Ideas &#187; Topic: Non-blocking Asynchronous wp_enqueue_script</title>
		<link>https://wordpress.org/ideas/topic/non-blocking-asynchronous-wp_enqueue_script</link>
		<description>WordPress Ideas &#187; Topic: Non-blocking Asynchronous wp_enqueue_script</description>
		<language>en-US</language>
		<pubDate>Sat, 10 Jun 2017 11:45:30 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
				<atom:link href="https://wordpress.org/ideas/rss/topic/non-blocking-asynchronous-wp_enqueue_script" rel="self" type="application/rss+xml" />

		<item>
			<title>gewinnspiele on "Non-blocking Asynchronous wp_enqueue_script"</title>
			<link>https://wordpress.org/ideas/topic/non-blocking-asynchronous-wp_enqueue_script/page/2#post-31385</link>
			<pubDate>Tue, 31 Jan 2017 18:13:02 +0000</pubDate>
			<dc:creator>gewinnspiele</dc:creator>
			<guid isPermaLink="false">31385@https://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>@Paris Holley</p>
<p>Great! Thank you for the plugin! It worked for me.
</p>]]></description>
					</item>
		<item>
			<title>Noemi Italy on "Non-blocking Asynchronous wp_enqueue_script"</title>
			<link>https://wordpress.org/ideas/topic/non-blocking-asynchronous-wp_enqueue_script#post-31290</link>
			<pubDate>Mon, 16 Jan 2017 20:05:16 +0000</pubDate>
			<dc:creator>Noemi Italy</dc:creator>
			<guid isPermaLink="false">31290@https://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>@Paris Holley</p>
<p>The plugin worked for me.
</p>]]></description>
					</item>
		<item>
			<title>Paris Holley on "Non-blocking Asynchronous wp_enqueue_script"</title>
			<link>https://wordpress.org/ideas/topic/non-blocking-asynchronous-wp_enqueue_script#post-31085</link>
			<pubDate>Tue, 29 Nov 2016 02:38:11 +0000</pubDate>
			<dc:creator>Paris Holley</dc:creator>
			<guid isPermaLink="false">31085@https://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>Keep in mind that async/defered will not work if your JS files have dependencies (ie: a jquery plugin needs jquery to be loaded first). The plugin I wrote could use some modernization (ie: determine if it can run pure async without doing head.js).</p>
<p>Though nowadays, minimizing all of your scripts into a single file or even embedding directly into your page can be more performant than going async.
</p>]]></description>
					</item>
		<item>
			<title>Clicknathan on "Non-blocking Asynchronous wp_enqueue_script"</title>
			<link>https://wordpress.org/ideas/topic/non-blocking-asynchronous-wp_enqueue_script#post-31040</link>
			<pubDate>Mon, 21 Nov 2016 15:05:26 +0000</pubDate>
			<dc:creator>Clicknathan</dc:creator>
			<guid isPermaLink="false">31040@https://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>For those who prefer a non-plugin solution, this guy's post / code is working perfectly for me: </p>
<p><a href="https://ikreativ.com/async-with-wordpress-enqueue/" rel="nofollow">https://ikreativ.com/async-with-wordpress-enqueue/</a>
</p>]]></description>
					</item>
		<item>
			<title>huehnerstallkaufen1 on "Non-blocking Asynchronous wp_enqueue_script"</title>
			<link>https://wordpress.org/ideas/topic/non-blocking-asynchronous-wp_enqueue_script#post-31001</link>
			<pubDate>Mon, 14 Nov 2016 14:05:02 +0000</pubDate>
			<dc:creator>huehnerstallkaufen1</dc:creator>
			<guid isPermaLink="false">31001@https://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>@Paris Holley</p>
<p>Thank you so much for the plugin! It worked for me.
</p>]]></description>
					</item>
		<item>
			<title>Amrit Ray on "Non-blocking Asynchronous wp_enqueue_script"</title>
			<link>https://wordpress.org/ideas/topic/non-blocking-asynchronous-wp_enqueue_script#post-30605</link>
			<pubDate>Sun, 31 Jul 2016 17:07:43 +0000</pubDate>
			<dc:creator>Amrit Ray</dc:creator>
			<guid isPermaLink="false">30605@https://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>@Phil The solution in the link worked. But instead of the js handle, had to mention the actual js name. It added the "async" attribute to the js script tag.
</p>]]></description>
					</item>
		<item>
			<title>tvexpert on "Non-blocking Asynchronous wp_enqueue_script"</title>
			<link>https://wordpress.org/ideas/topic/non-blocking-asynchronous-wp_enqueue_script#post-30428</link>
			<pubDate>Wed, 01 Jun 2016 06:33:33 +0000</pubDate>
			<dc:creator>tvexpert</dc:creator>
			<guid isPermaLink="false">30428@https://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>@Phil</p>
<p>Got the same error here when downloading and using that plugin. No idea if it will be fixed, but a core implementation would be the way around..
</p>]]></description>
					</item>
		<item>
			<title>Phil on "Non-blocking Asynchronous wp_enqueue_script"</title>
			<link>https://wordpress.org/ideas/topic/non-blocking-asynchronous-wp_enqueue_script#post-28568</link>
			<pubDate>Tue, 21 Jul 2015 18:45:35 +0000</pubDate>
			<dc:creator>Phil</dc:creator>
			<guid isPermaLink="false">28568@https://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>I am reading...</p>
<p>Since Version 4.1 a new filter has been introduced that finally provides a less painful solution to add async or defer attributes...</p>
<p><a href="http://matthewhorne.me/add-defer-async-attributes-to-wordpress-scripts/" rel="nofollow">http://matthewhorne.me/add-defer-async-attributes-to-wordpress-scripts/</a></p>
<p>===================</p>
<p>Installed the plugin, seems to be working - although PSI now reckons head.js is blocking ? correct ? should I expect this ?</p>
<p>Remove render-blocking JavaScript:<br />
/aynnchronous-javascript/js/head.load.min.js
</p>]]></description>
					</item>
		<item>
			<title>webaware on "Non-blocking Asynchronous wp_enqueue_script"</title>
			<link>https://wordpress.org/ideas/topic/non-blocking-asynchronous-wp_enqueue_script#post-24295</link>
			<pubDate>Mon, 04 Mar 2013 02:34:43 +0000</pubDate>
			<dc:creator>webaware</dc:creator>
			<guid isPermaLink="false">24295@https://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>For anyone who needs this, there's a dirty hack from @toscho on the WordPress Stackexchange:</p>
<p><a href="http://wordpress.stackexchange.com/a/38335/24260" rel="nofollow">http://wordpress.stackexchange.com/a/38335/24260</a>
</p>]]></description>
					</item>
		<item>
			<title>Paris Holley on "Non-blocking Asynchronous wp_enqueue_script"</title>
			<link>https://wordpress.org/ideas/topic/non-blocking-asynchronous-wp_enqueue_script#post-24051</link>
			<pubDate>Fri, 18 Jan 2013 16:46:42 +0000</pubDate>
			<dc:creator>Paris Holley</dc:creator>
			<guid isPermaLink="false">24051@https://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>I have just released a plugin that does that:</p>
<p><a href="http://wordpress.org/extend/plugins/asynchronous-javascript/" rel="nofollow">http://wordpress.org/extend/plugins/asynchronous-javascript/</a>
</p>]]></description>
					</item>

	</channel>
</rss>
