Ce diaporama a bien été signalé.
Le téléchargement de votre SlideShare est en cours. ×

WordPress optimization

Publicité
Publicité
Publicité
Publicité
Publicité
Publicité
Publicité
Publicité
Publicité
Publicité
Publicité
Publicité
Chargement dans…3
×

Consultez-les par la suite

1 sur 31 Publicité

WordPress optimization

Télécharger pour lire hors ligne

hether you run a high traffic WordPress installation or a small blog on a low cost shared host, you should optimize WordPress and your server to run as efficiently as possible. This article provides a broad overview of WordPress optimization with specific recommended approaches. However, it's not a detailed technical explanation of each aspect.

hether you run a high traffic WordPress installation or a small blog on a low cost shared host, you should optimize WordPress and your server to run as efficiently as possible. This article provides a broad overview of WordPress optimization with specific recommended approaches. However, it's not a detailed technical explanation of each aspect.

Publicité
Publicité

Plus De Contenu Connexe

Diaporamas pour vous (20)

Similaire à WordPress optimization (20)

Publicité

Plus récents (20)

WordPress optimization

  1. 1. WordPress Optimization Siddhant Mandal CEO, Binwary Founder, TechPatro
  2. 2. Howto speed up WordPress website?
  3. 3. Why Speed is Important for Our WordPress Site? Studies show that from 2000 to 2016, the average human attention span has dropped from 12 seconds to 7 seconds.
  4. 4. “You have very little time to show users your content and convince them to stay on your website.”
  5. 5. Why Worry About Performance? ● Google says “an extra 500ms in latency drop search traffic by 20%” ● Amazon states “for every 100ms of latency, they lose 1% of their sales” “1 second slower is equal to 1.6 billion in lost sales per year”
  6. 6. Performance optimized sites ● Get more trust ● Get more page views ● Transform visitors into customer ● Keep your customers happy ● Get more revenue ● Cost less in hardware and network etc.
  7. 7. How to Check Your WordPress Website Speed? Often beginners think that their website is OK just because it doesn’t feel slow on their computer. That’s a HUGE mistake.
  8. 8. Frequently visiting website store your website in cache and automatically prefetch it while typing an address. This makes your website load almost instantly. While First time may not have the same experience. In fact, users in different geographical locations will have a completely different experience.
  9. 9. 1. Pingdom URL: https://tools.pingdom.com/
  10. 10. 2. Google PageSpeed Insights URL: https://developers.google.com/speed/pagespeed/insights/
  11. 11. 3. Google Mobile Website Speed Testing Tool URL: https://testmysite.thinkwithgoogle.com/
  12. 12. 4. WebPageTest URL: https://www.webpagetest.org/
  13. 13. 5. GTmetrix URL: https://gtmetrix.com/
  14. 14. 1. Choose a better web hosting provider ● Bluehost ● DreamHost ● SiteGround ● InMotion Hosting ● HostGator ● WP Engine
  15. 15. Some popular cloud computing services: ● Amazon Web Services ● DigitalOcean ● Google Cloud Platform ● Microsoft Azure etc.
  16. 16. 2. Start with a solid framework/theme ● Twenty Fifteen “framework” (the default WP theme) is lightweight and quite speedy. ● GENERATEPRESS ● ASTRA ● SCHEMA ● SKIN ● GENESIS FRAMEWORK ● SociallyViral etc.
  17. 17. 3. Use an effective caching plugin ● W3 Total Cache
  18. 18. WP Super Cache
  19. 19. WP Rocket
  20. 20. 4. Reduce image sizes Images are the major contributors to size increment of a given webpage. The trick is to reduce the size of the images without compromising on the quality. ● WP Smush ● EWWW Image Optimizer
  21. 21. 5. Minify JS and CSS files If you run your website through Google PageSpeed Insights tool, you will probably be notified about minimizing the size of your CSS and JS files. What this means is that by reducing the number of CSS and JS calls and the size of those files, you can improve the site-loading speed. Guides provided by Google Autoptimize
  22. 22. 6. Enable GZIP compression Compressed code is faster code. Enabling gzip compression (a standard compression algorithm) in WordPress can reduce site load time by over 300%.
  23. 23. OR add the following codes in your .htaccess file. AddOutputFilterByType DEFLATE text/plain AddOutputFilterByType DEFLATE text/html AddOutputFilterByType DEFLATE text/xml AddOutputFilterByType DEFLATE text/css AddOutputFilterByType DEFLATE application/xml AddOutputFilterByType DEFLATE application/xhtml+xml AddOutputFilterByType DEFLATE application/rss+xml AddOutputFilterByType DEFLATE application/javascript AddOutputFilterByType DEFLATE application/x-javascript
  24. 24. 7. Cleanup WordPress database Deleting unwanted data from your database delete spam comments, fake users, old drafts of your content and maybe even unwanted plugins as well as themes. All of this will reduce the size of your databases and web files, and thus speed up WordPress website. ● WP-Optimize ● WP-DBManager
  25. 25. 8. Deactivate or uninstall plugins Keeping unwanted plugins on your WordPress websites will add a tremendous amount of junk to your web files. Moreover, it will also increase the size of your backup and put an overwhelming amount of load on your server resources while backup files are being generated. It is better to get rid of the plugins that you don’t use.
  26. 26. 9. Disable pingbacks and trackbacks Pingbacks and trackbacks are two core WordPress components that alert you whenever your blog or page receives a link. It might sound useful, but you also have things such as Google Webmaster Tools and other services to check the links of your website. You can turn it all off in WP-Admin -> Settings -> Discussion. Just deselect “Allow link notifications from other blogs (pingbacks and trackbacks).” This will help you speed up WordPress some more.
  27. 27. 10. Use a content delivery network (CDN) Essentially, a CDN, or content delivery network, takes all your static files you’ve got on your site (CSS, Javascript and images etc.) and lets visitors download them as fast as possible by serving the files on servers as close to them as possible. ● CloudFlare ● Free-CDN ● Incapsula ● Photon by Jetpack
  28. 28. Thankyou!
  29. 29. AnyQueries?
  30. 30. Next MeetUp! 1. Time to First Byte (TTFB) 2. Avoid 301 Redirects 3. Prefetch and Preconnect 4. HTTP/2 5. PHP7 and HHVM 6. Web Font Performance 7. Hotlink protection 8. Infrastructure 9. Fix 404 Errors

×