Title: Defer stats.wordpress.com.js
Last modified: August 21, 2016

---

# Defer stats.wordpress.com.js

 *  Resolved [Mauricio Macas](https://wordpress.org/support/users/getmovil/)
 * (@getmovil)
 * [12 years ago](https://wordpress.org/support/topic/defer-statswordpresscomjs/)
 * Hi, in [http://developers.google.com/speed/pagespeed/insights/](http://developers.google.com/speed/pagespeed/insights/)
   i have this:
 * remove render-blocking javascripts, and the only file to defer is: [http://stats.wordpress.com/e-201420.js](http://stats.wordpress.com/e-201420.js)
 * How can i put defer attribute to jetpack/modules/stats.php:<script src=”$http://
   stats.wordpress.com/e-$week.js” type=”text/javascript”></script>
 * with defer=”defer” is fixed?
 * <script src=”$http://stats.wordpress.com/e-$week.js” type=”text/javascript” defer
   =”defer”>
 * Thanks for you support.
 * [https://wordpress.org/plugins/jetpack/](https://wordpress.org/plugins/jetpack/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [cipals15](https://wordpress.org/support/users/cipals15/)
 * (@cipals15)
 * [12 years ago](https://wordpress.org/support/topic/defer-statswordpresscomjs/#post-4926195)
 * I also have the same question?
 * Any help would be appreciated.
 *  Plugin Author [Brandon Kraft](https://wordpress.org/support/users/kraftbj/)
 * (@kraftbj)
 * Code Wrangler
 * [12 years ago](https://wordpress.org/support/topic/defer-statswordpresscomjs/#post-4926268)
 * Howdy,
 * I’ve opened a feature request for this at [https://github.com/Automattic/jetpack/issues/566](https://github.com/Automattic/jetpack/issues/566)
 * The inline script that is just after that `script src...` needs information from
   the script, I believe, so we’d need to be sure that nothing tries to execute 
   before all of the data is in place.
 * Cheers!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Defer stats.wordpress.com.js’ is closed to new replies.

 * ![](https://ps.w.org/jetpack/assets/icon.svg?rev=2819237)
 * [Jetpack - WP Security, Backup, Speed, & Growth](https://wordpress.org/plugins/jetpack/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/jetpack/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/jetpack/)
 * [Active Topics](https://wordpress.org/support/plugin/jetpack/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/jetpack/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/jetpack/reviews/)

## Tags

 * [Wordpress stats](https://wordpress.org/support/topic-tag/wordpress-stats/)

 * 2 replies
 * 3 participants
 * Last reply from: [Brandon Kraft](https://wordpress.org/support/users/kraftbj/)
 * Last activity: [12 years ago](https://wordpress.org/support/topic/defer-statswordpresscomjs/#post-4926268)
 * Status: resolved