caseycs / redis-pinba
Wrapper to nicolasff's Redis PHP extension with Pinba timers
Installs: 264
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 1
Open Issues: 0
pkg:composer/caseycs/redis-pinba
Requires
- php: >=5.3.0
This package is not auto-updated.
Last update: 2025-10-06 17:12:21 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