• Hi,

    Please check below error

    test(array(‘url’ => $url_to_test)); $test->get_results(); $fully_loaded_time=”; $onload_time=”; $page_size=”; $yslow_score=”; $pagespeed_score=”; $onload_duration=”; $page_load_time=”; $html_load_time=”; if($test->error()) { echo ”

    “; die($test->error()); } else { $results = $test->results(); $resources = $test->resources(); $fully_loaded_time=round($results[‘fully_loaded_time’]/1000,1); $onload_time=round($results[‘onload_time’]/1000,1); $page_size=round($results[‘page_bytes’]/1000000,1); $yslow_score=$results[‘yslow_score’]; $pagespeed_score=$results[‘pagespeed_score’]; $onload_duration=$results[‘onload_duration’]; $report_url=$results[‘report_url’]; $page_load_time=round($results[‘page_load_time’]/1000,1); $html_load_time=round($results[‘html_load_time’]/1000,1); } ?>

    Thanks

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

    (@tecsys)

    Thanks for the feedback, please check now, if you are again facing any difficulties then provide screenshot us and write errors.

    • This reply was modified 5 years, 5 months ago by tecsys.
    • This reply was modified 5 years, 4 months ago by tecsys.
    Thread Starter LogicRays Technologies

    (@logicrays)

    Hi
    Upload latest plugins and checked, but again same error when active plugins.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘More errors’ is closed to new replies.