Waterfall graphs not showing plus a possible bug fix
|
09-28-2017, 12:04 PM
Post: #1
|
|||
|
|||
Waterfall graphs not showing plus a possible bug fix
I've spent a fair bit of time trying to get webpagetest 3.0 work on Window 10 64 bit. By modifying the code I've gotten it to run, but waterfall graphs aren't showing.
common.inc Code: // Load the test-specific data There's no header 'test' so $id is set to "tid", which is set to 38aed79c93a067e379b10bf3c4f17d8a3519d296. If I replace that code with this the test runs and returns a result Code: $id = substr($_SERVER['REQUEST_URI'], 8, 42); I wonder, however, if this causes other problems. waterfall graphs The waterfall graphs aren't showing. I get a spinning circle, with nothing loading. When I copy the image URL ( http://172.16.3.150/result/170928_RP_0a8..._thumb.png ) I get another copy of the results page. When I instead hit this URL directly ( thumbnail.php?test=170928_RP_0a8f397ea7be717fae0c369ebdd12cdf&run=1&file=1_waterfall.png ) I get a black featureless png generated. This suggests that there's two problems 1) A problem with the .htaccess rules. 2) A problem generating the PNG When I click the waterfall graph to go to the detail view I get back to the original page. The troubleshooting guide says:
When I look at phpinfo() I can see
Any help would be appreciated. Environment I'm running WAMP 3.0, which includes:
I intend to write a blog post that sets out how I set up the 3.0 private instance on my technical blog in order to help others, if I can get it working. |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Waterfall graphs not showing plus a possible bug fix - timwnz - 09-28-2017 12:04 PM
RE: Waterfall graphs not showing plus a possible bug fix - cesarv - 09-29-2017, 05:00 PM
RE: Waterfall graphs not showing plus a possible bug fix - timwnz - 09-29-2017, 05:55 PM
RE: Waterfall graphs not showing plus a possible bug fix - cesarv - 09-29-2017, 09:47 PM
|
User(s) browsing this thread: 1 Guest(s)