Skip to content

Wrapper to nicolasff's PHP Redis extension with Pinba timers

Notifications You must be signed in to change notification settings

Gameonn/redis_pinba

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

redis_pinba

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

About

Wrapper to nicolasff's PHP Redis extension with Pinba timers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%