Forum Replies Created

Viewing 15 replies - 106 through 120 (of 384 total)
  • Website Rob

    (@website-rob)

    The problem is your site is using HTTP/3, which to my knowledge is still somewhat experimental. Another reason why Google asks for registration.

    Ask your Hoster to change it to HTTP/2 and problems should go away.

    Website Rob

    (@website-rob)

    Suggest you disable all plugins then reload the page (CTRL + F5) and search for the code I mentioned.

    If code is still there you know it’s the theme inserting the code and you’ll have to change themes.

    If code is not there enable plugins one-at-time reloading the page after each enable. Eventually you’ll find the plugin inserting the code.

    Website Rob

    (@website-rob)

    This is not a “fixing WordPress” problem but a highly specialized setup problem. Connecting to two different databases at the same time and working without problems is a very customized setup. You should seek the help of a qualified database person/agency who will guarantee a working setup within a specific time frame.

    Website Rob

    (@website-rob)

    line #109 of source code
    <script type='text/javascript' src='https://apis.google.com/js/api:client.js' id='google-api-js'></script>

    As the above code is what seems to be the problem, you should determine what is putting it there and why it is needed. If not needed then remove. If it is needed then you’ll probably have to register with Google to use the code.

    Website Rob

    (@website-rob)

    The URL in the address bar changes, but the site just reloads the current page.

    Is a Redirect Plugin of any kind being used or are manual changes being made to the .htaccess file? If the latter can you provide an example the Redirect logic being used?

    Website Rob

    (@website-rob)

    Yes, it is normal for any login page to be constantly tested for gaining access.

    Two plugins I can suggest to help with your current situation are:

    https://wordpress.org/plugins/blackhole-bad-bots/
    https://wordpress.org/plugins/limit-login-attempts-reloaded/

    Install and wait a few hours before seeing if any changes.

    Note, do not use IP blocking for countries in the .htaccess file unless you really know what you are doing. It can put a very large strain on the server and your site if not done correctly.

    Website Rob

    (@website-rob)

    At the moment no one give a decent reply because more detailed information is needed. Your post did not include looking at any error logs and that is where you will find what specific problems are occurring. Once that is known, suggestions can be made on what to do.

    Website Rob

    (@website-rob)

    Good to hear you were able to troubleshoot the problem and resolve the issue. Your follow up post as to what you did may help someone in the future with the same problem.

    Website Rob

    (@website-rob)

    What is probably happening is that the database is on a separate server and overloaded. So when you try to update anything (write) there will be a problem for you but loading the front-end (read) is OK. So either GoDaddy will get the problem fixed or you can ask them to move your database to another server. Explaining what the problem is and what you think is the cause. See if they will respond or at least verify there is a problem with a timeline for correcting.

    Mind you, the problem could also be with any one of your Plugins and you could disable them all then re-enable one-by-one to see what happens. Might be worth the effort as GoDaddy could also say the problem is with a Plugin. If they do and you’ve already done the testing, you force them to look into the problem further.

    Remember to document everything. Not only for your own records of what happened, when, and what you did (in case this happens again) but also to verify to anyone who asks. Troubleshooting and Documentation go hand-in-hand and part of website maintenance.

    Website Rob

    (@website-rob)

    This problem is best solved with the help of your Hoster. At this forum we cannot see enough information to give a good reply and no sense you providing information that we do not need to know.

    Website Rob

    (@website-rob)

    If front-end is loading at 73,000m and back-end at 75,000ms, then for you, your back-end is not loading all that slow. It’s all relative based on where someone is.

    Does it feel to you like one end is slower than the other?

    BTW, .map file will never load but then, they shouldn’t be there either. That’s a correction required usually in the Theme.

    Website Rob

    (@website-rob)

    And your front-end loads at ???

    BTW, 75,000ms is 1 min. 15 sec. If it takes that long then yes, that is extremely slow and hopefully the Browser Dev tools can tell you why.

    Website Rob

    (@website-rob)

    Not a problem connecting to GoDaddy but some of the hops in-between. So both GoDaddy & your ISP are correct when they say the connection problem is not with them.

    What does the Browser Dev tool say for page load, front-end compared to back-end?

    Website Rob

    (@website-rob)

    Yes, you need the database. If you have access to the Hosting Control Panel you could login and use phpMyAdmin to Export the database. Or perhaps if using cPanel, download a backup from the Backups area.

    Website Rob

    (@website-rob)

    Those are database error msgs. and should not be happening on a fresh install. Suggest your remove the current install, files & database, and reinstall everything.

Viewing 15 replies - 106 through 120 (of 384 total)