Relative Content

Tag Archive for website-performance

Issues to be considered while loading jQuery?

I have seen many answers in SO regarding using Google’s CDN to load jQuery instead of
loading it from the local server. In essence I understand this is the issue related with decreased latency, better caching. But I want to know the technical answer, perhaps an example mentioning why it is even an issue to just load a 30KB file. We see nowadays websites with rich multimedia features which do significant download from server, so in such light does this file size make any difference?

How chromium Site Isolation and process allocation works for Iframe?

I was with working with a website it contains 6-10 Iframes, Each Iframe contains a web app so obviously there are high chances of that my website get slowed down. So to fix this I tried to understand chromes processes allocation model, I spent hours of time on understanding their model. And what i think is that they create new process for every same same cross orgin iframes and they use the parent process if it is same site same orgin iframe. But here I’m confused with what exactly is a orgin (is subdomain(+1,+2) considered), ?

ASP.net performance code behind vs app_code

I am wondering about performance of a web site/application when there is code in the code behind files rather than when the code is moved to separate files in the App_Code folder.