- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-19-2024 06:02 AM
Which tables in ServiceNow are used to capture page loading time?
I'd like to analyze page loading times.
Currently that information can bee seen on each page as Browser response time popup providing this data as in the example below, but is that also available in the SN tables?
--------------------------------------------------------------------------------
Response time(ms): 4246, Network: 4, Server: 1389, Browser: 2853
Timing Type Time Range Total TimeCache/DNS/TCPServerUnloadDOM ProcessingonLoad
4-4ms | 0ms | |
4-1393ms | 1389ms | |
0ms | 0ms | |
1283-4245ms | 2962ms | |
4245-4246ms | 1ms |
Browser timing detail Time
CSS and JS Parse | 861 ms |
Browser processing before onload | 305 ms |
DOMContentLoaded to LoadEventEnd | 502 ms |
addLoadEvent functions | 435 ms |
Other | 750 ms |
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-19-2024 01:30 PM
Check out the Transaction Log [syslog_transaction] table.
Blog: https://sys.properties | Telegram: https://t.me/sys_properties | LinkedIn: https://www.linkedin.com/in/slava-savitsky/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-22-2024 03:46 PM
If your question is answered, would you please mark my response as correct in order to close this thread? Thank you.
Blog: https://sys.properties | Telegram: https://t.me/sys_properties | LinkedIn: https://www.linkedin.com/in/slava-savitsky/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-19-2024 01:30 PM
Check out the Transaction Log [syslog_transaction] table.
Blog: https://sys.properties | Telegram: https://t.me/sys_properties | LinkedIn: https://www.linkedin.com/in/slava-savitsky/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-22-2024 03:46 PM
If your question is answered, would you please mark my response as correct in order to close this thread? Thank you.
Blog: https://sys.properties | Telegram: https://t.me/sys_properties | LinkedIn: https://www.linkedin.com/in/slava-savitsky/