Reputation: 849
The following issue happens in multiple browsers, mutiple users both in Dev and Prod Environments.
While working in 4 specific pages, the users are reporting it to freeze at random moments of the day for a few minutes and them summarizing after it. This is not easily replicable and it happen only after a few tries.
Front-end: I've already tested javascript loops, ajax call loops and stackoverflow and none of those seem to be the issue. In Chrome's network tool I'm getting a "Pending" status for X minutes on a returning json from a execute server-side code
Database: the cost for the execution of the processes are all in the single digits. No locks
ORDS: The only information when were able to get was ORDS' log that does something after X minutes. When the page is resposnsive
This all leads me to think something in ORDS is having an issue (or is symptom) or the network.
Has anyone been through a similar issue?
Upvotes: 0
Views: 904