sascha-wolf / sublime-GitConflictResolver

A little plugin to help you resolving this nasty conflicts.
MIT License
44 stars 6 forks source link

Plugin slowing sublime text on big scss or css files #15

Open Eduruiz opened 8 years ago

Eduruiz commented 8 years ago

I'm running arch linux and have to disable the plugin to work this week, I'm messing up with some scss files with 3700+ lines and the plugin are making sublime text really slow, that's what I get from profile events:

on_activated:
Git Conflict Resolver.GitConflictResolver: 7.572s total, mean: 0.038s, max: 3.090s

on_load:
Git Conflict Resolver.GitConflictResolver: 8.164s total, mean: 0.126s, max: 3.750s

on_pre_save:
Git Conflict Resolver.GitConflictResolver: 0.475s total, mean: 0.009s, max: 0.021s

what logs I can post to help on this?

ewohlken commented 7 years ago

+1

scarpent commented 6 years ago

Caused a lot of lag in different 1MB files for me, too.