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
Playwright Version: last release, from Nuget package: 0.192
Operating System: Windows 10
Node.js version: v12.18.3
Browser: Firefox
Extra: Used on .NET Core 3.1 and Visual Studio 2019
Code Snippet
//earlier is just standard initialization of Firefox browser, context and page from docsawaitpage.GoToAsync("https://allegro.pl");stringhtml=awaitpage.GetContentAsync();
Describe the bug
Hi there,
I tried to use Firefox browser for loading page and getting whole HTML code. Problem is... this is slow. Incredibly slow.
These two lines take in my test from 17 to 25 seconds, measured with Stopwatch.
On Webkit it's between 4 and 6 seconds, depends on using or not VPN.
How is this possible?
Version of browsers:
Firefox: 86.0b10
Webkit: 14.1
I didn't try downgrade of Playwright. I'm fine with using Webkit for now, but wanted to report that something is wrong with Firefox here.
The text was updated successfully, but these errors were encountered:
hahyes
changed the title
[BUG]
[BUG] Firefox is too slow with going to page and getting content
Mar 16, 2021
Context:
Code Snippet
Describe the bug
Hi there,
I tried to use Firefox browser for loading page and getting whole HTML code. Problem is... this is slow. Incredibly slow.
These two lines take in my test from 17 to 25 seconds, measured with Stopwatch.
On Webkit it's between 4 and 6 seconds, depends on using or not VPN.
How is this possible?
Version of browsers:
I didn't try downgrade of Playwright. I'm fine with using Webkit for now, but wanted to report that something is wrong with Firefox here.
The text was updated successfully, but these errors were encountered: