[jQuery] JQuery Performance Issue
Dear All,
I found a very sever performance issue with jQuery load time
Please user sample code below:
page 1
<HTML>
<HEAD>
<TITLE> New Document </TITLE>
</HEAD>
<BODY>
Scenario 1: <A HREF="page2" target=”_balnk”>TEST PAGE LOAD TIME DEMO
1
Scenario 2:<A HREF="page2" target=”myframe”>TEST PAGE LOAD TIME DEMO
2
<iframe name=”myframe”></iframe>
</BODY>
</HTML>
Page2
----------------------------------
<HTML>
<HEAD>
<TITLE> New Document </TITLE>
<script type="text/javascript" src="jquery-latest.pack.js"></script>
</HEAD>
<BODY>
Body Here
</BODY>
</HTML>
in this above example it is clear that loading page containing jQuery file
in a iframe take very long time and it has a very very sever issue with
performance
Regards,
Manish Bansal
Load and Performance Tester
INDIA
--
View this message in context: http://www.nabble.com/JQuery-Performance-Issue-tp14251510s27240p14251510.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.