简体   繁体   English

在chrome和opera上加载网站,但在firefox和safari上部分加载

[英]Site loading on chrome and opera but partially loading on firefox and safari

I am facing this strange issue with one of my site 我正在与我的一个网站面对这个奇怪的问题

Please try opening the below link in firefox and chrome 请尝试在firefox和chrome中打开以下链接

http://www.substationdesign.com.au/substation-design http://www.substationdesign.com.au/substation-design

This is working all ok on chrome but not rendering properly on firefox. 这在chrome上工作正常,但在firefox上无法正确呈现。 Earlier it was working all ok in firefox as well. 之前它在firefox中也运行良好。

Please find the screenshots below for both the browsers 请在下面找到两个浏览器的屏幕截图 在此输入图像描述在此输入图像描述

Refer : http://web.archive.org/web/20140510214349/http://www.substationdesign.com.au/ 参考: http ://web.archive.org/web/20140510214349/http: //www.substationdesign.com.au/

Things I have tried 我尝试过的事情

  • Tested with older version of firefox not working 测试旧版本的Firefox无法正常工作
  • Tested with W3C validator online. 在线测试W3C验证器。 Is giving the similar issue as it is not able to render the page properly. 给出类似的问题,因为它无法正确呈现页面。 Where as the same site is validated in desktop application 在桌面应用程序中验证同一站点的位置
  • Tried removing all the js still getting the similar issue. 尝试删除所有j仍然得到类似的问题。 Not able to render the HTML 无法呈现HTML
  • Link Working all ok on Chrome and Opera but not on Firefox and Safari 链接在Chrome和Opera上运行正常,但在Firefox和Safari上没有

Any help much appreciated. 任何帮助非常感谢。

With the help of one my friend got this fixed. 在一个朋友的帮助下,我的朋友得到了解决。 The issue is kind of wierd, when I remove the code for Gzip it working fine. 这个问题有点奇怪,当我删除Gzip的代码时它运行正常。 I guess this is the issue with encoding. 我想这是编码的问题。 Google supports it but Firefox and safari don't. 谷歌支持它,但Firefox和Safari不支持。

I Comapared my code with my previous backup and checked what is wrong. 我用我以前的备份编写了代码并检查了什么是错误的。 Below is my code difference. 以下是我的代码差异。

https://www.diffchecker.com/xbr6lyvr https://www.diffchecker.com/xbr6lyvr

Firefox's console says Firefox的控制台说

The connection to ws://ins15.hotjar.com/api/v1/client/userdata was interrupted while the page was loading. 页面加载时,与ws://ins15.hotjar.com/api/v1/client/userdata的连接中断。

It may be a compatibility issue between phpwebsocket and different versions of FF. 它可能是phpwebsocket和不同版本的FF之间的兼容性问题。

This has been partially addressed before. 以前已经部分解决了这个问题。

Web socket not working in Firefox 12 Web套接字在Firefox 12中不起作用

EDIT: 编辑:

I used http://www.websocket.org/echo.html to test this out on Firefox after manually enabling WebSockets. 在手动启用WebSockets后,我使用http://www.websocket.org/echo.html在Firefox上测试了这一点。 Your site "works" but still won't load for me. 您的网站“有效”,但仍然无法为我加载。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 代码可在Chrome,Firefox和Safari中运行,但不能在IE或Opera中运行 - Code working in Chrome, Firefox and Safari but not in IE or Opera 删除Cookie(PHP,JS)可在Firefox,Safari,Opera中运行,但不能在Chrome中运行 - Delete cookie (PHP, JS) works in Firefox, Safari, Opera but not Chrome 会话变量在IE和Safari中工作,但不是Chrome,Opera或Firefox? - Session variable working in IE and Safari, but not Chrome, Opera or Firefox? WordPress Divi 主题页面未在 Chrome 和 FireFox 中加载 - WordPress Divi Theme page not loading in Chrome and FireFox jcarousel没有出现在Chrome,Safari,Opera中 - jcarousel not appearing in Chrome, Safari, Opera file_get_contents编码 - 使用Chrome和Safari,不使用Firefox,Opera,IE - file_get_contents encoding - working Chrome and Safari, not working Firefox, Opera, IE 这个 PHP 脚本在 Internet Explorer 和 Microsoft Edge 中不起作用,但在 Chrome/Firefox/Safari/Opera 中有效 - This PHP script doesn't work in Internet explorer and Microsoft Edge but works in Chrome/Firefox/Safari/Opera 如何将书签从浏览器(Firefox,Safari,Opera,Chrome)导入到您的应用程序中? - How to Import Bookmarks from Browsers (Firefox, Safari, Opera, Chrome) into your Application? 启用JavaScript的检查例程可在Chrome / Opera / IE上运行,但不能在Firefox / Safari上运行 - JavaScript-enabled checking routine works on Chrome/Opera/IE but not Firefox/Safari 我有用于通过ajax或jquery更新mysql的表,并且适用于firefox,opera,chrome和safari,但不适用于IE8 - I have table that i use to update mysql via ajax or jquery and works for firefox,opera,chrome and safari but not IE8
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM