Abraham54
Well-known member
The main thread was blocked for 324 ms
When files block the main thread, users are unable to interact with the page content. Typically, parsing and executing large JavaScript files, as well as running long JavaScript tasks can block the main thread and should be avoided. These files had high thread blocking times:
This site has a blocking time of 152 ms with even more js files:
7 JavaScript files are blocking page rendering.
By default, references to external JavaScript files will block the page from rendering while they are fetched and executed. Often, these files can be loaded in a different manner, freeing up the page to visually render sooner.
What is the possible reason, my site has a higher blocking time with only two Js files?
When files block the main thread, users are unable to interact with the page content. Typically, parsing and executing large JavaScript files, as well as running long JavaScript tasks can block the main thread and should be avoided. These files had high thread blocking times:
- 266 ms: https://www.piepcomp.nl/js/vendor/jquery/jquery-3.5.1.min.js?_v=7c0d87cc
- 65 ms: https://www.piepcomp.nl/js/xf/core-compiled.js?_v=7c0d87cc
WebPageTest Opportunities & Experiments
Check out these opportunities for improvement identified by WebPageTest
www.webpagetest.org
This site has a blocking time of 152 ms with even more js files:
7 JavaScript files are blocking page rendering.
By default, references to external JavaScript files will block the page from rendering while they are fetched and executed. Often, these files can be loaded in a different manner, freeing up the page to visually render sooner.
- js/xf/preamble.min.js?_v=35b6227c
- js/vendor/jquery/jquery-3.5.1.min.js?_v=35b6227c
- js/vendor/vendor-compiled.js?_v=35b6227c
- js/xf/core-compiled.js?_v=35b6227c
- js/vendor/lightslider/lightslider.min.js?_v=35b6227c
- js/xfmg/slider.min.js?_v=35b6227c
- js/xf/notice.min.js?_v=35b6227c
WebPageTest Performance Test Results
Check out these web performance test results on WebPageTest.org:
www.webpagetest.org
What is the possible reason, my site has a higher blocking time with only two Js files?