Posted by fgm on November 18, 2007 at 7:03pm
| Project: | Zeitgeist |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
Besides the basic issue discussed in http://drupal.org/node/112681 and http://drupal.org/node/192951, two directions for performance improvements have been identified for ZG:
- module-level control of block caching
- adding an index on the "ts" field of the ZG table
Caching appears to be valuable on the "Top searches" block, which evolves more slowly, but less so on the "Latest n" block, which by definition needs fresh data.
The attached patch fixes the index part of this issue. Use update.php after applying it.
| Attachment | Size |
|---|---|
| zeitgeist.install.patch | 1.12 KB |
Comments
#1
New patch integrates the ts index, caching for ZG blocks, and a revamped settings page.
#2
Included in today's version.
#3
Automatically closed -- issue fixed for two weeks with no activity.