caseycs / redis-pinba
Wrapper to nicolasff's Redis PHP extension with Pinba timers
dev-master
2013-11-15 09:08 UTC
Requires
- php: >=5.3.0
This package is not auto-updated.
Last update: 2024-12-30 13:32:06 UTC
README
Wrapper to PHP nicolasff's Redis PHP extension with Pinba timers.
Learn more about Pinba: http://pinba.org/
Performance result
Generally, slowdown is great - about 1.8x, BUT it is less then 0.0001 per one request, so for page with 10-30 Redis requests total loss will be around measurement error.
Here are performance_test.php results:
Doing 10000 GET requests...
Redis time: 0.2997s
RedisPinba time: 0.48737s
Slowdown: 1.6262x, 0.0000188s per request