Because here(http://ellislab.com/forums/viewthread/154045/) with WanWizard, tried to find out which HelloWorld.html is faster I propose a simple test.
1. Create a simple HTML page which will contain only “Hello CodeIgniter”.
2. Save it on your local webserver.
3. Open your Console(Windows) or Terminal(Linux).
Because I have XAMPP and Windows I have this path.
D:\xampp\apache\bin\4. Once you got here type this command
ab -c 100 -n 10000 <a href="http://localhost/hello.html">http://localhost/hello.html</a>5. Paste here the results like this, ONLY THIS PART
Concurrency Level: 100
Time taken for tests: 7.209 seconds
Complete requests: 10000
Failed requests: 0
Write errors: 0
Total transferred: 3910000 bytes
HTML transferred: 120000 bytes
Requests per second: 1387.08 [#/sec] (mean)
Time per request: 72.094 [ms] (mean)
Time per request: 0.721 [ms] (mean, across all concurrent requests)
Transfer rate: 529.64 [Kbytes/sec] receivedI got 1387 requests per second in 7.2 seconds. Can you get more than this?
Let’s see.