-
Notifications
You must be signed in to change notification settings - Fork 5k
Closed
Description
Context:
- 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 docs
await page.GoToAsync("https://allegro.pl");
string html = await page.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.
Metadata
Metadata
Assignees
Labels
No labels