My website on loading sometimes shows weird symbols and characters - html

When I refresh the page again after I see this weird page my website loads normally. I want to understand why this is happening and how can I fix this? Here is the screenshot because my website does load sometimes normally.

Related

Sometimes Images not loading properly

Sometimes images are not loading properly in my website. Not completely. Lets say page includes 15 images. Two or three images not loading properly. Showing like this. When I refresh page, all images loading fine.
(Browser cache disabled)
The strange thing is this. If I inspect not loaded images using dev tools, get image url and paste it into new tab. Image is there!
I just want an idea why this is happening. Is this common issue? or bad host? long css file? or other issue?
This website contains more than 13,000 images stored in db.

Loading and unloading widget on wordpress site - possible css error?

I am developing a science wordpress website and I am having an issue with a widget. When I load the page the widget quickly loads and then disappears.
This only happens in Chrome and Firefox, and not Explorer for some reason.
It is EXTREMELY strange as this widget was working perfectly for a while, and after changing nothing it stopped. I have disabled all plugins and it still does not work. I even restored my website from a backup when it was for sure working -- still nothing.
A page of the website with the issue (just dummy content) is located here:
http://scientized.com/physics-astronomy/
As one can see it quickly loads the image slider:
Then unloads the image slider:
Any ideas?
EDIT: it appears the problem is intermittent. Please refresh a few times to replicate it if you don't see the error on the first load.

Firefox will load webpages once, but will not render page correctly when refreshed

I have created a site that seem's to work fine in Chrome, IE and Safari however in Firefox v 35.0.1 (on PC and Mac), pages will load fine the first time, but if a Ctrl-F5 refresh is done, the browser will only load parts of the page. I can't get it to reload the page again correctly unless I navigate away from the page and then navigate back to it.
Go here on Firefox 35.0.1 and try reloading the front-page (or any other page for that matter) with Ctrl-F5 a few times...
http://www.cygnusmusic.net
If you don't manage to create a broken page by refreshing it, I'd be keen to know about that too.
On re-loading firefox misses out images and styles in an inconsistent manner, or just displays a 'connection was reset' message over and over again until eventually it decides to part-load the page again. While Firefox is displaying a 'Connection was reset' message, other browsers still have no problem loading and re-loading the same pages.
If this is ultimately resolved as a server issue outside of answers to this question, then I will post any info I have regarding the solution as an answer here.
UPDATE
Here is a link to a video of this occurring on every page of the site, plus a broadband speedtest showing 60Mb+ download speeds...
http://youtu.be/EncGAZs9KAY
Yes, my computer is thrashing during this video, but the loading results are the same on PC's and Macs which are running properly too.

HTML - iPhone fails to load image

The PNG-pictures on my website www.forksandknives.tk load perfectly when you view the page on a computer, but somehow an iPhone fails to load the picture under the "contact" session properly. It is only showing half the picture. Why is this? I have tried reuploading the picture on the server, but still it doesn't help. Any comments are much appreciated.

Webpage stuck in loading in Chrome

My webpage gets stuck in loading in Chrome (the little spinning icon on the page tab, and the mouse cursor also stuck in loading version), but the odd thing is everything in the website displays fine. This doesn't happen in Firefox or IE.
Does anyone have any theory to what's causing it? Is it because some asset doesn't exist? For example:
<img src="pic.png">
But "pic.png" doesn't exist?
If that's the case how do I check the code to make sure all assets, including css/js/img/sound/video files all exist as linked from the document? My html file is huge, going line by line and checking would take forever.