Skip to content
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

Tomcat Vaadin Page loading times not accurate #28

Closed
faxe1008 opened this issue Oct 31, 2017 · 3 comments
Closed

Tomcat Vaadin Page loading times not accurate #28

faxe1008 opened this issue Oct 31, 2017 · 3 comments

Comments

@faxe1008
Copy link

I tested my Vaadin Page using your tool. I get an average response time of 50ms which can not be accurate since when opening the page with a browser I have about 2 seconds of waiting time, because vaadin uses ajax calls to generate site content it seems. Is there a way to configure a test so that it waits for the page to load completly?

@bengadbois
Copy link
Owner

Yes, that's a limitation for testing websites. It won't parse the html and request any js, css, image tags, etc. or execute any of the js (which may invoke other ajax requests). It just requests and measures the provided target such as /index.html.

@faxe1008
Copy link
Author

Thats unfortunate. Otherwise this is a great tool 👍

@bengadbois
Copy link
Owner

If you need html parsing, you might want to check out https://github.com/JoeDog/siege

I'm going to close this issue for now, as it's currently out of scope of this project

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants