#540 - Catalogues use lots of queries
| Identifier | #540 |
|---|---|
| Issue type | Minor issue (breaks specific functionality) |
| Title | Catalogues use lots of queries |
| Status | Completed |
| Handling member | Chris Graham |
| Version | 8.1 |
| Addon | General / Uncategorised |
| Description | Each field in a catalogue requires a database lookup. Optimise it using 'UNION' if the MySQL version supports it. |
| Steps to reproduce | |
| Funded? | No |
| Commits |
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".


Comments
By putting...
:set_value('catalogue_limit_cat_field_load__<cataloguename>','1');
into Commandr, don't load fields that don't show on category views. This limits templating possibilities, but improves performance.