P
Prisma2w ago
v28

prisma optimize recommendations

hello, ive just started using prismaoptimize and im wondering how long it takes for thge recommendations to come through after a recording ends? Locally it was instant and i had 70+ of them, but in producation I have 0 recommendations after 10 minutes has passed?
7 Replies
Prisma AI Help
You decided to hold for human wisdom. We'll chime in soon! Meanwhile, #ask-ai is there if you need a quick second opinion.
v28
v28OP2w ago
also, is there anyway to disable these logs? i dont have a recording going on 24/7 and these logs just take attention away from more important ones like real errors? [optimize] HTTP 409 Conflict: There is no active recording to write queries to. Please go to your dashboard at https://optimize.prisma.io and start a new recording.
Nurul
Nurul2w ago
Hey! Prisma Optimize for now should only be used in local development and not in production environments: https://www.prisma.io/docs/postgres/more/faq#can-i-enable-query-optimizations-for-prisma-postgres-in-production This is applicable to databases other than Prisma Postgres as well
v28
v28OP2w ago
oh! okay thank you 🙂 hi, is it possible to mark a recommendation as denied/unwanted so it never comes up again?
v28
v28OP2w ago
also im not sure where to make suggestions but could you please make it possible to middle mouse click these recommendations to open them in a new tab?
No description
v28
v28OP4d ago
and maybe add some sort of search input because ctrl f only works for recommendations that are visible on the screen, so it is very hard to find specific recommendations (this is the case on query/groups too) also, i just did a complete run through of my app in my dev environment and i got 0 recommendations, but if i only enable recording for 10 seconds and do one action i get 70 recommendations? Is there a limit to how large your recording can be or something? bump
Nurul
Nurul4d ago
Thank you very much for the suggestions! All of them make sense 👍
is it possible to mark a recommendation as denied/unwanted so it never comes up again?
At the moment it's not possible but we do plan to make this possible in future iterations Regarding the recommendation of opening a new suggestion in a new tab and search -> This should be helpful, these were not on our radar yet. I'll share it internally The queries are captured only when a recording is started, so you won't get any recommendations if recording isn't started

Did you find this page helpful?