+ Post New Thread
Results 1 to 8 of 8

Thread: How To Optimize WordPress Page Loading Speed?

  1. #1

    How To Optimize WordPress Page Loading Speed?

    Every time I am having issues regarding page load speed as I have tried a lot of things. After having a deep research I have followed several things from different speed up WordPress article that provides me a good results in terms of speed and performance. I have gather few aspect for speeding up WordPress site which every developer should focus on:

    1. Install Caching Plugin Like (W3 Total, Breeze)
    2. Delete Plugins Which Don’t Work Properly
    3. Compress Media Files
    4. Compress Your Website’s Size
    5. Optimize Your Website’s Homepage
    6. Minify JavaScript and CSS Files

  2. #2


    Is this useful / helpfull? Yes | No
    you can optimize the page speed by :-
    1. compressing the images on website
    2. removing irrelevant plugins on your website
    3. you can also check your page speed on google speed insight and it will give you the recommendations on how to improve your page speed

  3. #3
    Junior Member andrewprestone's Avatar
    Join Date
    Apr 2020
    Location
    USA, Texas
    Posts
    5


    Is this useful / helpfull? Yes | No
    The proportion of images and text must be as per the norms of search engines.

  4. #4


    Is this useful / helpfull? Yes | No
    Here are the steps to Speed Up your WordPress page:
    1. Choose a good host.
    2. Start with a solid framework/theme.
    3. Use an effective caching plugin.
    4. Use a content delivery network (CDN).
    5. Optimize images (automatically).
    6. Optimize your homepage to load quickly.
    7. Optimize your WordPress database.
    8. Disable hotlinking and leeching of your content.

  5. #5


    Is this useful / helpfull? Yes | No
    There are various steps to optimize wordpress application:
    1. Update Wordpress

    2. Delete inactive plugins to speed up your blog

    3. Optimize and resize your images
    You could use a plugin such as WP Smushit which automatically reduces image file sizes every time you add an image to a page or post. Recommend that you use a GIF or JPG file

    4. Use Cache plugin
    Check cache tutorial9
    WP Super Cache
    W3 Total Cache

    5. Use CDN (Content Delivery Network)
    A CDN is a way of placing copies of the data from your website on several fast secure servers which respond to requests from the server nearest to the user. This increases the loading speed of your website and can be used in conjunction with a caching plugin.

    Free CDN : CloudFlare

    6. Important DB Cache Reloaded Fix is a modified version of DB Cache Reloaded, patched for WordPress 3.* compatibility. DB Cache Reloaded Fix caches the MySQL queries performed on your database to optimize the site’s speed.

    7. Post revisions and Autosaves
    WordPress saves a post revision every time you click Save Draft or Update Post and it will store the last 25 revisions for each post on your blog. It will also perform an autosave every 60 seconds. Unfortunately as standard you cannot change these settings. Imagine all of this extra information in your database and how this will affect the speed of your blog.

    There are, however, ways to change this, either by using a plugin or by editing your wp-config.php file. By far the easier is to use a plugin if you are not confident with code.

    Use the WP-CMS Post Control plugin which allows you to turn off both the autosave and revisions saved. Alternatively, you can also set how many revisions are saved when amending your content instead.

    If you don’t want to use a plugin, you can add the following code to your wp-config.php file:

    define(‘AUTOSAVE_INTERVAL’, 120 ); // seconds (default is 60)

    define(‘WP_POST_REVISIONS’, false ); // disable post revisions

    define(‘WP_POST_REVISIONS’, 3); // alter the number of post revisions kept.

    Please make sure you backup your wp-config.php file before you make any amendments. By removing all of this extra data, it will help to speed up your blog.

    8. Optimize your homepage
    Your homepage is an important part of your site, it’s where people will be landing most often, so speed is key! To help speed up your blog and especially your homepage, you can do the following:
    - reduce the number of posts shown on the page to around 5;
    - remove sharing widgets – include these only in your posts;
    - use the more tag and only show excerpts instead of full posts;
    in other words, remove general clutter from your homepage to enhance the visitor’s experience.

    9. Optimize your WordPress database
    WP-Optimize is a WordPress plugin which allows you to clean up your WordPress database.

    10. Check P3 Plugin Performance
    With P3, you can check which plugins are slowing down your website and take action.

    11. Combining CSS or JS files to reduce HTTP requests and file size.
    http://wordpress.org/extend/plugins/js-css-script-optimizer/

    12. Add LazyLoad to your images
    LazyLoad is the process of having only only the images above the fold load (i.e. only the images visible in the visitor’s browser window), then, when reader scrolls down, the other images begin to load, just before they come into view.

    13. Clean Options
    Clean options is simple plugin that allow you to remove unused options from wp_options file table which will help you to reduce loading time of your site because it helps you to save few MBs or KBs.

  6. #6
    Junior Member marshsur's Avatar
    Join Date
    May 2022
    Posts
    2


    Is this useful / helpfull? Yes | No
    fix core web vitals feedback survey breakfast hours
    Last edited by marshsur; 05-20-2022 at 02:47 PM.

  7. #7


    Is this useful / helpfull? Yes | No
    Optimize WordPress page loading speed by using caching plugins, optimizing images, minimizing plugins, and choosing a fast web hosting provider.

  8. #8


    Is this useful / helpfull? Yes | No
    To optimize WordPress page loading speed, focus on fast hosting, efficient coding, image optimization, and reducing unnecessary plugins and HTTP requests.

+ Post New Thread

Similar Threads

  1. Which Is Best Page Speed of Website..?
    By lovevashikaran in forum SEO - Search Engine Optimisation
    Replies: 10
    Last Post: 08-07-2023, 10:47 AM
  2. How To Increase The Page Speed of A Dynamic Page?
    By swatijain2233 in forum SEO - Search Engine Optimisation
    Replies: 0
    Last Post: 08-19-2019, 09:23 AM
  3. How To Increase The Page Speed of A Dynamic Page..?
    By sonamsharma in forum SEO - Search Engine Optimisation
    Replies: 0
    Last Post: 02-27-2019, 04:51 AM
  4. How to check page speed..?
    By swatijain2233 in forum General Webmaster Discussion
    Replies: 2
    Last Post: 10-07-2016, 06:54 PM
  5. Download While Loading WordPress Plugin
    By Ross Crumpler in forum Wordpress
    Replies: 0
    Last Post: 06-10-2014, 08:32 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
 Protected by : ZB BLOCK  &  StopForumSpam