I am struggling to get some performance in my MVC application.I am loading a partial page (popup) which is taking hardly 500ms. But each time the popup loads it also downloads 2 jQuery files as well. is it possible to use the jQuery from cache or from parent page?
I have attached the image in red which shows 2 additional request to server.