Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

performance analysis

Former Member
0 Likes
554

Who will do the performance analysis,owner of the written program are some other person

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
527

If you follow a good practice then relf review (which include performance analysis) should be done and then it can be your peer and sometimes(when performance issue is very higg) basis guys do that.

Regards,

Sonal.

2 REPLIES 2
Read only

Former Member
0 Likes
528

If you follow a good practice then relf review (which include performance analysis) should be done and then it can be your peer and sometimes(when performance issue is very higg) basis guys do that.

Regards,

Sonal.

Read only

Former Member
0 Likes
527

Performance analysis by the code developer is very important using tools like ST05 and SE30, because if there are any queries which are taking too long or are performance expensive, then the developer is in a position to analysis and determine whether the query can be eliminated or combined (through joins etc.) with other queries depending upon the functionality requirement etc.

Even when a peer review recommends corrections, the end decision is with the developer on how to improve performance. Hence developer participation is absolutely essential.