spf13 / PIV

PHP Integration environment for Vim
250 stars 36 forks source link

slow vim launch in windows? #14

Open tmuka opened 11 years ago

tmuka commented 11 years ago

This plugin bundle looks great, but it seems to be slowing down vim startup by about 15 seconds or more on my Windows7x64 quadcore+ssd pc. Does anyone have an idea at what might be causing the slowdown? Is there some path scanning or initialization that might be happening every time that i can fix or cache?

I had another dev test and the same thing happens with his win7 vim config when he adds PIV.

Thanks!

spf13 commented 11 years ago

It loads the entire PHP documentation, but should only take a hit the first

time.

Steve Francia http://stevefrancia.com http://spf13.com http://twitter.com/spf13

On Wed, Sep 12, 2012 at 11:26 AM, Tony notifications@github.com wrote:

This plugin bundle looks great, but it seems to be slowing down vim startup by about 15 seconds or more on my Windows7x64 quadcore+ssd pc. Does anyone have an idea at what might be causing the slowdown? Is there some path scanning or initialization that might be happening every time that i can fix or cache?

I had another dev test and the same thing happens with his win7 vim config when he adds PIV.

Thanks!

— Reply to this email directly or view it on GitHubhttps://github.com/spf13/PIV/issues/14.

tmuka commented 11 years ago

Thanks for the response, Steve. I thought that might be the case, but the lag is persisting on subsequent vim launches. The ".vim\bundle\PIV\doc*.txt" files all have a modified time/date that looks correct (the first time i launched vim with PIV). I also tested removing all my other bundles to see if it was a compatibility conflict, but that didn't speed things up. I'll have to keep digging!

mmikitka commented 11 years ago

Created a separate performance-related issue: https://github.com/spf13/PIV/issues/24. Not sure whether it is related.