answersLogoWhite

0

Improve Wordpress PerformanceThere are many ways you can improve your wordpress website performance. Here below I have mentioned some factors that can ruin your wordpress website performance. We need to improve on that.

Reasons that can degrade your wordpress site performance:

  • Include jquery multiple times
  • Include flash more than 4 to 5 times on a single page ( its too much )
  • Include large unoptimized images
  • Site requests for more http requests from same domain
  • Slow Web Hosting server
  • Always generate dynamic images and not catching for subsequent requests
  • Messed up Code
  • Embed media that is coming from other servers ( can load the site slow )
  • @import for including style sheets will call function for stylesheet include
  • Uncompressed content from server side
  • Use of trailing slashes for folders

You can reduce/eliminate this issues with below measures.

Below are the steps to improve wordpress performance.

  1. Minify Your Javascript and CSS Resources
  2. Reduce unwanted calls to database
  3. Check your web-host speed performance
  4. Use Separate style-sheets
  5. Don't use large pages, split it into two parts
  6. Combine your Css files into single file
  7. Use Css Sprite generators
  8. Use Offloading ( CDN - Content Delivery Network )
  9. Reduce Http Requests for Resources
  10. Merge Css files
  11. Use Http Compression Methods
  12. Put Scripts at the end and css at the top of your Document, to load fast
  13. Don't use both and @import for including for style-sheets
  14. Use favicon
  15. Use Cached Contents

For more detailed on these topics you should refer to below nice article related purely to improve your wordress site perfornance.

User Avatar

Wiki User

14y ago

What else can I help you with?