Issue with String Concatenation and Lag

PHP Tools [?] extends Visual Studio with set of advanced features to work more efficiently with PHP code.

Re: Issue with String Concatenation and Lag

Postby AndyM84 » August 7th, 2012, 2:47 pm

Jakub Misek wrote:Thanks. I guess F12 does not lag. Do you observe the lagging always or only in first few seconds - minute after opening your website?


No, F12 didn't lag at all. Unfortunately I don't remember how shortly I noticed that problem after opening VS, but I'll try to pay attention today.

As a side note, I'm suddenly finding myself feeling stupid for purchasing a personal license for VS2010 with VS2012 coming out so soon. There wouldn't be any way I could switch which license I have, would there? :D

Thanks again for the crazy-awesome response time. You guys are fantastic.

Andrew
User avatar
AndyM84
 
Posts: 69
Joined: August 6th, 2012, 3:24 pm
Location: Boston, MA, USA

Re: Issue with String Concatenation and Lag

Postby Miloslav Beno » August 7th, 2012, 3:34 pm

Hello,

Thank you very much! I'll contact you by email about the upgrade to vs2012.
Miloslav Beno │ DEVSENSE s.r.o. │ @miloslavbenomiloslav@devsense.com
User avatar
Miloslav Beno
 
Posts: 1252
Joined: January 7th, 2012, 8:36 pm

Re: Issue with String Concatenation and Lag

Postby ctech » November 14th, 2012, 2:05 pm

Hello,

I am currently also having problems with lag in the PHP editor.
When i begin to type, or try to scroll the code with the mouse-wheel, visual studio 2010 freezes for a few seconds. If i then type something else, the same happens.

This also happens with an empty PHP file. I tried re-installing PHP Tools and disabling all other plugins, to no effect.

Some time ago i had the same problem, but an update of PHP Tools fixed the issue.

I have not yet tried running PHP tools on a different system. I am currently suspecting this issue may have to do with other settings (intellisense?) in Visual Studio..
ctech
 
Posts: 3
Joined: November 14th, 2012, 1:34 pm
Location: Germany

Re: Issue with String Concatenation and Lag

Postby Jakub Misek » November 14th, 2012, 5:46 pm

Hi,

Thank you for the feedback.

Does your Visual Studio lag also if you open new instance, no solution, no project ... but only single PHP file ?

Otherwise do you see some "PHP documentation cache is being updated ..." status message at the bottom of your Visual Studio?

If lagging lasts, may I ask you for the list of your Visual Studio extensions, Windows version and Visual Studio version ?

Thanks!
Jakub Misek │ DEVSENSE s.r.o. | @misekjakubjakub@devsense.com
User avatar
Jakub Misek
 
Posts: 2092
Joined: January 4th, 2012, 2:42 pm
Location: Prague

Re: Issue with String Concatenation and Lag

Postby ctech » November 14th, 2012, 6:50 pm

Currently it seems to be working again.

But to answer your questions, visual studio also lagged, with an empty solution. I created a new file, and as soon as i typed something within the php tags <?php ?> it started to lag.
Typing something outside of the tags did not produce a lag.

as i see it now, the lag occured, before the member list pops up, so perhaps something hangs while gathering information to fill the list.

I did not notice a status message at the time, and currently it's working again.

System config is:
Windows 7 Pro 64bit German
Visual Studio 2010 Pro German
VS Extensions:
AnkhSVN
CodeMaid
Indent Guides
PHP Tools
PowerCommands
Productivity Power Tools

But the problem also occured after i uninstalled all extensions, except for AnkhSVN

Well, for now it is working again. if it happens again, i'll look out for status messages.

