You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm testing phpbrowscap in an app that displays the last 10 site visitors and their browsers.
But calling $browscap->getBrowser( $ua ); 10 times in a row brings my CPU usage (2 x 2.4 GHz) to 100%, choking the rest of the system.
Am I missing something, or is this normal?
The text was updated successfully, but these errors were encountered:
I'm testing phpbrowscap in an app that displays the last 10 site visitors and their browsers.
But calling
$browscap->getBrowser( $ua );
10 times in a row brings my CPU usage (2 x 2.4 GHz) to 100%, choking the rest of the system.Am I missing something, or is this normal?
The text was updated successfully, but these errors were encountered: