verbb / formie

The most user-friendly forms plugin for Craft CMS.
Other
95 stars 70 forks source link

"Avoid serving legacy JavaScript to modern browsers" Lighthouse report #801

Open nickdunn opened 2 years ago

nickdunn commented 2 years ago

Description Ok, these are incredibly marginal gains, but Lighthouse flags Formie with an "Avoid serving legacy JavaScript to modern browsers" comment.

image

Depending on whether you're supporting IE11 or not, a good few of these could be removed to bring down the JS bundle size.

engram-design commented 2 years ago

Yeah, we're supporting IE11 (until its EOL, June 15, 2022) - at least for the moment, but it's something we'll be looking at refactoring soon. We'll be switching from Laravel Mix to either Webpack or Vite, which better handles serving legacy bundles and polyfills.