Hi Trafficserver users.
I do stress testing trafficserver using siege.
There are big difference about response time, if I add any caching rule in
cache.config
* NO RULE
HTTP/1.1 200 0.01 secs: 19596 bytes ==> /i.htm
HTTP/1.1 200 0.00 secs: 19596 bytes ==> /i.htm
-------------------------
* Add rule : dest_domain=www.example.com scheme=http revalidate=12h
HTTP/1.1 200 1.94 secs: 19596 bytes ==> /i.htm
HTTP/1.1 200 1.97 secs: 19596 bytes ==> /i.htm
Am I wrong ?
How can I get extreme performance even I apply some caching rule?
Thanks.
|