Closed (fixed)
Project:
Workspace
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
9 Mar 2008 at 19:06 UTC
Updated:
18 Jul 2008 at 17:23 UTC
I'm using the Workspace module on a large community site and noticed (like others) that the complex queries used to generate the items list can be a bit expensive.
I resolved this by breaking the workspace into three tab-driven pages: Items, Comments, and Attachments (see attached image). This allowed me to simplify the query and get quicker results from the database.
Hopefully this will help someone else who loves the functionality of this module but struggles with its responsiveness.
| Comment | File | Size | Author |
|---|---|---|---|
| workspace_optimized.patch | 14.7 KB | kmillecam | |
| workspace.gif | 18.43 KB | kmillecam |
Comments
Comment #1
jvandyk commentedThanks for this. The 6.x-1.0 release takes this approach.