BrowserUX Preload Assets

Boost your web interface performance by intelligently preloading critical resources.

BrowserUX Preload Assets is a configurable Vite plugin that simplifies the injection of <link rel="preload"> and <link rel="preconnect"> tags for essential images, fonts, JS, and CSS files. Using explicit configuration or HTML markup attributes, you stay in control of which resources are prioritized during the initial load. Compatible with light/dark themes (via BrowserUX Theme Switcher) and Google Fonts, it improves rendering speed.

npm install vite-plugin-preload-assets
Download

Plugin for Vite
See the CHANGELOG

Key Features of BrowserUX Preload Assets