How to performance test an AngularJS Web Application?

后端 未结 4 1381
南旧
南旧 2021-01-04 02:20

I used to do performance testing on websites mostly with JMeter scripts.

However, more and more projects are build with frontend MVC\'s, such as AngularJS and a curr

4条回答
  •  天涯浪人
    2021-01-04 02:52

    I use Chrome dev tools to do this kind of performance tests in web apps. I suggest you to read the Chrome Profiling docs (https://developer.chrome.com/devtools/docs/javascript-memory-profiling). All the section of Performance and Profiling in goolge documentation is really good!

提交回复
热议问题