I have a site which uses justified-gallery (http://miromannino.github.io/Justified-Gallery/). We've had reports from some Mac users that in Safari, some of the photos won't load. I've managed to replicate the issue as well:
When using the console, it shows:
Failed to load resource: The network connection was lost
Upon viewing the error'd image in a new tab, they load fine. These images aren't loaded in ajax or anything, they use a little bit of javascript to work out the best size photo and then load the image using JavaScript.
Here is a link to the page:
https://www.ephotozine.com/gallery
I haven't found anything that yet that points to a particular problem.
Related
i have a strange problem with a web page!and i can't see it in none of my browsers while all of my coworkers see it and work with it all well!
however if i use a vpn i can see it with no problem!
so i assume it is not my browser problem since i can see it contents with vpn
the strange part for me is that i can see title and html content but when it wants to fetch CSS and JS resources it gives (failed) net::ERR_CONNECTION_RESET!
i tried ping and trace rt and both of them was successful!
(and as i said i can see title of page and it first page that is a small page)
so i am not blocked by anything.
i also changed my internal network to something else and still it wouldn't loads up!i insert an image of what page is load in first place.
i don't know if it is relevant or not but the website is written with GWT
if anymore information is needed i be more than to happy too providing it.
i used firefox, chrome,edge,ie and none of them shows page!
i insert an image to show what is loaded
html page is loaded:the html page that is loaded and page content
resources that give error:the resources that fail to load
PS: sorry if cleared addresses out, i didn't know if it is right or not with the company to include them so i cleared them out.
My developer coded the home page coming soon template. before now it was working fine the site was loading up but now it keeps loading.
I have created a screen cast video to clear the issue and share entire page code.
Here is the link Screencast
In Portfolio you have two images (res.png and pizza.png). Loading both of them require 7800ms. Your whole request is nearly 8700ms. (in my current environment/using my network connection). Those two images are 90% of your loading time.
You also have two resources that are required but not there:
cp.png
ff.png
Both of them being in that Portfolio folder.
Loading time
Loading time for res.png
Loading time for pizza.png
Red lines are 404 http responses (Not Found).
I have a trouble with loading images on google chrome.
I am building a web site, i have built it in html.
When i run HTML file directly in browser it loads all files right away.
After splitting file into php files (to include header and footer and to load content on click) and moving to xampp for testing i have realized that images are not loading on google chrome every time.
I have tested HTML files via xampp, i get the same result, images are not loaded in chrome every time.
If i keep refreshing page, images load once, the next time some are loaded, some are not.
It works fine on Microsoft Edge and Mozilla Firefox.
Any solutions for this?
There is a simple asp.net page with all the resource stored locally. I use jq1.7.2 and bootstrap in this page.
All works fine but a wired png request.
When the page is loaded, I got this error message:
But I searched the whole project without finding any key words as transp_bg.png or api.cld.me.
With chrome debugging, I have the network request infomation as:
Where is this request from? And how could I delete it?
Page is loaded slowly as much time is wasted on requesting this png.
there are 2 too me known possibilities:
you have some tracking tool that is runing on the server it self.
That is a dynamic placeholder from some part of a framework.
But as the request takes long my gues its a trafic tracking tool.
Clean your browser cache "I recommend you use Firefox Web Developer"
Check for jquery have doubled or incompatibility issues with Bootstrap "for example old version of jquery"
Look be not getting an image URL as may be collecting information to the browser that that error. Download it.
If set photographic paper of the image is strange. Put the same icon image above
I have this game I wanted to integrate to my website as a competition for my members. I took a source code of github https://github.com/daleharvey/pacman.
I didn't mess with a code. It works fine on local machine, but when I put it to server It just keep saying it's loading (Not sure if it's allowed to post links so somebody remove it if it isn't allowed) http://puskice.org/assets/frontend/pacman/index.html
Important note is that server is behind Cloudflare so I was wondering if it could have something to do with it.
Application at link above sometimes works when you hit shift+f5 in chrome, and in firefox it mostly works as expected
I opened your site and it appears that your audio files are failing to load.
If you follow the pacman code through, then you'll notice that it displays a loading message (line 1056), and doesn't redraw until after at least one audio file has loaded (line 1082).
but your audio files are 404-ing, so the loaded function is never called.