Cache the filters / rules obtained from the database tables
KiamLaLuno - June 29, 2009 - 15:34
| Project: | Custom filter |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | task |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
| Issue tags: | 6.x-1.0-beta3, 6.x-2.0-beta1 |
Jump to:
Description
Caching the result of the SQL queries performed will increase the performance of the code, which would not need anymore to execute a query that is likely to return the same result, until the user doesn't modify the filters / rules list.

#1
The result of the SQL queries has been cached in a PHP static variable.
The code must be ported to the 6.x-1 branch.
#2
The code has been changed.
#3
#4
#5
The code I implemented must be changed; I will use a real cache, and not a static PHP variable (the database table is already created by the installation code; it just needs to be used).
#6
The code has been changed.
#7
#8
Automatically closed -- issue fixed for 2 weeks with no activity.