How to fix wordpress slow first time load (Local Server)?

Well website (WordPress) page speed and load depends on many things.

  1. MySql Queries
  2. Image optimisation
  3. Css files (more cs files more page load and page speed time).
  4. Javascript files ( more js files more page load and page speed time).
  5. Defer parsing of JavaScript
  6. Minify JavaScript
  7. Minify CSS
  8. Enable gzip compression
  9. Leverage browser caching
  10. Minimize request size
    And much more.

Test your website with https://gtmetrix.com and start fixing issues as the websites presents to you. For this you will need to put your local server online with ip.

Page speed and page load need a lot of attention and it is a process not a single issue.

Leave a Comment