Okay
  Public Ticket #2703551
Audio preload
Closed

Comments

  • pere_ubu started the conversation

    Hello, 

    I discovered the audio files are slowing down the loading of my home page a lot. I would like only the audio's metadata to be preloaded, instead of the whole file. I saw the preload attribute is set to auto in the audio files : where can I change that to metadata ?

    Thank you !

  •  471
    Alex replied

    Hi, 

    Can you please offer more details? Are you talking about a particular page or Elementor widget? 

    Kind Regards,
    Alex

    New to WordPress? Don't want to deal with all the setup process? We can help you!
    Please check our list of additional services and let us know if there's anything we can do to help you!

    SmartWPress - Envato Elite Author


  • pere_ubu replied

    It's the payer called “swp_music_player” in html and “Slide Music Player” in dashboard's page constructor (I use WPBakery)

  •  471
    Alex replied

    Hi, 

    Thanks for details. The entire logic for the music player is implemented in slide/core/js/slide_swp.js

    The "preload" attribute is added automatically, when the audio tag is created from JavaScript part.

    So please edit the file above and add the following line of code:

    audio.preload = 'metadata';

    here:

    9660153954.png

    Please let me know how it works. If everything is ok, I will add this change for the next theme update. 

    Kind Regards,
    Alex

    New to WordPress? Don't want to deal with all the setup process? We can help you!
    Please check our list of additional services and let us know if there's anything we can do to help you!

    SmartWPress - Envato Elite Author


  • pere_ubu replied

    Worked like a charm (divided loading time by almost 3 !), thank you !

  •  471
    Alex replied

    No problem, thank you for noticing this! Let me know if you need more help from my side.

    Kind Regards,
    Alex

    New to WordPress? Don't want to deal with all the setup process? We can help you!
    Please check our list of additional services and let us know if there's anything we can do to help you!

    SmartWPress - Envato Elite Author