-
i use phalcon make restfull services.
but i use apache ab test api .
when use $this->response->setStatusCode(404) or other statucCode is too slow?
i try use php navtie header("Content-type:applic…
-
I'm having trouble understanding how to configure Akka HTTP (version 2.4.11) to accept more than about 130 concurrent connections. My minimal test case is this example from the docs, in which I've tri…
-
Another bug.
Here's another bug. When requesting something with an existing controller, but a non-existent action, phalcon (I presume, /tmp/phalcon-debug.a is empty, not sure why, is it a different f…
-
Hi.
Can you help me to find reasons of slow perfomace.
My mashine:
Intel(R) Core(TM) i3-2120 CPU @ 3.30GHz
4G
Debian 8 32b
PHP 5.6.23-0+deb8u1
```
ab -n1000000 -c100 -k http://127.0.0.1:1234/
This …
-
Hello,
Our client keeps getting "Forbidden: You don't have permission to access" at random while using Varnish.
![image](https://cloud.githubusercontent.com/assets/2072439/25396009/fe3701f6-29b…
-
In testing things today I noticed that when a client is using http/1.0 and attempting to use keep-alive Zuul (setup with spring-cloud-netflix) returns a "Connection: closed" header. I'm have a filter …
-
I've noticed a huge slow-down with the latest version of Ghost and Node 4.x
A fully updated version of Ghost blog running on node-v4.2.3-linux-armv7l with ghost-0.7.3 t took almost an hour to process…
-
Hi, I can advice a performance impact enabling koa-logger is it right?
it should not be used on production servers?
bench results of an hello world app.
With logger enabled (koa +koa-route +koa-logg…
-
Hi,
we're doing some performance test with MSS content.
We have same content both for Clear and Crypted cases.
We're using a Jmeter tool to inject the requests.
When we execute the test with cr…
-
Can this module support Http request?
As I saw in your example, the response and request are parameters of the express module.
I've tried your excellent module with the http module and I got this er…