mirror of
https://github.com/twentyhq/twenty.git
synced 2024-12-25 21:13:01 +03:00
17a1760afd
## 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). |
||
---|---|---|
.. | ||
activity/standard-objects | ||
api-key/standard-objects | ||
attachment/standard-objects | ||
blocklist | ||
calendar | ||
company/standard-objects | ||
connected-account | ||
contact-creation-manager | ||
favorite/standard-objects | ||
match-participant | ||
messaging | ||
note/standard-objects | ||
opportunity/standard-objects | ||
person/standard-objects | ||
task/standard-objects | ||
timeline | ||
view | ||
webhook/standard-objects | ||
workflow | ||
workspace-member | ||
modules.module.ts |