• Resolved Rodrigo

    (@rghedin)


    Hi!

    I understand that bilmur.min.js is a file related to Jetpack, but I can’t why it exists.

    Right now, I’m using only stats and VaultPress from Jetpack, and yet this file is loaded. Which wouldn’t be a problem if it didn’t add ~2 seconds to my site’s fully loaded time (it drops from ~2,4s to 0,3s when I block this JavaScript).

    I’m blocking it, btw, using a Content Security Police, which I guess isn’t ideal, but it was the only way to prevent it from loading. So, I’m kindly asking: is there another way to avoid loading?bilmur.min.js?when using Jetpack?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic ??

    That script is not added by the Jetpack plugin, it is part of your hosting plan. You can disable it by adding the following to a functionality plugin on your site:

    remove_action( 'wp_footer', 'wpcomsh_footer_rum_js' );
    remove_action( 'admin_footer', 'wpcomsh_footer_rum_js' );

    That should help!

    In the future, and since your site is hosted on WordPress.com, I would recommend that you contact the WordPress.com support team directly via this page; it should allow you to get help faster, since your WordPress.com plan comes with priority support, including Live Chat when available.

    Edit: I see now that you had asked the same question in the WordPress.com support forums, and already got a reply there. To avoid this, do not hesitate to contact the WordPress.com support team directly in the future!

    • This reply was modified 11 months, 3 weeks ago by Jeremy Herve.
    Thread Starter Rodrigo

    (@rghedin)

    Thanks, @jeherve

    Plugin Support Alin (a11n)

    (@alinclamba)

    We’re glad we could help, @rghedin.

    Given that, I’m going to mark this thread as resolved.

    Take care!±

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘What is bilmur.min.js used for?’ is closed to new replies.