arthurcameron

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by arthurcameron

  1. For wordpress sites always worth benchmarking it https://wordpress.org/plugins/p3-profiler/ .  That can tell you what plugins are taking up all the CPU time.  Just keep in mind with that always disable your caching plugins as they have a lot of overhead only for the first page load.  Then the second item is with caching make sure it's working.  A lot of plugins break caching so every page load it's actually reloading the caches.

     

    Your site in your signature though is doing quite well 75% faster than other sites tested:  http://tools.pingdom.com/fpt/#!/DyMWG/http://www.siterockers.com/

     

    Ouw ... awesome tips.. thank you.

  2. The best thing you can do first is benchmark, get out your stopwatch and measure the number of seconds.  Compare to Wordpress standards.  Don't like what you see?  Think about other things you can do to reduce overhead, pick a skinnier theme, less CSS/JavaScript, etc.

     

    If that doesn't work, consider throwing more hardware.  Look at a VPS instead of Shared, etc.

    I agree with this metode :)