• Resolved delaitec

    (@delaitec)


    When I click a link, my site takes a while to start loading the page.
    Right now, as soon as I click the plugin does nothing.
    The plugin only starts displaying the loading screen when the link page opens.
    It should start loading the moment the link is clicked, not just when the new page opens.

    • This topic was modified 5 years, 6 months ago by delaitec.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @delaitec

    No exactly. The code that displays the loading screen and calculate the loading percentage comes in the next page. After click on a link the browser simple remove the all the page’s code and loads the new one. The code of the “Loading Page” plugin should be the first one in running in the new web page, however, if you check the HTML code on your website, you will see there is another plugin (or the theme active), that groups all javascript code in the page into an unique .js file (/site/s/e35d6e.js), and includes it in the footer of web page, after all tags are loaded:

    
    <script src="/site/s/e35d6e.js"></script></body>
    

    Best regards.

Viewing 1 replies (of 1 total)
  • The topic ‘The loading screen takes a long time to appear.’ is closed to new replies.