operasoftware / dragonfly

Opera Dragonfly is a fully featured development and debugging tool integrated into the Opera browser.
http://www.opera.com/dragonfly/
Apache License 2.0
160 stars 48 forks source link

Dragonfly is so slow when using LESS CSS #!watch Mode #173

Closed rm-bergmann closed 6 years ago

rm-bergmann commented 10 years ago

Ever since I upgraded to Less 1.7 Dragonfly is very slow loading up and selecting elements. (It was fine on version 1.3). Everytime the styles are compiled less logs them to the console, so I'm assuming, as they load every second in watch mode, that's what is slowing down dragonfly. I've set Less to hide the logs but that still doesn't help. This might sound like a problem on Less side, but in Chrome dev tools there is no lagging and element selecting is instant. Anything you can do to look into this?

Thank You