This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 243899 - Angularjs performance Problems
Summary: Angularjs performance Problems
Status: RESOLVED INVALID
Alias: None
Product: web
Classification: Unclassified
Component: AngularJS (show other bugs)
Version: 8.0
Hardware: PC Windows 8
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-18 07:03 UTC by meanyack
Modified: 2014-10-02 11:50 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description meanyack 2014-04-18 07:03:08 UTC
After I create an html file with angular binding having 80 lines of code, IDE slows down dramatically.

If needed I can provide a sample file.
Comment 1 Vladimir Riha 2014-04-18 15:20:59 UTC
Yes please, provide sample project. Could you also please attach:
 - IDE from moment when it is slow (see [1])
 - profiling snapshot (see[2]) - start profiling, do some code completion or something that is slow, stop profiling and attach profiler file.

Thank you in advance.


[1] http://wiki.netbeans.org/FaqLogMessagesFile
[2] http://wiki.netbeans.org/FaqProfileMeNow
Comment 2 meanyack 2014-04-18 18:40:43 UTC
Thanks @Vladimir, 

I think I found the problem and now it's working better and it's responsive now.
The problem is the file seems like 80 lines of code. However, some spaces are removed, so it's minified already.

After I pretty printed file, realized it's a larger file so it's quite normal to respond late.

However, I found another problem but it's about go to declaration so it's not related to this issue.

We can close this now.
Comment 3 Roman Svitanic 2014-10-02 11:50:50 UTC
Closing this issue since it has been already resolved on the reporter's side.