• Resolved Michael

    (@mkalina)


    Hi, I just tried out DynaMo on a local setup, but could not really see a performance gain on a quick comparisons of page-loading time (Polylang set up, WooCommerce, at least 7 plugins with translations). Could you elaborate on how you measured the difference between sites with and without dynamo?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Chouby

    (@chouby)

    Hello,

    I’m using several tools:

    The easiest is the plugin Query Monitor. You get directly the process time in the admin bar. However, if you load the same page several times, you may get very different results, so you need to make each test let say 10 times, eliminate too high results (because the computer was doing something else at the same time), and keep the average

    I’m also using ab – Apache HTTP server benchmarking tool. This is a command line tool I have on my Linux box. It should be used on the same server as the WordPress install to avoid interferences with the internet connection. The advantage is that you can make several http requests in one command and you get the average result as well as a distribution. It’s thus much more efficient than Query Monitor to make several tests on the same page.

    WHile developping, I’am also using a profiler which allows to detect where the code requires optimization.

    Thread Starter Michael

    (@mkalina)

    Okay, great, thank you. (This is from someone really suffering under massive speed losses just in rendering the website once it has more than 1 language. Using the backend is the worst experience, too.)

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to measure performance gain’ is closed to new replies.