Reseller Web Hosting

How to optimize wordpress websites in linux reseller hosting ?


Error: Your Requested widget " bcn_widget-2" is not in the widget list.
  • [do_widget_area colormag_advertisement_above_the_footer_sidebar]
    • [do_widget id="custom_html-10"]
    • [do_widget id="custom_html-11"]
    • [do_widget id="custom_html-13"]
    • [do_widget id="colormag_125x125_advertisement_widget-2"]
    • [do_widget id="text-15"]
    • [do_widget id="custom_html-9"]
    • [do_widget id="custom_html-12"]
  • [do_widget_area colormag_contact_page_sidebar]
    • [do_widget_area colormag_error_404_page_sidebar]
      • [do_widget_area colormag_footer_sidebar_four]
        • [do_widget id="custom_html-3"]
        • [do_widget id="text-7"]
      • [do_widget_area colormag_footer_sidebar_full_width]
        • [do_widget_area colormag_footer_sidebar_one]
          • [do_widget id="custom_html-6"]
          • [do_widget id="custom_html-7"]
          • [do_widget id="custom_html-8"]
          • [do_widget id="text-38"]
          • [do_widget id="text-3"]
          • [do_widget id="text-4"]
        • [do_widget_area colormag_footer_sidebar_one_upper]
          • [do_widget_area colormag_footer_sidebar_three]
            • [do_widget id="custom_html-4"]
            • [do_widget id="text-6"]
          • [do_widget_area colormag_footer_sidebar_three_upper]
            • [do_widget_area colormag_footer_sidebar_two]
              • [do_widget id="custom_html-5"]
              • [do_widget id="text-5"]
            • [do_widget_area colormag_footer_sidebar_two_upper]
              • [do_widget_area colormag_front_page_area_beside_slider]
                • [do_widget_area colormag_front_page_content_bottom_section]
                  • [do_widget_area colormag_front_page_content_middle_left_section]
                    • [do_widget_area colormag_front_page_content_middle_right_section]
                      • [do_widget_area colormag_front_page_content_top_section]
                        • [do_widget_area colormag_front_page_slider_area]
                          • [do_widget_area colormag_front_page_top_full_width_area]
                            • [do_widget id="text-17"]
                          • [do_widget_area colormag_header_sidebar]
                            • [do_widget id="custom_html-2"]
                            • [do_widget id="text-8"]
                            • [do_widget id="text-27"]
                            • [do_widget id="text-23"]
                          • [do_widget_area colormag_left_sidebar]
                            • [do_widget id="text-19"]
                          • [do_widget_area colormag_right_sidebar]
                            • [do_widget id="text-13"]
                            • [do_widget id="search-2"]
                            • [do_widget id="colormag_300x250_advertisement_widget-3"]
                          • [do_widget_area widgets_for_shortcodes]
                            • [do_widget id="breadcrumb_navigation_widget-5"]
                            • [do_widget id="text-16"]
                            • [do_widget id="text-20"]
                            • [do_widget id="text-24"]
                            • [do_widget id="text-25"]
                            • [do_widget id="bcn_widget-2"]
                            • [do_widget id="text-28"]
                            • [do_widget id="text-29"]
                            • [do_widget id="text-30"]
                            • [do_widget id="text-31"]
                            • [do_widget id="text-32"]
                            • [do_widget id="text-33"]
                            • [do_widget id="text-34"]
                            • [do_widget id="text-35"]
                            • [do_widget id="text-37"]
                          • [do_widget_area wp_inactive_widgets]
                            • [do_widget id="text-12"]
                            • [do_widget id="colormag_300x250_advertisement_widget-4"]
                            • [do_widget id="recent-posts-2"]
                            • [do_widget id="recent-comments-2"]
                            • [do_widget id="archives-2"]
                            • [do_widget id="meta-2"]
                            • [do_widget id="pages-3"]
                            • [do_widget id="text-22"]
                          WordPress is a free and powerful open-source content management system (CMS) using which websites can be created for free. It is coming as a script in Softaculous given by Silicon House in linux reseller hosting. Plugins and themes in wordpress may take high resource usage if not optimized properly. Hence wordpress optimization is mandatory. Let us learn about wordpress optimization.


                          How Do You Improve Performance in WordPress

                          1.Plugins optimization :-

                          * The number of plugins and their performance will also have a huge impact on your site’s performance. Deactivating and deleting unnecessary plugins is very important way to improve performance

                          * You can also selectively disabling plugins one by one. If one particular plugin significantly affecting your site’s performance, you can think of optimizing plugins. Optimizing plugins can be focused on inefficient codes, repeated unnecessary database queries etc

                          2.Themes optimization :-

                          * WordPress theme will have a huge impact on the performance of your site. A fast, lightweight theme will perform much more efficiently than a heavy graphic-laden inefficient one

                          Images :

                          Image files can be given importance in optimization.
                          Unnecessary images can be replaced with images with text.
                          Make sure all the necessary images are optimized
                          Make sure images are in correct format (JPG/PNG/GIF)

                          Files :

                          Reducing the number of files/size
                          Reduce the number of files needed to display the average page on your site
                          Combine multiple CSS files into a single, optimized file.
                          Minify CSS and JavaScript files

                          Database :

                          Query reduction and optimization will give good result
                          Static values can be hardcoded into your themes like site title, site charset so on
                          Menus that rarely change can be hardcoded. For eg, Avoiding functions like wp_list_pages()

                          3.Web hosting server hardware :-

                          WordPress performance depends on the server hardware where you have done your hosting. Generally Dedicated server hosting will be a more effective solution than Reseller hosting. You will have root access in the server where you can tweak software settings and you will get guaranteed performance.

                          Do you want to have a look at dedicated server hosting ? Please click here

                          4.Caching enabling :-

                          There are plugins available in wordpress, will cache your WordPress posts and pages as static files. These static files are then served to users, reducing the processing load on the server. This will bring fair result in website speed on static pages.

                          Browser caching can help to reduce server load by reducing the number of requests per page. Using HTTP Cache-Control (specifically max-age) and Expires headers, as well as Entity Tags via .htaccess will help us to implement browser caching. This technique allows the browser to check to see if files have changed, instead of simply requesting them. The result is your web server can answer many more 304 responses, confirming that a file is unchanged, instead of 200 responses, which require the file to be sent.

                          5.Keep wordpress, plugins, themes upto date

                          6.Enable captcha to protect website against comment spam. Block IP ranges from accessing your website at all via .htaccess. Block unwanted users from your site

                          7.Disable WordPress autosave and log out of dashboard

                          This ways will help you to optimize wordpress and thus improves the website performance.