mrdotb / live_react

✨ React inside Phoenix LiveView with seamless end-to-end reactivity
https://live-react-examples.fly.dev/simple
MIT License
88 stars 8 forks source link

feat: Added SSR duration logging to example app #18

Closed Valian closed 1 month ago

Valian commented 1 month ago

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