Hi ,
I need to fix one issue associated with performance. I have observed that few pages are being loaded twice in the browser.
However, 2nd time loading is faster but this could be avoided.
I have noticed jquery.min.js is responsible to make xmlhttprequest (its invoked as ajax) to load those pages individually and I have included jquery.min.js using clientlibs.
I haven’t observed this issue with pages those aren’t having jquery.min.js in their clientlibs.
It would be really helpful if you could suggest.
Thanks,
Debal