Troubleshooting guide for abnormalities such as browser web page lagging or not working properly
Lazy loaded imageTroubleshooting guide for abnormalities such as browser web page lagging or not working properly
Words 700Read Time 2 min
2024-12-18
2025-1-6
AI intelligent summary
GPT
The article provides a troubleshooting guide for browser issues like web page lagging or malfunctioning. It covers potential problems with websites, third-party scripts, and browser extensions, offering identification steps and solutions. Additionally, it introduces generic troubleshooting methods using browser developer tools.

✨ Introduction and Summary

This article discusses methods for troubleshooting browser lag and unusual work, emphasizes the importance of turning off ad-blocking and cookie-affecting tools, and provides troubleshooting steps for websites themselves, third-party scripts, and other browser extensions. Performance analysis using browser developer tools is recommended, and websites and extensions known to be potentially problematic are listed.
staple
  • Troubleshooting website issues Test multiple websites for problems and determine if the problem is with the website itself
  • Script Manager Troubleshooting Disable specific scripts from running, customizable blacklist in settings, note that scripts may affect network requests and click events.
  • Extended troubleshooting Automatically disable or enable extensions based on URLs using rule-based mode
  • Generic troubleshooting Focus on main web page thread execution and loading of specific website content.
 

📝 Main content

preamble

As a computer with only 16G of RAM, browser lag is an everyday occurrence, but it's also more conducive to discovering where websites, scripts, and extensions are having performance issues, though more problems are actually conflicting with each other resulting in abnormal lag, so that's the direction this article focuses on discussing and addressing

Software Configuration

Windows 11 Latest Edition Edge Latest Version
💡
For those with technical skills, you can jump straight to the

Troubleshooting must-do (especially if the site is not working properly)

  • Turn off de-advertising, etc. Intercepting website content Loaded tools:
    • Avoid erroneous blocking of web content due to misuse, etc.
    • If uBlock Origin
  • lockout Tools that affect cookies:
    • Especially if it is not possible to verify the situation manually.
    • Such as the Privacy Badger

I. Problems with the website itself

Without going into too much detail here, just a reminder that troubleshooting should be Test if the problem is on multiple sites first to troubleshoot if the problem may be with the site itself Although that's highly unlikely.

1. Websites known to be potentially problematic

Google Colab
 
When a specific code makes a printout, the printout is known to overlay causing the text box to be too long

II. Third-party scripting issues

mainly Grease Monkey Scripts manages browser extensions that While providing a wealth of functionality, problems arise due to not effectively testing or considering the differences between different sites

1. Problem identification steps

  1. indirectly Disable Script Manager Browser Extension To avoid all possible repercussions, the question remains please jump to the carry out an examination
    1. Disable in the browser extension management interface
      Disable in the browser extension management interface
  1. When you are sure that the problem is with the script manager, please Determine if the script must be run on this page
    1. not obliged to Run the script: directly under the current domain. Disable all scripts from running
      1. notion image
        When disabled, the following extension icon will be displayed. There's an X in the lower left corner
        notion image
        💡
        available at Script Manager - Settings - Security - Blacklisting Customization can be fine-tuned to a specific URL (using regular expressions)
        notion image
    2. necessarily Run the script on the current page: use the (Maoism) one divides intwo  maybe disable The way to troubleshoot
      1. 💡
        Focus on troubleshooting script types:
        • Scripts that intercept or modify web requests: can easily cause the site's original script logic to fail to function properly
        • Scripts that add or hijack events such as clicks: can easily cause the site's original script logic to not work properly
        Types of scripts that generally have no effect:
        • Realization of additional functions: image search, word search, etc.
        • Changing the website UI style

III. Problems with other browser extensions

1. Recommended quick switch with browser extension manager (optional)

2. Problem identification steps

  1. utilization untouched maybe Browser Extension Manager Close all extensions
    1. in the event that Problems persist Please consider Change browser or even device
  1. in the event that return to normal If you use the (Maoism) one divides intwo  maybe disable The way to troubleshoot which extension is responsible for the
    1. 💡
      Locating the problem with a specific browser extension, but wanting to Use on other pages The program can be used Extension Manager rule-based model to automatically disable or enable extensions based on their URLs.

3. Browser extensions known to be potentially problematic

  1. Flash Copilot - Super Browser Assistant - Chrome Web Store
    1. Some functions have lagging issues in certain situations
  1. Link-Preview - Chrome Web Store
    1. There are lagging issues within Notion's page pages

IV. Browser Developer Tools Generic Troubleshooting Methodology (Speed Depends on the Technique)

1. Browser Developer Performance Tool (requires not to be completely stuck, otherwise analysis may not be possible either)

Web page loading The process jams: Record and reload and analyze
notion image
follow-up operation The jams of the process: Start recording
💡
Focused analysis. Main web page thread script execution process, focusing on the Long tasks and non-website JS execution
notion image

2. Browser developer web tools (less likely)

Analyze whether specific website content is blocked from loading or modified by other third-party distribution tools

📖 Extended reading

Not at the moment

🤗 Summarize and summarize

Not at the moment

📎 Reference article

Main Reference Not available
 
💡
acceptable become a member Telegram's Little Warehouse of Seven Rows | Internet Memories | Blogs  cap Seven lines Technical Exchange Group  Find more tips oh 🥰 and also discuss various issues in the chat group ❓
Welcome to the Bottom comment section. Share your thoughts and experiences with Let's discuss and improve together!

Comments
Loading...