• Resolved sbing

    (@sbing)


    Many of my site pages are heavy with visualizer charts which I pull from AWS and creates a very slow page upload. Loading Page is a great solution except my Loading Page seems to be delayed before starting and then shows 100% right before closing. I am not a “coder” but I suspect I need to move the Loading Page to start sooner in the page loading process. Looking for where I can find the code and where I should move it to start sooner. Or another solution to the problem.

    Thanks in advance,
    Sbing

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @sbing,

    Actually, who decide when are loaded the plugin resources is the theme, and depends on place where is called the WordPress function: wp_head()

    Please, modify the code of your theme for calling this function sooner.

    Best regards.

    Thread Starter sbing

    (@sbing)

    Hi,
    Sorry to be a pain, but I have never worked with the Theme Functions code.
    I’m looking thru “Theme Functions” (functions.php) and can’t find wp_head(). I did find wp_head() in “Theme Header” (see below) but I’m not sure if this is what I need to move or where.

    <head>
    <meta charset=”<?php bloginfo( ‘charset’ ); ?>” />
    <meta http-equiv=”X-UA-Compatible” content=”IE=10″ />
    <link rel=”profile” href=”https://gmpg.org/xfn/11&#8243; />
    <link rel=”pingback” href=”<?php bloginfo( ‘pingback_url’ ); ?>” />
    <?php wp_head(); ?>
    </head>
    Regards,
    Sbing

    Plugin Author codepeople

    (@codepeople)

    Hello @sbing,

    Please, move the piece of code: <?php wp_head(); ?> just after the <head> tag.

    Best regards.

    I’m having the same issue. I’m looking at your page and it doesn’t look like you were able to resolve the issue with the solution provided here.
    f

    Plugin Author codepeople

    (@codepeople)

    Hello @francoisv,

    I’m working in an update of the plugin that will make the loading screen appears as soon as possible.,because, in the current version, if the webpage is loading many resources before the scripts of the plugin, the loading screen appears too late.

    Best regards.

    Plugin Author codepeople

    (@codepeople)

    Hello @francoisv,

    I’ve published the update of the plugin, please, let me know if the loading screen is displaying sooner.

    Best regards.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Trigger Loading Page earlier’ is closed to new replies.