Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter Viktor Szépe

    (@szepeviktor)

    I mean also the requires()-s.

    Plugin Author Janis Elsts

    (@whiteshadow)

    All right, I’ll add your suggestion to my to-do list. I would bet that the actual performance impact of this plugin is negligible, but it shouldn’t be too hard to only load it in the admin / when running Cron.

    Thread Starter Viktor Szépe

    (@szepeviktor)

    Thank you.
    20×negligible equals visitors are unsatisfied.

    Plugin Author Janis Elsts

    (@whiteshadow)

    Out of curiosity, do you have profiling results to back that up? For example, by how much does this plugin increase page load time on your site?

    Thread Starter Viktor Szépe

    (@szepeviktor)

    The whole plugin is around 0.05 miliseconds!
    You get sleepy in 0.05 ms ??

    Method: wrapping your plugin in

    $t=microtime(true);
    ...
    echo (microtime(true) - $t);

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Profiling’ is closed to new replies.