Hi @kinduweb!
Thanks so much for confirming that. I’m going to let my product team know that you’re interested in speeding up the page load when the plugin is active, so they’re aware that this is a concern for you.
In the meantime, I have another suggestion.
You could technically disable our pixel tracking in the plugin and use a third-party option that wouldn’t require immediate page load to track things, or you could build a custom tracker instead. While this wouldn’t fall under the SkyVerge support policy, you can disable our built-in pixel tracking with two snippets for the moment.
Here’s the main one:
add_filter( 'facebook_for_woocommerce_integration_pixel_enabled', 'check_cn_has_been_accepted', 10, 1 );
And we presently have something we need to iron out due to how the initialization code is loaded, so for the time being, you’d need this one too:
https://gist.github.com/4a932bcf481420ad20d563fe7462c752#file-sv_fb_for_woocommerce_adjust_apply_filters_hook-php
I hope that’s helpful! In the meantime, I’ve made a note for my product team about page load concerns and I’m hopeful we’ll be able to tackle that in a future release.
Thanks so much for your feedback here. Is there anything else I can help out with? Please don’t hesitate to let me know.
Julie ??
SkyVerge