JavaPro Remove PrestaShop JavaScript Render Blocking
PrestaHeroes' module optimizes performance, shortens page loading times and boosts user experience. Ideal for any online business needing advanced optimization, it lets PrestaShop admins manage individual JS files to reduce render blocking, with position attributes of Top/Bottom async/defer/none and 'preload' when Defer is selected. Optimizing webpages for faster load times and browser performance.
Please see product on our shop for more information.
Special Notices
- Module will install in Test Mode, it will only execute software when IP(s) match what's defined in the configuration. When ready to launch just disable Simulation mode.
- We do not provide a demo admin, please see video overview.
- If you have questions, please contact us through product page Q/A and we will respond
- Contact us if you would like installation and configuration, but we made it so anyone could configure.
Benefits for Merchants
- Improve your visitors' experience by reducing render-blocking JavaScript.
- Significantly enhanced core vitals in performance and improved visitors experience
Features
Dashboard
Configure PrestaShop JavaScript specifications like async, defer, and none, and specify the loading position at the top or bottom of the page. Alternatively, take advantage of our bulk update feature.
attributes:
- defer Specifies that the script is downloaded in parallel to parsing the page and executed only after the page has finished parsing
- async The script is downloaded in parallel to parsing the page, and executed as soon as it is available (before parsing completes)
- none The script is downloaded and executed immediately, blocking parsing until the script is completed
Load Position Options:
- Top: .js discovered early (recommended)
- Bottom: PS default .js discovered late