1
I’d like to implement some optimizations using Hummingbird that specifically target the desktop version of my site, without affecting the mobile experience.
Here’s what I’d like to achieve:
Delay JS Exclusions for Desktop Only: Apply the “delay JavaScript” setting or exclusions so they take effect only on the desktop version.
Desktop-Specific Performance Tweaks: Any additional settings or features in Hummingbird that can optimize performance solely for desktop users (e.g., preloading, caching, or critical CSS).
Ensure Mobile Independence: Leave mobile optimization settings untouched to maintain a separate and optimized experience for mobile users.