Website not working?

Hello, when I visit my website, the website sometimes won’t load. Neither on my computer, neither on my iPhone shortcut. What is the problem? Half of the time it loads perfectly, other half i’m just waiting…
Website: https://timmyweather.rf.gd/weatimmy.php?i=1&q=

Kind regards, Tim

seems to be working fine to me. but there are a lot of errors you might want to look at that could cause a problem:

7 Likes

I know. that is because i am using php include and it includes one file so that one file is retrieved by multiple php include commands in a single file.

I would still reccomend looking at those errors, because they could cause problems in the long run

With reguards to the page not showing, after several visits, I can’t replicate the bug.

do you get a specific error message? or is there any kind of pattern you can identify that might help explain it?

5 Likes

no, those errors have been for past 2 years and everything has been working perfectly fine. website loaded in 1 second, but last 2 days ive been waiting and waiting, not sure what for.

Appologies, In my line of work, errors like that would cause massive problems, so my gut instinct is to fix them asap. Because any error is a sign of an underlying problem.

Looking at the page, other than those errors, I can’t find anything wrong with your page. and nothing that would stop it from loading.

I reccomend putting some logging on your page (in the java script I’d think) and check your generated logs after a crash and see if that shows up anything

5 Likes

I checked your website and it seems to be working fine as far as I can tell.

Usually I would check the browser console to look for any errors that I might overlook, and there are a lot of those, but if you say that’s normal, it’s hard to see if there is an issue.

The page is loading pretty slowly for me too, but that’s because the page references the URL https://unpkg.com/leaflet/dist/leaflet.css, which appears to be down.

You might have more luck by replacing the URL with a different CDN, like cdnjs or jsdelivr.

4 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.