roundcubemail-plugins-kolab/plugins/kolab_notes
Aleksander Machniak 1e2ea3c0e6 A set of performance improvements
Summary:
Performance: Consolidate metadata requests (#3989)

This changes number of cache requests from 4 to 2 for each groupware folder.

Performance: Don't initialize all folders in driver constructor (#3971)

Fix regression in last optimisations

Performance: Optimize kolab_storage_folder::get_object() to use one sql query instead of two

Before the change to get an object by UID we first resolve UID to IMAP-UID
and then fetch the object data by IMAP-UID - two select queries. Now we
directly select the data by UID.

Performance: Limit number of SQL queries needed for "object relations update" operation

Performance: Limit number of SQL queries when "attaching" relations/tags to list of tasks/notes (#3969)

Performance: Optimize get_message_relations() to use one query per-folder less

Fix bug where in kolab_storage::select() could not initialize/reset folder cache properly

Performance: Skip another few cache selects

Performance: Get event-to-mail relations once per events list, instead of doing SELECT for every event (including recurrences)

Unify mail-relations handling across plugins

Performance: Use initialized calendars if available, skipping redundant folder cache synchronization

Performance: Don't initialize configuration folders until they are needed

Performance: Skip redundant SELECTs on mail preview and print pages

Performance: Skip some redundant SELECT queries on event update

Performance: Skip one SELECT query when deleting relations

Performance: Better displayname annotation handling

Performance: SKip some SQL queries on "empty" tasklist refresh

Performance: Make objects moving faster (less SQL and less IMAP operations) using COPYUID

Merge remote-tracking branch 'remotes/origin/dev/perf'

Differential Revision: https://git.kolab.org/D91
2016-02-24 18:13:37 +01:00
..
localization Consolidate changelog dialog labels and use libkolab's singelton getter for the Bonnie API 2015-04-21 09:24:27 +02:00
skins/larry Fix bug where editor height is very small When editing a note attached to email (#4600) 2016-02-15 16:02:18 +01:00
composer.json Update homepage/download URL for groupware plugins 2015-05-12 08:54:53 +02:00
kolab_notes.php Unify mail-relations handling across plugins 2016-02-21 19:41:49 +01:00
kolab_notes_ui.php Don't use depracated Roundcube functions 2015-08-29 20:23:34 +02:00
notes.js Fix disabled name input in tasklist/notebook folder creation dialog (#5169) 2015-07-29 11:47:01 -04:00
notes_mail.js Fix redundant HTTP requests when opening/closing "Add a note" dialog (#4187) 2016-02-11 16:49:47 +01:00