figwheel-main

figwheel-main http://figwheel.org
2019-12-04T07:44:34.035300Z

same as we have. much too slow 😞

2019-12-04T07:44:56.035500Z

on new projects you get sub second updates, I'm curious what it is that makes it slow

2019-12-04T07:45:32.035700Z

I mean, for us it's slow even when I make changes that cause very little compilation

ingesol 2019-12-04T14:53:59.036900Z

Yes, if I change only the main ns, it takes about 2 seconds. If I go deeper into the tree and modify, it can double the time

ingesol 2019-12-04T14:55:27.037100Z

I believe I’ve been told before that this is, among other things, a function of your number of dependencies. Also, someone mentioned that shadow-cljs might have a more efficient way than figwheel-main of tracking modifications and what files to recompile.

ingesol 2019-12-04T14:57:03.037300Z

It’s certainly frustrating, that changing the class of a div takes 3 seconds to re-render when you are a couple of levels down the dep tree