I've added logs to SSR rendering to figure out if it's the reason for slowdowns. You should be able to see them either in a local app console or fly logs.
Contributor checklist
[x] My commit messages follow the Conventional Commit Message Format
For example: fix: Multiply by appropriate coefficient, or
feat(Calculator): Correctly preserve history
Any explanation or long form information in your commit message should be
in a separate paragraph, separated by a blank line from the primary message
Summary
I've added logs to SSR rendering to figure out if it's the reason for slowdowns. You should be able to see them either in a local app console or fly logs.
Contributor checklist
fix: Multiply by appropriate coefficient
, orfeat(Calculator): Correctly preserve history
Any explanation or long form information in your commit message should be in a separate paragraph, separated by a blank line from the primary message