My site's taking too long to load, I think it's the TLS handshake
Linode
Linode Staff
If you access https://notarealsite.com, you can see that it takes a long time to perform TLS handshake. Please advise, thanks.
1 Reply
watrick
Linode Staff
Hi there!
I loaded your site using the Chrome Developer Tools to see if it would provide any insight and found this message in the console:
Uncaught TypeError: $(...).datetimepicker is not a function
at functions.js:521
(anonymous) @ functions.js:521
Searching for that error message, I found this post on StackOverflow that pointed to a possible solution:
https://stackoverflow.com/questions/8678254/datetimepicker-is-not-a-function-jquery
The responses all point to either the linking to the javascript library used or the order in which the scripts on loaded on the page. Based on my experience with javascript, though limited, I know that the order in which scripts run on a site can have an affect on loading of the site.