Forum Discussion
syafiq
Ace
I'm just using OOB search result
TariqHussain
8 years agoBoss
syafiq - I don't think there is any clean way to achieve this. However, you can use JS hack.
By clicking on search button.
1. Get the current timestamp (TimeStamp A)
2. Get the timestamp (TimeStamp B) once the result div is being updated.
3. Subtract the times TimeStamp A from TimeStamp B.
This will give you the time taken by a query. This won't be fully accurate, but you only can go that much closer using JS.
Related Content
- 2 years ago
- 2 years ago
- 11 years ago