Answer the question
In order to leave comments, you need to log in
Firefox timings, what is "Locked"?
I observe in the timings (firefox developer tools) this picture. What does "Blocked" mean? And what could be the reasons for this?
Answer the question
In order to leave comments, you need to log in
At the moment, the network is busy (the maximum number of simultaneously valid requests is being executed), the request is queued for execution.
The number of simultaneously allowed requests is affected by these settings in the configuration:
I think we need a clean document here and it's easier to do it with a regular expression, something like this:
$html = request....body;
preg_match("/html5player\.setVideoTitle\('(?<value>\w+?)\'\)/", $html, $matches);
$matches['value']
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question