• Resolved someone02

    (@someone02)


    hi
    after scanning the plugin does not tobrazhaet graph only numeric values in the “Runtime By Plugin”, as well as all the “time line”.
    All numeric values on the other tabs and the top output (((
    tried in different browsers on the EP 4.1 and 4.1.1, with disabled all plugins except P3 and on the theme 2015

    what could be wrong?

    https://www.ads-software.com/plugins/p3-profiler/

Viewing 4 replies - 16 through 19 (of 19 total)
  • Wow, that was a quick turnaround from bug report to fix. Unfortunately, I’m sorry to be the bearer of bad news, but the change you committed has a typo. The problem is in the following line:

    $runtime_chart_id             = 'runtime_ '   . substr( md5( uniqid() ), -8 );

    There is a space after the underscore in ‘runtime_ ‘ that causes $runtime_chart_id to be an invalid ID, and as a result the tabs with the graphs are not displayed. Removing the space fixes the problem.

    Plugin Contributor Kurt Payne

    (@kurtpayne)

    @mogulbuster Thank you. Updated in 1.5.3.8

    Thread Starter someone02

    (@someone02)

    cool
    now it’s work

    i hope it’s help not only for me!

    thanx!!!

    Hi,

    The plugin works properly in VPS environment with proper breakup of all the available plugins.
    In a shared server setup, the plugin is not displaying the bifurcation of all the plugins. it only shows the wordpress core,theme and p3 performance statistics.

Viewing 4 replies - 16 through 19 (of 19 total)
  • The topic ‘not displayed the graph in the results’ is closed to new replies.