I need help with my webpage loading time. I use peaces of javascript
to load external links in an overlay within my page, which i start by clicking. Now i recognized very slow loading times and all external links being loaded when i connect to my single page url.
I guess its the reason of the parameter $(document).ready(function ()
, which i use for the overlay.
My question is: can i change the parameter to not preload the internal stuff.