Hi,
My school has had problems with network lag whilst using Python in replit. Students are typing code but nothing is appearing in the IDE or there is a lag, and usually a message saying ‘reconnecting’ in the bottom corner.
I checked out the dev tools and there are 2 issues,
- Audit usage of navigator.userAgent, navigator.appVersion, and navigator.platform
- Deprecated Feature Used. The Expect-CT header is deprecated and will be removed. Chrome requires Certificate Transparency for all publicly trusted certificates issued after April 30, 2018.
I don’t think either these issues are affecting performance. I also checked out a similar post on this forum and it was suggested to check a certain list of domains was unblocked which I have done. Any suggestions ?!
Thank you