Skip to content

[BUG] Firefox is too slow with going to page and getting content #5839

@hahyes

Description

@hahyes

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

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions