@pankaj It was recently reported in another thread, and the fix for this will be part of next Ghost release, with stripe JS loaded as async to unblock the main thread. The members.js script is being deferred loaded on the page for a while now so thats not a blocker already.
Side-note: The stripe JS is only added to the head section if a Stripe account is connected in Ghost-Admin. If members is enabled for free subscriptions but no Stripe account is connected, the Stripe script is not added on page at all.
@pankaj You don’t need to turn off Members to remove Stripe from loading, and can continue using it to send newsletters with free setup. If you had enabled members but never connected Stripe to your account via Admin, then Ghost does not load Stripe JS by default on latest Ghost version, nothing else needs to be done.
The only way Stripe JS could have been still added to your page was if you had either previously entered Stripe keys to your account (even if not used) or if you had switched on enableDeveloperExperiments flag via Ghost config, which is not done by default for production. Please make sure that’s not the case and you should not have any issues working with free members setup.
Hi, this seems to be solved on Desktop, but I still see the same problem on Mobile.
Both Stripe and JSDelivr CDN main thread loading. Is there any workaround to improve performance on mobile ?