-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[NHtmlUnit] - Too slow when enable javascript #26
Comments
@tienducitt I expect that the overhead introduced by IKVM might be to blame, so there's not much we can do about this than hope performance get better with newer versions of IKVM. But how long does it take with JavaScript disabled? And what's the |
It 's work fine without javascript. 1 second with HtmlUnit and 3 second with NHtmlUnit. So may be I have to find another solution in .NET, in java, it's work very nice. |
@tienducitt That's ok. I'm trying to get out a new release based on the latest HtmlUnit and IKVM soon. I'll post here once it's out so you can re-run your test and see if it has improved. Sounds good? |
My task is a litle bit urgent, so maybe now I need to find another solution to work in .NET. |
I wouldn't expect this project to receive an update before IKVM is ported to .NET Core. See #35 for details. |
With the same browser setting, HtmlUnit took 8 seconds to navigate, but with NHtmlUnit it took 220 seconds,
Any ideas? Am i wrong somewhere?
Here is my setting:
Navigate
Thanks,
The text was updated successfully, but these errors were encountered: