Welcome Guest, Not a member yet? Register   Sign In
Is this a good Benchmark?
#6

(11-09-2015, 05:14 PM)portaflex Wrote: Complete requests:      4484
Failed requests:           0
Non-2xx responses:     4484

This may indicate that you have a configuration issue in your .htaccess file (or however you are rewriting your URLs), or some other issue. A normal response would be in the 2xx range, which is why the benchmark is listing the number of Non-2xx responses. One cause for something like this is a rewrite rule ending in something like the following:

Code:
[R=301,L]


This sends a 301 "Moved Permanently" message to the client. While this is appropriate for certain types of rewrite rules, it shouldn't be used for all of them. It's also possible that this could be corrected by simply updating the benchmark itself to use a different URL.

Another possibility is simply that the server is responding with 304 "Not Modified", but it would be strange for a benchmark to use a cache for the entire test.

So, while the benchmark indicates that your response times are OK, it may also be indicating a configuration issue.
Reply


Messages In This Thread
Is this a good Benchmark? - by portaflex - 11-09-2015, 05:14 PM
RE: Is this a good Benchmark? - by sintakonte - 11-10-2015, 12:57 AM
RE: Is this a good Benchmark? - by portaflex - 11-10-2015, 07:20 AM
RE: Is this a good Benchmark? - by sintakonte - 11-10-2015, 07:41 AM
RE: Is this a good Benchmark? - by portaflex - 11-10-2015, 09:39 AM
RE: Is this a good Benchmark? - by mwhitney - 11-10-2015, 10:09 AM
RE: Is this a good Benchmark? - by portaflex - 11-13-2015, 12:44 AM
RE: Is this a good Benchmark? - by portaflex - 11-13-2015, 01:01 AM
RE: Is this a good Benchmark? - by portaflex - 11-13-2015, 07:03 AM
RE: Is this a good Benchmark? - by mwhitney - 11-13-2015, 08:30 AM
RE: Is this a good Benchmark? - by portaflex - 11-13-2015, 12:57 PM
RE: Is this a good Benchmark? - by mwhitney - 11-13-2015, 01:10 PM
RE: Is this a good Benchmark? - by kenjis - 11-13-2015, 03:09 PM
RE: Is this a good Benchmark? - by portaflex - 11-15-2015, 01:40 PM
RE: Is this a good Benchmark? - by ciadmin - 11-14-2015, 09:27 AM
RE: Is this a good Benchmark? - by portaflex - 11-15-2015, 12:57 PM



Theme © iAndrew 2016 - Forum software by © MyBB