Share via

My Website slowly on microsoft edge

shahzain ch 0 Reputation points
2026-02-13T04:47:51.1166667+00:00

Hello there
The problem is that my website related with snipping tools is working perfectly on google chrome and firefox but idk why its working slowly on microsoft edge, Its working that much slowly that sometimes it becomes annoying using my website on microsoft edge.

Microsoft Edge | Website issues | Windows 10
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Q&A Assist
    2026-02-13T04:48:03.4433333+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    If your website is performing well on Google Chrome and Firefox but is slow on Microsoft Edge, there could be several reasons for this. Here are some potential causes and solutions:

    1. User-Agent Issues: Sometimes, websites do not recognize the Microsoft Edge user agent, which can lead to performance issues. You may need to ensure that your website's user agent detection logic is updated to accommodate Edge users. Microsoft provides a list of user agent overrides that can help improve compatibility.
    2. Network Issues: Slow content download can occur due to a slow connection between the client and server or because of the amount of content being downloaded. Consider optimizing your requests or hosting your content on a CDN to improve download speeds.
    3. Performance Tools: Utilize the Performance tool in Microsoft Edge to analyze your website's performance. This tool can help you identify specific areas that may be causing slowdowns, such as heavy JavaScript execution or inefficient resource loading.
    4. JavaScript Optimization: If your website relies heavily on JavaScript, ensure that your scripts are optimized. This includes reducing DOM access frequency, minimizing heavy computations, and avoiding large libraries when possible.

    By addressing these areas, you may be able to improve the performance of your website on Microsoft Edge.


    References:

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.