Forum Replies Created

Viewing 1 replies (of 1 total)
  • Hi @apprimit

    Same I am facing, I have tested my site on different speed test websites all are saying simple-line-icon-time-issue.

    Consider using <link rel=preload> to prioritize fetching resources that are currently requested later in page load. Learn more.

    …imple-Line-Icons.woff2?v=2.4.0
    Potential Savings: 3660.00ms

    After finding more on this issue I found code to be added in your HTML.

    Declare preload links in your HTML to instruct the browser to download key resources as soon as possible.

    <head>

    <link rel=”preload” href=”styles.css” as=”style”>
    <link rel=”preload” href=”ui.js” as=”script”>

    </head>

    But I don’t know how and where to put this code. If anybody helps me it really worth it.

    Thanks

Viewing 1 replies (of 1 total)