WF performance issue when Loading another page into a DIV

Am working on Kiosk based UI. So am using a view setup. I load other pages into a div via custom script. This has been affecting the performance of the page when published. Please what could be the issue and how can I work it out. Any help will be appreciated.

This is the custom script:

<script>
		$(function(){
		    
		    $("#gnld").load("gnld-page");
		     $("#nutritionalview").load("gnld-nutritional-products");
			
		});
	</script>

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.