Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimize number of database calls being done by Prisma #104

Open
aryanprince opened this issue Nov 22, 2023 · 0 comments
Open

Optimize number of database calls being done by Prisma #104

aryanprince opened this issue Nov 22, 2023 · 0 comments
Labels
🚚 api - trpc Our TypeScript API layer 🗃️ database Prisma, migrations, schema all go here

Comments

@aryanprince
Copy link
Member

Look into how many are being sent when you load a page, find out which functions send requests to server, and try to optimize them to minimize database row reads.

@aryanprince aryanprince added 🗃️ database Prisma, migrations, schema all go here 🚚 api - trpc Our TypeScript API layer labels Nov 22, 2023
@aryanprince aryanprince added this to the Final Presentation milestone Nov 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🚚 api - trpc Our TypeScript API layer 🗃️ database Prisma, migrations, schema all go here
Projects
None yet
Development

No branches or pull requests

1 participant