Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/spiritix/lada-cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Isler committed Dec 7, 2016
2 parents befad06 + 9ab77c6 commit 97e471d
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,19 +46,6 @@ Due to the fact that Redis is faster than for example MySQL, a performance gain

In a typical web application the time consumed for database interaction is usually only 5 - 20%, so expect a performance gain somewhere in this area.

## Should I use it

#### No
- The percentage of time spent for database interaction in your overall page loading time is smaller than ~10%
- Your queries are typically of a low complexity
- Your queries are typically returning a big amount of data

#### Yes
- More than ~10% of page loading time spent in database
- Your queries are typically of a medium to high complexity
- Your queries are typically returning a low to medium amount of data
- You want to reduce the load on your database server(s)

## Requirements

- PHP 5.5+
Expand Down

0 comments on commit 97e471d

Please sign in to comment.