Possible to exclude javascript import on certain pages?

Hello all,

Just a quick question, is it possible to exclude JavaScript from importing on all pages? For instance I have a signup page that needs a JavaScript password strength checker so I added like so:

Javascript Layout

Is there a way to only import the password.js onto one a specific page?

Thanks, Rob.

No real speed advantage in doing that. With a modern well-configured web server, the impact is negligible. And it gets loaded only once, then it's recalled from the browser cache.With small sites it's often better to keep it simple