My site's taking too long to load, I think it's the TLS handshake

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

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.

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct