Results 1 to 4 of 4

Thread: How to Reduce Total Blocking Time?

  1. #1
    Member
    Join Date
    Aug 2020
    Location
    Canton Ohio USA
    Posts
    40

    How to Reduce Total Blocking Time?

    How to Reduce Total Blocking Time?

  2. #2
    Administrator Steve R Jones's Avatar
    Join Date
    Apr 2011
    Location
    USA
    Posts
    402
    Need more information.... Blocking WHAT?

  3. #3
    Junior Member
    Join Date
    Feb 2024
    Posts
    11
    To reduce Total Blocking Time (TBT), here are 3 tips:
    Optimize JavaScript execution: Minify, compress, and cache your JavaScript files to reduce parsing and execution time.
    Prefetch DNS requests: Resolve domain names before they are actually needed to eliminate DNS lookup latency.
    Minify and compress CSS files: Remove unnecessary characters and compress CSS files to reduce their size and improve loading times.

  4. #4
    Member
    Join Date
    Aug 2020
    Location
    Canton Ohio USA
    Posts
    40
    Total Blocking Time (TBT) is the amount of time during which Long Tasks (all tasks longer than 50ms) block the main thread and affect the usability of a page
    so how to reduce plz help

Similar Threads

  1. What are three ways to reduce page load time?
    By cyberworx in forum Web Development
    Replies: 21
    Last Post: July 22nd, 2021, 02:52 PM
  2. three ways to reduce page load time
    By cyberworx in forum Web Development
    Replies: 2
    Last Post: March 22nd, 2016, 12:06 AM
  3. Reduce WindowsXP/Vista login time for domain users
    By n00bius in forum Operating Systems
    Replies: 6
    Last Post: May 8th, 2008, 07:18 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •