I have a Deno Fresh app, it runs fine for the most part but there is an issue on load in a browser that hasn’t cached anything, clicking the about button doesn’t work on the first click but does on the second if you click another in between.

There is also an issue in my android phone where it stutters when scrolling down to the about section as the animation loads.

Any help would be amazing, the repo is here

  • mac@infosec.pubOP
    link
    fedilink
    arrow-up
    2
    ·
    2 months ago

    I looked at the waterfall and I realised I had some design images in there at 2500+ resolution that were taking 5s to load and that was interfering with the loading of the JS.

    Thanks, I’ll make sure to check this tab first before posting next time.