[Webkit-unassigned] [Bug 198011] New: Website borken due to resources are not loading randomly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 17 21:31:37 PDT 2019


https://bugs.webkit.org/show_bug.cgi?id=198011

            Bug ID: 198011
           Summary: Website borken due to resources are not loading
                    randomly
           Product: WebKit
           Version: Safari 12
          Hardware: iPhone / iPad
                OS: iOS 12
            Status: NEW
          Severity: Blocker
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: auro.jothi at gmail.com

Created attachment 370183

  --> https://bugs.webkit.org/attachment.cgi?id=370183&action=review

Attached the network tab of resources requested

Mobile Safari (Iphone 6/S) IOS 12.1/2 not loading the Javascript resources randomly which causing page blank or breaking experience.

<html>
<head>

        <link rel="preload" as="script" href="https://assetsdomain.com/page/static/js/manifest.a66c8fde7b6182dfe95a.js">

        <link rel="preload" as="script" href="https://assetsdomain.com/page/static/js/vendor.common.f8305ddb267e1bcfafad.js">

        <link rel="preload" as="script" href="https://assetsdomain.com/page/static/js/core.vendor.fd42ddf2a6c3d1b93f85.js">

        <link rel="preload" as="script" href="https://assetsdomain.com/page/static/js/app.3742e0ebf54e73bc4c03.js">

      some third party script tags

</head>
<body>
   <dom>
   <third party Scripts>

   <script type="text/javascript" src="https://assetsdomain.com/page/static/js/manifest.a66c8fde7b6182dfe95a.js"></script>

    <script type="text/javascript" src="https://assetsdomain.com/page/static/js/vendor.common.f8305ddb267e1bcfafad.js"></script>

    <script type="text/javascript" src="https://assetsdomain.com/page/static/js/core.vendor.fd42ddf2a6c3d1b93f85.js"></script>

    <script type="text/javascript" src="https://assetsdomain.com/page/static/js/app.3742e0ebf54e73bc4c03.js"></script>
</body>
<html>

Sometimes all the above 4 Javascript are not loading / not seen any network request in the network tab itself. Sometimes it loads only partial requests 1 / 2 / 3 requests in the network tab which breaks the entire website. We had noticed this problem only on Safari IOS 12.1 / 2 as well. 

Attached the screenshot of the network request

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190518/45d9e626/attachment.html>


More information about the webkit-unassigned mailing list