-
June 5th, 2024, 05:30 PM
#1
Member
How to Reduce Total Blocking Time?
How to Reduce Total Blocking Time?
-
June 6th, 2024, 07:10 AM
#2
Need more information.... Blocking WHAT?
-
June 16th, 2024, 09:53 PM
#3
Junior Member
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.
-
July 9th, 2024, 12:04 PM
#4
Member
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
-
By cyberworx in forum Web Development
Replies: 21
Last Post: July 22nd, 2021, 02:52 PM
-
By cyberworx in forum Web Development
Replies: 2
Last Post: March 22nd, 2016, 12:06 AM
-
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
-
Forum Rules
|
|