pmeenan
1
I’m happy to announce the latest release for Private installs: https://sites.google.com/a/webpagetest.org/docs/private-instances/releases/webpagetest-2-6
The biggest changes/improvements:
- Fixes to support recent Chrome and Firefox releases
- Interactive waterfalls
- Console log reporting
- Capturing of response bodies for text resources
To go along with the release there are also AMI’s available on EC2 that are configured for IE9/Chrome/Firefox - https://sites.google.com/a/webpagetest.org/docs/private-instances#TOC-AMI-Images
Patrick, when I upgraded to 2.6, the waterfalls and their thumbnails stopped working. Any advice?
pmeenan
3
Can you grab the error log and see if anything interesting shows up (may need to comment out the error_reporting(0) in common.inc.
What version of PHP are you running - there’s a chance we may have introduced some code that requires 5.3.
I’ll be a bit slow to respond this week (traveling) so don’t be put off if I don’t respond right away.
Thanks,
-Pat
updating to php 5.3 did the trick for me, thank you very much!