twenty/packages/twenty-server/src
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
..
command Refactor onboarding user vars to be absent when user is fully onboarded (#6531) 2024-08-04 20:37:36 +02:00
database Improve performance twenty orm (#6691) 2024-08-20 19:42:02 +02:00
engine Improve performance twenty orm (#6691) 2024-08-20 19:42:02 +02:00
modules Improve performance twenty orm (#6691) 2024-08-20 19:42:02 +02:00
queue-worker Fix frontend tests (#6585) 2024-08-09 08:38:01 +02:00
utils Remove some dead code (#6611) 2024-08-11 20:43:18 +02:00
app.module.ts Improve performance twenty orm (#6691) 2024-08-20 19:42:02 +02:00
main.ts Display command logs on boot error (#6414) 2024-07-25 17:53:57 +02:00