Why is my debut drop down menu responding slowly?

Hi all,

I got an issue regarding my debut drop down menu

it responses really slow when i open the website frontpage

when i click the button it doesn’t have any response

it takes a while for the drop down menu to show after the frontpage is fully loaded

my store: http://beinghere.shop

any ways to solve the problem to make it scroll down immediately when i click?

many thanks.

@beinghere
hi,

.mobile-nav--close .icon-hamburger {
    /* display: none; */
}

Add this code to theme.scss or css
Or remove the display:none property from the code.
It will work.
thank you.

Hi thanks for your reply.

i try to put it into the theme.css bottom

but still when i open the website and click on the menu button

it doesn’t have any response until after 40s the frontpage is fully loaded…

@beinghere
Its working properly.
Check out.

I checked and your site is loading very slow, it is the cause of everything being delayed until the site is finished loading.
Not just mobile dropdown, it’s everything with JS events. What apps have you installed recently, please disable it and check again.
Hope it helps!

@beinghere
hi,
I have checked your store. Your store loading time is large.
you have to optimize the site loading speed.
And the menu is properly working in phone view.
thank you.