cal.pub0.org/packages/trpc/server/routers/viewer/teams
Lucas Smith 1eeb91a793
perf: lazy load tRPC routes (#8167)
* experiment: cold start perf

* fix: update failing test

* chore: add database indexes

* chore: use json protocol and add query batching back

* Update [status].tsx

* Update [trpc].ts

* Delete getSlimSession.ts

* Update createContext.ts

* remove trpc caller

* correctly import Prisma

* lazy ethRouter

* replace crypto with md5

* import fixes

* public event endpoint refactor

* Update yarn.lock

* Update yarn.lock

* Using yarn.lock from main

---------

Co-authored-by: Omar López <zomars@me.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: Efraín Rochín <roae.85@gmail.com>
Co-authored-by: Keith Williams <keithwillcode@gmail.com>
2023-04-25 19:39:47 -03:00
..
_router.tsx perf: lazy load tRPC routes (#8167) 2023-04-25 19:39:47 -03:00
acceptOrLeave.handler.ts perf: lazy load tRPC routes (#8167) 2023-04-25 19:39:47 -03:00
acceptOrLeave.schema.ts perf: lazy load tRPC routes (#8167) 2023-04-25 19:39:47 -03:00
changeMemberRole.handler.ts perf: lazy load tRPC routes (#8167) 2023-04-25 19:39:47 -03:00
changeMemberRole.schema.ts perf: lazy load tRPC routes (#8167) 2023-04-25 19:39:47 -03:00
create.handler.ts perf: lazy load tRPC routes (#8167) 2023-04-25 19:39:47 -03:00
create.schema.ts perf: lazy load tRPC routes (#8167) 2023-04-25 19:39:47 -03:00
delete.handler.ts perf: lazy load tRPC routes (#8167) 2023-04-25 19:39:47 -03:00
delete.schema.ts perf: lazy load tRPC routes (#8167) 2023-04-25 19:39:47 -03:00
get.handler.ts perf: lazy load tRPC routes (#8167) 2023-04-25 19:39:47 -03:00
get.schema.ts perf: lazy load tRPC routes (#8167) 2023-04-25 19:39:47 -03:00
getMemberAvailability.handler.ts perf: lazy load tRPC routes (#8167) 2023-04-25 19:39:47 -03:00
getMemberAvailability.schema.ts perf: lazy load tRPC routes (#8167) 2023-04-25 19:39:47 -03:00
getMembershipbyUser.handler.ts perf: lazy load tRPC routes (#8167) 2023-04-25 19:39:47 -03:00
getMembershipbyUser.schema.ts perf: lazy load tRPC routes (#8167) 2023-04-25 19:39:47 -03:00
getUpgradeable.handler.ts perf: lazy load tRPC routes (#8167) 2023-04-25 19:39:47 -03:00
getUpgradeable.schema.ts perf: lazy load tRPC routes (#8167) 2023-04-25 19:39:47 -03:00
hasTeamPlan.handler.ts perf: lazy load tRPC routes (#8167) 2023-04-25 19:39:47 -03:00
hasTeamPlan.schema.ts perf: lazy load tRPC routes (#8167) 2023-04-25 19:39:47 -03:00
inviteMember.handler.ts perf: lazy load tRPC routes (#8167) 2023-04-25 19:39:47 -03:00
inviteMember.schema.ts perf: lazy load tRPC routes (#8167) 2023-04-25 19:39:47 -03:00
list.handler.ts perf: lazy load tRPC routes (#8167) 2023-04-25 19:39:47 -03:00
list.schema.ts perf: lazy load tRPC routes (#8167) 2023-04-25 19:39:47 -03:00
listInvites.handler.ts perf: lazy load tRPC routes (#8167) 2023-04-25 19:39:47 -03:00
listInvites.schema.ts perf: lazy load tRPC routes (#8167) 2023-04-25 19:39:47 -03:00
listMembers.handler.ts perf: lazy load tRPC routes (#8167) 2023-04-25 19:39:47 -03:00
listMembers.schema.ts perf: lazy load tRPC routes (#8167) 2023-04-25 19:39:47 -03:00
publish.handler.ts perf: lazy load tRPC routes (#8167) 2023-04-25 19:39:47 -03:00
publish.schema.ts perf: lazy load tRPC routes (#8167) 2023-04-25 19:39:47 -03:00
removeMember.handler.ts perf: lazy load tRPC routes (#8167) 2023-04-25 19:39:47 -03:00
removeMember.schema.ts perf: lazy load tRPC routes (#8167) 2023-04-25 19:39:47 -03:00
update.handler.ts perf: lazy load tRPC routes (#8167) 2023-04-25 19:39:47 -03:00
update.schema.ts perf: lazy load tRPC routes (#8167) 2023-04-25 19:39:47 -03:00
updateMembership.handler.ts perf: lazy load tRPC routes (#8167) 2023-04-25 19:39:47 -03:00
updateMembership.schema.ts perf: lazy load tRPC routes (#8167) 2023-04-25 19:39:47 -03:00
util.ts perf: lazy load tRPC routes (#8167) 2023-04-25 19:39:47 -03:00