Detailed VS2010 Product info:
Microsoft Visual Studio 2010 Version 10.0.40219.1 SP1Rel
Microsoft .NET Framework Version 4.0.30319 SP1Rel
Installierte Version: Professional
Microsoft Office Developer Tools
Microsoft Visual C# 2010
Microsoft Visual C++ 2010
Microsoft Visual Studio 2010 Team Explorer
Add Reference Dialog Plus! 1.0
AlignAssignments 1.0
AnkhSVN - Subversion Support for Visual Studio 2.4.11610.27
* Ankh.Package 2.4.11610.27
* Subversion 1.7.6 via SharpSvn 1.7006.2206.13750
AutoBraceComplete 1.0
CodeMaid #114
Crystal Reports Templates for Microsoft Visual Studio 2010
Devart dotConnect for MySQL 7.2.77.0
Document Well 2010 Plus 1.0.10916.0
Hotfix for Microsoft Visual Studio 2010 Professional - DEU (KB2542054) KB2542054
Hotfix für Microsoft Visual Studio 2010 Professional - DEU (KB2529927) KB2529927
Hotfix für Microsoft Visual Studio 2010 Professional - DEU (KB2548139) KB2548139
Hotfix für Microsoft Visual Studio 2010 Professional - DEU (KB2549864) KB2549864
Hotfix für Microsoft Visual Studio 2010 Professional - DEU (KB2635973) KB2635973
Hotfix für Microsoft Visual Studio 2010 Professional - DEU (KB2736182) KB2736182
Indent Guides 12.1
Microsoft Visual Studio 2010 Professional - DEU Service Pack 1 (KB983509)
Microsoft.VisualStudio.QuickAccess.Package 1.0
OptionsPageImpl 1.0
PHP Tools for Visual Studio 1.5.3650
PowerCommands for Visual Studio 2010 1.0
QuickFind 1.0
Security Update for Microsoft Visual Studio 2010 Professional - DEU (KB2644980)
Sicherheitsupdate für Microsoft Visual Studio 2010 Professional - DEU (KB2645410)
VMDebugger
ctech
 
Posts: 3
Joined: November 14th, 2012, 1:34 pm
Location: Germany

Re: Issue with String Concatenation and Lag

Postby Jakub Misek » November 15th, 2012, 1:54 pm

Thank you very much. There is expected higher CPU utilization when IntelliSense is used for the first time once you start Visual Studio.

May I ask for your hardware configuration (CPU,RAM)? We would make our best to optimize IntelliSense for your system.

Thanks
Jakub Misek │ DEVSENSE s.r.o. | @misekjakubjakub@devsense.com
User avatar
Jakub Misek
 
Posts: 2092
Joined: January 4th, 2012, 2:42 pm
Location: Prague

Re: Issue with String Concatenation and Lag

Postby formula349 » November 27th, 2012, 4:33 pm

Since I upgraded to the last version, I've experienced some editor lag in certain situations.

I have 2 PHP projects loaded in the solution, whenever I'm editing certain files in the first solution, I get significant lag as I'm typing.

It's actually not happening right now, but it sure was when I logged on to the forums! Editing files in the second project was never laggy. It comes and goes, so it's not related to an initial start up of Visual Studio.

The 2 projects are related, and the second project uses the Yii framework. This seemed to start when I started editing a file in project 1 which actually loaded the Yii framework contained in project 2. Editing that file was painful.

Seemed like editing the project 1 that was using autoloading classes from project 2 was causing intellisense to choke.

I'm using Windows 8 Pro x64 and VS2012. Hope this helps track down the lag!
formula349
 
Posts: 6
Joined: August 26th, 2012, 8:50 pm

Re: Issue with String Concatenation and Lag

Postby Jakub Misek » November 27th, 2012, 5:21 pm

formula349 wrote:Since I upgraded to the last version, I've experienced some editor lag in certain situations.
Hi,
Thanks for the feedback! We've prepared updated package. If you confirm it is not lagging any more, it would be great!

Thank You!
You do not have the required permissions to view the files attached to this post.
Jakub Misek │ DEVSENSE s.r.o. | @misekjakubjakub@devsense.com
User avatar
Jakub Misek
 
Posts: 2092
Joined: January 4th, 2012, 2:42 pm
Location: Prague

Re: Issue with String Concatenation and Lag

Postby formula349 » November 28th, 2012, 3:24 pm

When I posted I was not experiencing the lag. I waited for the lag to return before installing this update.

It's installed now and I'll let you know if it ever returns.

Thanks!
formula349
 
Posts: 6
Joined: August 26th, 2012, 8:50 pm

Re: Issue with String Concatenation and Lag

Postby Jakub Misek » November 28th, 2012, 4:52 pm

formula349 wrote:It's installed now and I'll let you know if it ever returns.

Thanks!
Thank you very much!
Jakub Misek │ DEVSENSE s.r.o. | @misekjakubjakub@devsense.com
User avatar
Jakub Misek
 
Posts: 2092
Joined: January 4th, 2012, 2:42 pm
Location: Prague

PreviousNext

Return to PHP Tools

Who is online

Users browsing this forum: No registered users and 39 guests

cron

User Control Panel

Login

Who is online

In total there are 39 users online :: 0 registered, 0 hidden and 39 guests (based on users active over the past 5 minutes)
Most users ever online was 256 on March 28th, 2024, 9:42 am

Users browsing this forum: No registered users and 39 guests