-
Notifications
You must be signed in to change notification settings - Fork 41
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
Get and measure the number of requests per page #28
Comments
two questions:
If 1) is not possible... then I bet 2) has no sense (jmeter always will receive the complete response) and the separation won't happen, I assume. Pitty coz results can be really different (we are using modified-since and etags way more in 2.6 than in 2.5 for example... and we'll be missing that). Ciao :-) |
also... one more question...
|
Hi,
|
About 2) yes I agree the interesting stat there is the "number of files requested". Just was trying to expose that it would be interesting to have separately:
Imagine that, right now... 2.5, for the mod/xx/yy page requests 50 files (and all them are not cached ever). And imagine that 2.6, for the same page requests 100 files (all them cached in the browser). If we just account files... it will be considered that 2.6 is worse, when really it's far better (coz the 100 files are cached and not-modified/etags or expires/cache-control are preventing it to happen). So really, if we cannot separate 1) and 2)... at least I'd love to see that 2) requests are not accounted at all. So only really served pages are accounted (and we'll be able to compare them). And then we'll can compare them ok (non cached vs non cached). Also, we could have that metric disabled by default (so developers and others running comparisons can do it quickly) and only enable them in our servers. Or the opposite: always enabled, but with some setting to disable them. Any of those options only needed if moving to "complete requests" causes the test plan to become loooonger, of course. If not, I'd vote to have it enabled always (still a disable setting may have sense, for your consideration). Ciao :-) |
Would be useful to add a new measure variable to compare the number of requests per page because there are changes in how we join JS files for example, this means that:
The text was updated successfully, but these errors were encountered: