function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Pavan M EPavan M E 

How to check performance of a component(which uses Integration) in home page

Hi Team,

I need to verify the performance based on time and profile for a particular component(basically transaction time) which uses integration to get data. I want to give total number of transactions per day and average transaction time based on time and profile.
ShirishaShirisha (Salesforce Developers) 
Hi Pavan,

Greetings!

You can actually refer the Limits class to get the API limits using REST call.In order to get detailed consumption then you would need to have the event logs enabled.

Reference:https://help.salesforce.com/articleView?id=000326126&type=1&mode=1

Please mark it as best answer if it helps you to fix the issue.

Thank you!

Regards,
Shirisha Pathuri
  
Pavan M EPavan M E
Hi Shishir,

Thanks for your reply. I do not want how many times API is consumed. I want to know how many times the report used and time taken to open that report(performance) and who is the user and time