Mat Simon
Mat Simon
@benmccann I have actually already completely removed sentry. One huge part is now supabase, that I can’t seem to be able to reduce. But I’m getting there.
May the performance gods have mercy on me. At this point it’s very difficult for me to get a higher score, because of supabase. If perf is still an issue...
Oh man. I just saw that half the time the score is about 87 or similar. I'll try to continue finding ways to improve that. **EDIT**: It is consistently over...
@benmccann the reason I need supabase is for authentication. It needs to be loaded initially to maintain the authentication state, and handle things like “magic link” authentication where it will...
Finally got it consistently over 95
I managed to conditionally load supabase on the client when needed. It was a bit tough because so much of the App depends on supabase (for example: there is a...
Would it make sense to be able to export it like `export const edge = true;` from `page.ts` and use it in the adapter?
@dummdidumm do you know if this will be possible in Svelte 5? Is there a chance that this could work some day?
Yes... and now it's deprecated on pub, but still no mention in the README and what should be used instead. That would be great.
@jankapunkt yes that worked. Thanks!