Doubt regarding webpage development and performance
Do you have some doubt about webpage development and performance? Is your webpage behaving differently in different browsers? Are you looking for the possible reason for such variations? The opinion of our experts will be able to answer your queries in this connection.
I have developed a webpage using HTML, CSS, and jQuery. The backend part is done using Dot Net (MVC architecture). The webpage has different sort of images which are less in size, consist of service calls(AJAX) and redirections to other URLs. The webpage includes plug-ins as well.
I found out that the webpage is behaving differently in different browsers while checking the Network section of inspect element tool in the browser. The webpage takes 3.05s to load in Chrome with 47 requests and the same webpage takes nearly 5s to 6s to load in IE/Edge with 55 requests. What will be the possible explanation for this behaviour?
Even the time taken to load each request varies in browsers along with the rendering order. Will it be mentioned as the default behaviour of the browser. It will be helpful if anyone can give an accurate explanation for this issue. While explaining kindly consider different browsers including IE, Chrome, and Edge.
I found out that the webpage is behaving differently in different browsers while checking the Network section of inspect element tool in the browser. The webpage takes 3.05s to load in Chrome with 47 requests and the same webpage takes nearly 5s to 6s to load in IE/Edge with 55 requests. What will be the possible explanation for this behaviour?
Even the time taken to load each request varies in browsers along with the rendering order. Will it be mentioned as the default behaviour of the browser. It will be helpful if anyone can give an accurate explanation for this issue. While explaining kindly consider different browsers including IE, Chrome, and Edge.