Tuesday 22 August 2017

6 Tips to improve the optimization and speed of wordpress

Tips to improve the optimization and speed of wordpress
For those of you wordpress users there are tips to improve the optimization and speed of wordpress. Why increase speed and optimization? Because a slowly accessible Website can frustrate visitors, but it also potentially hampers the index of search engines. Optimize the speed of your website in the following way if you want to improve performance.

1. WordPress Speed ​​Optimization by enabling Cache
When you want visitors to access the website faster and more features in it, you can install caching plugin like WP Super Cache or W3 Total Cache. This will make your WordPress website dynamic, as if it has only a static HTML content. Because instead of opening a page for each visitor, your website will display the requested page and have it displayed for other visitors.

You can enable server side caching. Use Zlib and .htaccess apache to compress your files using gzip. Your server requires zlib and mod_deflate. You can also enable browser caching.

2. WordPress Speed ​​Optimization by avoiding External Files
You can lighten the work of the website by using internal files on your website. Browsers usually only download 2 files in parallel from 1 domain used. And using multiple domains will increase the number of files that can be downloaded in 1 time. Then consider using an external font, like Google Font.

We can use content delivery network (CDN), like Amazon CloudFront. If you use the Jetpack plugin, you can use their Foton service to host your image files on the free WordPress.com network.

3. WordPress Speed ​​Optimization with Minimize Plugins
One of the most damning workings of our website is to install various plugins that are not really needed. With P3 (Plugin Performance Profiler) you can know the effect of every plugin you install on your website. Remove any plugins that you do not need and do not use. Even if you do not activate the plugin, the plugin file will use space or space in your WordPress, and fill in your WordPress database.

It's also important that you remove any plugins beyond your WordPress admin panel. Development of the plugin will also make you add the delete additional table activity from database and delete the existing plugin file.

4. WordPress Speed ​​Optimization with Theme Optimization
You must be confused and happy to choose the theme you want to use on your website. Same with the plugin, it turns out the theme of the website gives a big enough effect for website activity. When you choose a theme instead of just having a mobile version, it supports your website's SEO and has an interesting look that you should choose. But also that does not burden your website server work. You can use the WordPress Theme Check plugin, to make sure your theme code conforms to the standard.

Even if you're building a custom theme, you should make sure it's valid with semantic code and avoid broken links or missing files. Use the WordPress Theme Check plugin to make sure that your theme is compliant with existing standards. Because some of these standards help your theme to be faster.

Make sure also the CSS you use is very slim, because this will help reduce the number of classes in your code. When using javascript, including jQuery, you have to make sure that the process only calls every script once. Use the smallest amount of CSS and JS. Make sure you use the function wp_enqueue_style () and wp_enqueue_script ().

5. WordPress Speed ​​Optimization with Minimize Content
You can speed up your website access by reducing the amount of content you upload on the website. You can reduce the use of the sidebar and the number of widgets you use. Remove the widgets you do not use and the number of posts you upload. Be careful using social media services, ad networks and services that help you track who your website visitors are in real time. Compare the disadvantages when you use plugins with the same functionality. You may need to make each size smaller with the function.php file.

You can optimize and compress your image before uploading it. You can also use plugins that can do this when you upload images, for example the Imsanity plugin. You can also use the Yahoo! smush.it service, through plugins like WP smush.it to further compress images. Make sure you have set the default image size in WordPress admin, so the browser does not need to scale the image quickly.

6. WordPress Speed ​​Optimization with Database Optimization
Be sure to optimizeAnd repair your MySQL database. You can use plugins or minimize database work like in phpMyAdmin. You can also do some things to lighten the load on the database, like emptying your junk or spam folder on your WordPress, deleting users that are no longer active, reducing the number of revisions you make to posts in Your WordPress page, even delete the images that are no longer used.

see video related to this post, sourced from youtube.com

Such tips increase the speed of your wordpress web.