My website is running extremely slow and after conducting a test using the Timeline feature in Chrome Tools for Developers, I discovered that there is a Timer firing in a JS file called v8natives.js for about 9 seconds. After checking my Wordpress plugins, I confirmed that none of them are responsible for loading this particular library. I'm unsure why this library is being loaded and what its purpose is. Does anyone have insights on this JS?
I've attempted to delete some Javascript calls, deactivate plugins, but unfortunately, no improvements have been made.
The website in question is
Thank you!