Capturing Dev Tools Timeline hangs at fetching the result for some pages
|
06-30-2016, 08:02 PM
Post: #2
|
|||
|
|||
RE: Capturing Dev Tools Timeline hangs at fetching the result for some pages
I think I have an idea what's up, seems like something was hanging while trying to fetch the timeline indeed.
I saw the following in /var/log/apache2/error.log: "PHP Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 72 bytes) in /var/www/webpagetest/devtools.inc.php on line 1008" Adding ini_set('memory_limit', '256M'); at the top of devtools.inc.php seems to have fixed it. I'm not 100% this is the right solution or if there's an underlying issue, but it does look like the issue happened more often for larger pages (>130 requests, => larger timelines), so it does seem like just a matter of needing more memory than the default 128M. Didn't snoop around the code much to see of using 128M is justified, but I was convinced that it was when I manually fetched a timeline for one of the pages I was testing and saw that it was 62M (!) |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Capturing Dev Tools Timeline hangs at fetching the result for some pages - kzarifis - 06-18-2016, 09:44 AM
RE: Capturing Dev Tools Timeline hangs at fetching the result for some pages - kzarifis - 06-30-2016 08:02 PM
RE: Capturing Dev Tools Timeline hangs at fetching the result for some pages - pmeenan - 07-06-2016, 11:52 PM
RE: Capturing Dev Tools Timeline hangs at fetching the result for some pages - kzarifis - 07-08-2016, 10:14 AM
|
User(s) browsing this thread: 1 Guest(s)