sidekick taking time to load
I have a page with lots of html code.when I am open the page , sidekick taking too much time to load.
my sample code is:I have two jsp files.
body.jsp
<html>
<cd:include script="head.jsp"/>
<cq:include script="content.jsp"/>
</html>
head.jsp: Side kick and all the css and js included in this file only
------------
<head>
<cq:include script="/libs/wcm/core/components/init/init.jsp"/>
<!--Include all CSS and js file here -->
<head>
If I am going place sidekick in body.jsp, in that case sidekick loaded properly without taking too much time but my component edit option is not working.Please suggest
Regards,