If you have an outstanding ticket about reported slowdown in your application, follow these instructions to give us helpful information.
1. Prep your Browser
All modern browsers work the same—here we’ll use Firefox examples, but Chrome, Edge or Safari are nearly identical.
- Open the page
Navigate to the URL you are experiencing difficulties with - Open DevTools
- Windows/Linux: Ctrl+Shift+I or F12
- Mac: ⌘+Option+I
2. Configure the Network Panel
- Switch to the “Network” tab
You’ll see columns like Name, Status, Type, Initiator, and Duration (or Time). - Click Persist logs (☑ “Persist logs” in the cog icon on the far right)
- Optional but helpful
- Click Disable cache (☑ “Disable cache” at top) so you always hit the server.
3. Filter to Your Endpoint
- In the Filter box (top-left of the Network table), type the entity. If you are experiencing issues with saving a job, type “job”.
- You should now see only relevant requests to that entity (we include a lot of files so its better to filter out some of the unnecessary ones)
4. Capture the Timing
- Perform the function you are tracking
- Wait for the page to finish loading (you’ll see the ”Please Wait” banner go away usually).
- Look at the single filtered row for the entity and check the Duration (Firefox) or Time(Chrome) column.
- That number (e.g. “20,000ms”) is the total network + server time, which is the main number we are interested in.
5. Copy & Email
- Take a screenshot of the network tab, making sure to include all content.
- Attach the screenshot to an email or your Freshdesk ticket and send it in.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article