Hi,
When using something like: ab -n 1000 -c 10 h t t p : / / localhost / ci
I get about 380 requests/sec.
When using: ab -n 1000 -c 10 h t t p : / / localhost / ci /
I get about 12 requests/sec.
Does anyone knows what's going on? Thanks
Edit: Tried HttpFox for Firefox and what i see is that when putting localhost/ci it shows a 301 redirect to localhost/ci/ Any ideas?