If a client complains that form submission is taking more time to load? What will the answer to this please share your experience.

amita2
Tera Contributor

If a client complains that form submission is taking more time to load? What will the answer to this please share your experience.

1 ACCEPTED SOLUTION

Bonnie Cresswe2
Kilo Guru

Hi

Is your question related to submitting/saving a record or loading a record?  

If it is taking a long time to submit/save a record I would check all On Insert and On Before business rules, and OnSubmit client scripts to see if any of those might be causing delays.  

If it's taking a long time to load a record the first thing to do would be to check the response time on the form, you can do that by clicking on the clock icon at the bottom right

find_real_file.png

When that is open you can see things like the network, server and browser response times.  This will give a clue as to where the issue is. If it's the network then go talk to your network guys 🙂

If the Browser response time looks high, click on the blue link to see the breakdown of what client things have taken the longest

find_real_file.png

Then for example if Client Scripts - On Load is high then check all your client scripts to make sure there is nothing funky going on to cause delays... etc

You can also check things like System Diagnostics -> Stats -> Slow... (Queries, Scripts, etc).  This will show if a particular script or query or anything is causing an issue.

Regards

Bonnie

 

PS - please click Helpful or Answered if this has helped or answered.

 

 

View solution in original post

4 REPLIES 4

Bonnie Cresswe2
Kilo Guru

Hi

Is your question related to submitting/saving a record or loading a record?  

If it is taking a long time to submit/save a record I would check all On Insert and On Before business rules, and OnSubmit client scripts to see if any of those might be causing delays.  

If it's taking a long time to load a record the first thing to do would be to check the response time on the form, you can do that by clicking on the clock icon at the bottom right

find_real_file.png

When that is open you can see things like the network, server and browser response times.  This will give a clue as to where the issue is. If it's the network then go talk to your network guys 🙂

If the Browser response time looks high, click on the blue link to see the breakdown of what client things have taken the longest

find_real_file.png

Then for example if Client Scripts - On Load is high then check all your client scripts to make sure there is nothing funky going on to cause delays... etc

You can also check things like System Diagnostics -> Stats -> Slow... (Queries, Scripts, etc).  This will show if a particular script or query or anything is causing an issue.

Regards

Bonnie

 

PS - please click Helpful or Answered if this has helped or answered.

 

 

My query was regarding saving record. Thank you so much Bonnie...thats really helpful...👍

Michael Fry1
Kilo Patron

We recently ran into issues with Browser Cache causing slowness and unexpected results. Try cleaning.

Carl Fransen1
Kilo Sage

We've also fond that users who don't shutdown their windows devices often usually seem to have issues with some internet applications/connections.