- Overview
- Transcript
5.1 Optimizing WordPress Websites
Everything you’ve learned so far works really well for static web pages. But there are cases when you’ll be using a platform or a Content Management System to build your website. For example, WordPress.
In this short lesson you’ll learn a few tips and tricks on how to optimize WordPress websites.
Related Links
1.About Website Performance2 lessons, 04:16
1.1Welcome00:34
1.2What Is Website Performance?03:42
2.Tools for Measuring Performance4 lessons, 29:15
2.1Overall vs. Perceived Performance02:32
2.2Google’s DevTools14:30
2.3Google’s PageSpeed Insights03:22
2.4YSlow and Pingdom Website Speed Test08:51
3.Overall Performance Optimization5 lessons, 23:33
3.1Server-Side Optimization05:06
3.2Reducing HTTP Requests03:56
3.3Image and Webfont Optimization07:37
3.4JavaScript and CSS Optimization03:31
3.5Moving Assets Externally03:23
4.Perceived Performance Optimization4 lessons, 35:28
4.1About Perceived Performance02:39
4.2Critical Rendering Path03:45
4.3Render Blocking CSS17:20
4.4Render Blocking JavaScript11:44
5.Platform Optimization1 lesson, 02:27
5.1Optimizing WordPress Websites02:27
6.Conclusion1 lesson, 01:00
6.1Final Words01:00
5.1 Optimizing WordPress Websites
Now the stuff you've learned so far works really well on static web pages, but sometimes you're using a platform or a content management system to build your website. For example, WordPress. So, how do you optimize for WordPress? Even with WordPress you can apply the things you've learned, but you can also do some additional things to speed up your website. First of all, make sure you have the latest version of WordPress installed. Of course, if you are using a custom theme, you gotta make sure your theme is compatible with the latest version, but Usually the newer versions come with lots of improvements including performance ones. Then consider doing a bit of cleanup, have a look at the plugins you have installed and uninstall the ones you don't need or you don't use anymore. Plugins can seriously affect performance. So that's definitely something to consider. Also consider caching your blog. Plugins like WP SuperCache do a great job with that. So, if you're wondering what caching is, well basically a plugin like WP SuperCache will generate HTML files from your blog, and it's gonna store them In the browser memory. And the next time you visit that website those static files will be loaded instead of asking for new ones from the server. Because we're talking about WordPress here, a lot of PHP file, there's a lot of processing going on on the server, so by actually caching your website, you're loading your webpage fast because it's loading from your local memory basically, or local storage And you are avoiding additional processing on the server. Something else you could do is optimize your databases from php my admin. It's really easy to do, simply open your database, select all the tables and then click on Optimize Table. So, there you have it. Just a few tips on how to optimise WordPress sites. Some very simple things with great results. Now please join me in the next lesson for the conclusion and a small assignment.







