Quantcast
Channel: WordPress Ideas » Tag: javascript - Recent Posts
Browsing latest articles
Browse All 63 View Live

gewinnspiele on "Non-blocking Asynchronous wp_enqueue_script"

@Paris Holley Great! Thank you for the plugin! It worked for me.

View Article



jamesdlow on "Non-blocking Asynchronous wp_enqueue_script"

The first time I need it, I was really surprised this wasn't built in. We shouldn't really have to be reduced to filters and hacks to get this attribute added. Hope they can add this update soon!

View Article

Ralf Koller on "Non-blocking Asynchronous wp_enqueue_script"

If an option for the async attribute would be added it would be welcome as well too add an option for defer alongside as well

View Article

controvi on "Default javascript location"

While developing a website for the company I work for I use wordpress as base platform. We try to develop the website that follows the trends and best practices. On of these best practices is the...

View Article

Ipstenu (Mika Epstein) on "Default javascript location"

This can already be done https://wordpress.org/plugins/scripts-to-footerphp/

View Article


Big Searcher on "RequireJS"

IMO Integrating RequireJS or another AMD JavaScript solution is nice to have in WordPress but doing so would mean a major code rewrite of how WordPress already handles JavaScript, which is currently...

View Article

swdeveloper on "Non-blocking Asynchronous wp_enqueue_script"

If your wordpress version is 4.1 or higher you can use 'script_loader_tag' filter. For example: function change_to_async($tag, $handle) { 'your-js-script' == $handle ? str_replace( ' src', '...

View Article

GreatBlakes on "Non-blocking Asynchronous wp_enqueue_script"

I'm also using the custom string replace method myself with success, but it feels so hacky. I'm still hoping that WordPress core will have an implementation of this in the future. I'm honestly...

View Article


cj42 on "Non-blocking Asynchronous wp_enqueue_script"

It would be interesting to be able to 'preload' stylesheet. So far, the wp_enqueue_style function does not enable that, since there is no way to attach the 'preload' value to the 'rel' attribute in a...

View Article


secretlab.pw on "Non-blocking Asynchronous wp_enqueue_script"

Since https://developers.google.com/speed/pagespeed/insights/ increased requirements to website speed, almost impossible to get green points for both mobile and desktop. So something should be done...

View Article
Browsing latest articles
Browse All 63 View Live




Latest Images