twenty/packages/twenty-server/src/modules
Charles Bochet 17a1760afd
Improve performance twenty orm (#6691)
## Context

As we grow, the messaging scripts are experiencing performance issues
forcing us to temporarily disable them on the cloud.
While investigating the performance, I have noticed that generating the
entity schema (for twentyORM) in the repository is taking ~500ms locally
on my Mac M2 so likely more on pods. Caching the entitySchema then!

I'm also clarifying naming around schemaVersion and cacheVersions ==>
both are renamed workspaceMetadataVersion and migrated to the workspace
table (the workspaceCacheVersion table is dropped).
2024-08-20 19:42:02 +02:00
..
activity/standard-objects Add workflow runner (#6458) 2024-07-31 12:48:33 +02:00
api-key/standard-objects Add label identifier to object decorator (#6227) 2024-07-19 14:24:04 +02:00
attachment/standard-objects Activity as standard object (#6219) 2024-07-31 15:36:11 +02:00
blocklist feat: add new ACTOR field type and createdBy standard fields (#6324) 2024-08-03 15:43:31 +02:00
calendar Improve performance twenty orm (#6691) 2024-08-20 19:42:02 +02:00
company/standard-objects feat: soft delete (#6576) 2024-08-16 21:20:02 +02:00
connected-account 6382 create a command to add a uservar in the key value pair table for every account which needs to reconnect (#6553) 2024-08-07 11:43:18 +02:00
contact-creation-manager 6430 Part 1: remove all raw queries from the messaging and calendar modules (#6572) 2024-08-13 19:40:50 +02:00
favorite/standard-objects Update standard fields (#6532) 2024-08-04 23:22:41 +02:00
match-participant Fix onboarding status performance issues (#6512) 2024-08-04 00:33:33 +02:00
messaging Improve performance twenty orm (#6691) 2024-08-20 19:42:02 +02:00
note/standard-objects feat: soft delete (#6576) 2024-08-16 21:20:02 +02:00
opportunity/standard-objects feat: soft delete (#6576) 2024-08-16 21:20:02 +02:00
person/standard-objects feat: soft delete (#6576) 2024-08-16 21:20:02 +02:00
task/standard-objects feat: soft delete (#6576) 2024-08-16 21:20:02 +02:00
timeline Update standard fields (#6532) 2024-08-04 23:22:41 +02:00
view Migrate domainName field from text type to links type (#6410) 2024-07-30 11:47:37 +02:00
webhook/standard-objects Add description for Developers/webhook page (#6327) 2024-07-31 10:59:30 +02:00
workflow Migrate to workspace services (#6628) 2024-08-14 18:46:36 +02:00
workspace-member feat: add new ACTOR field type and createdBy standard fields (#6324) 2024-08-03 15:43:31 +02:00
modules.module.ts Add workflow runner (#6458) 2024-07-31 12:48:33 +02:00