You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By testing preconnecting and dns-prefetching different 3rd party API such as JQuery, Google ads, Font Awesome, Google APIs, twitter, bootstrap I realized that its faster if we dont pre-connect or prefetch. Tested using Google Lighthouse, Google network and Django build in functionality that gives us load time. I tried many different combinations such as not using many pre-connects as that slows the speed of load time. Also tried using dns-pretching as fallback option. So I am keeping the website as it is right now as on average that gave the best result.
Adding this link element in the head of base.html might make the page load ever so slightly quicker
https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel/preconnect
The text was updated successfully, but these errors were encountered: