Questions About Improving Wordpress Site Speed

10 replies
  • WEB DESIGN
  • |
I'm trying to improve my Wordpress site speed. I have a few questions but first let me tell you what I've done.

1. Reduced plugins
2. Currently running WP Super Cache, WP Widget Cache, WP Smush.It and WP Optimize.
3. Added my site to a CDN.
4. Disabled hotlinking and leeching of content by adding code to htaccess file.
5. Added an expires header to static resources to htaccess file.
6. Turned off pingbacks and trackbacks

Here is what I'm having issues with and can't find any user friendly solutions.

1. Prefer asynchronous resources - This seems to be related to a social media plugin I have.

http://platform.twitter.com/widgets.js?ver=3.5.2 synchronously.
http://apis.google.com/js/plusone.js?ver=3.5.2 synchronously.
http://assets.pinterest.com/js/pinit.js?ver=3.5.2 synchronously.

2. Defer parsing of JavaScript - 204.6KiB of JavaScript is parsed during initial page load. Defer parsing JavaScript to reduce blocking of page rendering.

3. Add Expires headers - There are 19 static components without a far-future expiration date.

I'm getting all this info from gtmetrix. Any ideas on how to fix these site speed issues?
#improving #javascricpt #questions #site #speed #wordpress

Trending Topics