• Resolved gemmanltd

    (@gemmanltd)


    Preloading posts found in sitemap: 97 out of 273 URLs preloaded

    its alwasys stuck .. preload hasn’t been fully done in the past 6 months.
    website is getting slow.
    please help

    thank you for the asisstance.

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

Viewing 15 replies - 1 through 15 (of 25 total)
  • Plugin Contributor Venkat Raj

    (@webulous)

    @gemmanltd Do you see any messages in php error log or debug.log files?

    You can turn on debugging by adding these lines to your wp-config.php file

    
    define('WP_DEBUG', true);
    define('WP_DEBUG_LOG', true);
    
    Thread Starter gemmanltd

    (@gemmanltd)

    hello thank you for replying.
    i apologize, i do not have much knowledge in this…

    can you please assist me to where i can find it.
    thank you

    Plugin Support vupdraft

    (@vupdraft)

    Log into your server via SSH or FTP.
    Edit the wp-config.php file using SSH or your FTP client.
    Near the bottom of the file you’ll see the following:
    define(‘WP_DEBUG’, false);
    Adjust that line to these three lines:
    define( ‘WP_DEBUG’, true );
    define( ‘WP_DEBUG_DISPLAY’, false );
    define( ‘WP_DEBUG_LOG’, true );
    It’s not recommended to change WP_DEBUG_DISPLAY to true. This is because any errors will then display on your live website. By enabling WP_DEBUG_LOG, you can view the same errors in your /wp-content/debug.log file.

    When an error is thrown in WordPress, it will write to a file titled debug.log. This file is located in your /wp-content/ directory. Open this file using SSH or your FTP client to view the debug report.

    Thread Starter gemmanltd

    (@gemmanltd)

    hi i login to the server
    and see
    FTP accounts and SSH Access.

    i clicked into both but can’t see the command you advise.
    thank you

    Plugin Contributor Venkat Raj

    (@webulous)

    @gemmanltd We are not talking about logging into your hosting account / cpanel.

    If you login to your server using ssh or use FTP to connect to you server, you’ll see a list of files (WordPress core files, your theme, plugins, etc) where you can find wp-config.php in the root directory and you can do necessary changes.

    Thread Starter gemmanltd

    (@gemmanltd)

    hi, i have finally found how to edit .
    however after i follow your step to change the 3 lines.
    this message pop up

    Unable to connect to backend.
    Access denied.
    HTTP error 403

    Thread Starter gemmanltd

    (@gemmanltd)

    and now my website is locked

    Plugin Contributor Venkat Raj

    (@webulous)

    Hi @gemmanltd

    If that happens when you edit the file and trying to save it, then your hosting provider denies that change. The change you made only enables debug logging and nothing else.

    Even if you have misspelled something and left semi colon at the end of the line, then it should only throw a syntax error. So please contact your hosting provider.

    Also, even though the website is locked you can still do ssh/ftp and undo your changes to see if that fixes the issue.

    Thread Starter gemmanltd

    (@gemmanltd)

    Hello Venkat,

    i apologize.. but i’m really struggle with above intruction.
    i downloaded a plugin call file manager to try to change.
    thats all i can do.

    i don’t know where to login and find all these files.
    it took me a whole weekend to find the plugin.

    i’m only an owner of the website . i do not know any IT languguage
    pleasa assit.
    thank you!

    Plugin Contributor Venkat Raj

    (@webulous)

    Hi @gemmanltd

    This article should help you with FTP without need to access the website.

    https://www.wpbeginner.com/beginners-guide/how-to-use-ftp-to-upload-files-to-wordpress-for-beginners/

    Let me know, if you need further help

    Thread Starter gemmanltd

    (@gemmanltd)

    hi i have downloaded the filezilla.

    i am up to the step it tell me to enter the host , user, password informaiton.

    i couldn’t find these info in the FTP account in my cPanel.
    please asssit

    Thread Starter gemmanltd

    (@gemmanltd)

    i would like to say thank you for your patient for guiding in advance..
    as it did took me approx 3 hours to get the above stage.

    thank you and continue for guidance,.\

    Plugin Contributor Venkat Raj

    (@webulous)

    Hi @gemmanltd

    Those details should have emailed to you when you signup for the hosting account.
    Usually, If you haven’t set it up,

    hostname => will be your domain name
    username => will be your username for hosting account
    password => will be your password for hosting account

    Are you sure your hosting uses cPanel? Then it should be available as per their website and demo site
    https://cpanel.net/products/cpanel-whm-features/

    If all the above fails, you could contact your hosting provider and ask for the FTP user account details

    Thread Starter gemmanltd

    (@gemmanltd)

    sorry i will need to get back later.
    i have just updated to wordpress 6.1 and the website is completely down.
    messagin showing

    there’s a critical error on website.

    i called my host, and they couldn’t help.
    i don’t know what to do next.

    Thread Starter gemmanltd

    (@gemmanltd)

    hi i got the website running again. deactivated all plugins and tried.

    the issue is the WP-Optimize Premium – Clean, Compress, Cache plugin
    the one i am trying to do preload etc.

    only plugin has issue.

    may i know whats my step next?

Viewing 15 replies - 1 through 15 (of 25 total)

The topic ‘Preload issue’ is closed to new replies.