Hi @Shaheena_Sheikh ,I checked the above code and I think it is because of the synchronous request in http.open('HEAD', url, false); If this value is false, the send() method does not return until the response is received and this might be the case parsys stops loading. If possible could you please ...