Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Couple things:* If you don't have anything on your page except that marketo form, sure 100 is possible* The lighthouse version in Chrome/Edge is several versions behind google page speed insights which is much tougher on the Marketo library* Scroll down and you will see flags from Lighthouse on usin...
For what it's worth, the latest version of Lighthouse will dock your site 5-10 performance points if you load the Marketo library in less than 3 seconds, so even deferring the js doesn't solve the problem. The Marketo library has jQuery in it, so you get dinged both on excessive JS and using outdate...
That heavily depends on the rest of your website framework. You need a competent waiting mechanism to load once the library is ready and while the number of lines of code is not necessarily high, it's not novice-level javascript especially if you have multiple dependencies.
You absolutely can use your own form system to send submissions to Marketo. There is a REST API we use all the time for this sort of thing, but there are pros and cons:Pros- Own complete control over the user experience for your forms. Yes, you can style Marketo forms, you can even hook into their J...