Link to home
Start Free TrialLog in
Avatar of Richard Korts
Richard KortsFlag for United States of America

asked on

Jquery slow loading?

Please look at the attached. This is called a php but it's all html, Jquery & Javascript.

I added these lines at the top:

<link rel="stylesheet" href="//code.jquery.com/ui/1.11.4/themes/smoothness/jquery-ui.css">
  <script src="//code.jquery.com/jquery-1.10.2.js"></script>
  <script src="//code.jquery.com/ui/1.11.4/jquery-ui.js"></script>
  <link rel="stylesheet" href="/resources/demos/style.css">      

When I load this to the server & run it, it works fine, it just takes about 2 - 3 minutes to load.

Of course that will NEVER fly with the customer.

I know the delay is caused by these lines because I took them out & the page loads instantly.

Also, I have the EXACT same lines on another page in another site; it works & loads instantly.

What is the problem?

Thanks.
visitor_rpt.php
ASKER CERTIFIED SOLUTION
Avatar of skij
skij
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Richard Korts

ASKER

Perfect