0

Somewhere along the way (updating codefluent or the model growing) adding/editing a method got extremely slow. Opening the CFQL window takes almost three minutes. I have a fairly fast desktop (Intel I7-2600 @3,5 Ghz, 4Gb DDR3 ram, RAID array of 4 SSD's in RAID0).

I use Visual Studio 2015 update 1. The only plugin I have is ReSharper 10.1.

If I make a new sample advertising project it has the same latency so it does not seem to depend on the model.

What could be wrong?

Peter de Bruijn
  • 792
  • 6
  • 22
  • Do you have the same performance issue with the portable modeler (`C:\Program Files (x86)\SoftFluent\CodeFluent\Modeler\CodeFluent.Modeler.Portable.exe`)? – meziantou Dec 17 '15 at 09:40
  • No that works like a charm – Peter de Bruijn Dec 18 '15 at 10:23
  • For diagnostic purposes I installed VS2015 and Codefluent on my laptop (also Windows 10) too. No performance issues yet. I'll update VS2015 with all upgrades and install Resharper and see how it works. I'll keep you posted... – Peter de Bruijn Dec 18 '15 at 10:58
  • BINGO! Resharper does cause the problem. After installing Resharper 10.0. I have exactly the same performance issue on my laptop. However, Resharper is a commonly used tool so propably I'm not the only one with this problem. Can you contact them or investigate? – Peter de Bruijn Dec 18 '15 at 12:54
  • I'm not sure this is only related to Resharper. I also have a Visual Studio 2015 Update 1 (Community) with Resharper, and I don't have the issue. – meziantou Dec 21 '15 at 08:53
  • Please confirm you will investigate this issue. It's been a week since I posted the message... – Peter de Bruijn Dec 23 '15 at 12:50
  • I can reproduce the issue with Visual Studio 2015 Entreprise and Resharper, so I will investigate. – meziantou Dec 23 '15 at 17:13
  • The version 838 of CodeFluent Entities seems to solve the issue: *TFS7617 - Modeler : CFQL method editor loading performance has been improved.* – meziantou Jan 20 '16 at 08:55

1 Answers1

1

The version 838 of CodeFluent Entities seems to solve the issue: TFS7617 - Modeler : CFQL method editor loading performance has been improved. – meziantou Jan 20 at 8:55

Version 838 DOES solve the issue indeed. Thanks!

bummi
  • 27,123
  • 14
  • 62
  • 101
Peter de Bruijn
  • 792
  • 6
  • 22