Daniel Kempner

Results 6 issues of Daniel Kempner

**Intended outcome:** Using the same `useQuery` throughout many components should have relatively low performance impact. **Actual outcome:** Long task is created when rendering components with many `useQuery`s. **How to reproduce...

:racehorse: performance
🔍 investigate

Congratulations on your acquisition by Roblox! When attempting to sign up for a new account, I'm redirected to that [announcement post](https://www.speechly.com/blog/speechly-is-joining-roblox). Is that a bug, or is it a message...

bug

### Issue Description **Expected:** The queries which are in the `Suspense` boundary should fire concurrently. **Actual:** The queries are fired sequentially. Note that the same behavior is not observed when...

🐞 bug
:rose: has-reproduction

[This page](https://pm2.keymetrics.io/docs/tutorials/using-transpilers-with-pm2) says > Note that if this is changed, your code will only work in fork_mode I think we should clarify that's the case unless the interpreter is `bun`...

Fixes https://github.com/apollographql/apollo-client/issues/12762

# Why? These functions work well and minimize the number of renders that happen during Server Side Rendering, but they also potentially block progress and contribute to longer SSR times...