porcupine icon indicating copy to clipboard operation
porcupine copied to clipboard

big files = slow

Open Akuli opened this issue 4 years ago • 1 comments

I have json file of 46607 lines and scrolling through it is quite slow. Disabling syntax highlighter by setting filetype to plain text makes it slightly better, but still slow. Also ctrl+f is really really slow

Akuli avatar Sep 28 '21 21:09 Akuli

Not entirely highlighter's fault. Try mypy/checker.py with syntax highlighter plugin(s) disabled.

Akuli avatar Aug 06 '22 10:08 Akuli

Do we have a blessed way to do profiling on porcupine?

benjamin-kirkbride avatar Jul 02 '23 15:07 benjamin-kirkbride

No :D

If you have no idea what is causing the problem, you can get started by disabling all plugins in the plugin manager and see if that helps. Then enable them a few at a time and narrow down the problem to the plugin/plugins that cause slowness.

Akuli avatar Jul 02 '23 16:07 Akuli

What json file are you editing??? Isn't a file of that length kinda going to be slow implicitly based on its length?

Moosems avatar Jul 03 '23 22:07 Moosems