#From ~500ms to ~125ms

1 messages · Page 1 of 1 (latest)

coral pewter
foggy flint
#

Since i currently have high page loads and not sure where they come from this looks great, but as a remix newbie i wonder of there is a “drop in “ solution to measure performance? Some npm package that hooks into remix internals and does not require app wide insertion of timings code?

coral pewter
robust agate
#

if you use Metronome they measure the loader/action times

#

if you want to measure inside them you need to do it yourself

#

for an ORM it may be possible to measure queries

glad jasper
#

I have in roadmap to be able to track timings for everything inside the loaders/actions

#

but is coming after the v3 rewrite

foggy flint
glad jasper
#

Something like this