Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Requires: phpFox 4.4.0+

Introduction

Redis is a an in-memory database structure, which we have introduced in phpFox 4.4.0+. Our usage of Redis has been focused on lowering the overall load to the MySQL database, especially in the activity feed. On average, each feed you see in your activity stream will have 4 queries. Redis comes in to remove those queries. The main users user's dashboard at minimum would have 40 queries, and with the implementation of Redis, this drops to 1 query , which is used to load the specific feed for the logged in user.

...