Caching
drumm - September 11, 2006 - 23:35
| Project: | Karma |
| Version: | HEAD |
| Component: | Code |
| Category: | task |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
Description
The two queries were having issues. I'm going to write something to cache them.

#1
Here is the tentative patch.
#2
Mysql queries? If so the mysql query cache (if active) would handle the caching. It would be better to actually optimize the queries... could you post them with an EXPLAIN if possible?
#3
I'm no longer working on this. mysql's query cache is usually quite short-lived and doesn't necessarily work for this.