I have a slideshow on my home page it takes about 5 seconds to load the first image on a mobile can anyone help with maybe a wait loading ?

Hi Arthur thanks for your assistance, no trying anything to make work, no mater what i do i am unable to get loading text to show until first slide appears 

$w.onReady(function ()
{
$w(‘#dataset1’).onReady( () =>
{
console.log(“Dataset is ready”);
})
$w(‘#gallery1’).show()
$w(‘#text43’).hide() //loading
})