You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On some pages, we have sequences of important requests that depend on previous requests. This delays page rendering. It would be best if we could reduce the number or length of these chains.
Please investigate these pages to see if there’s any commonality in the code which is resulting in these request chains. If so, optimize it to reduce their depth.
On some pages, we have sequences of important requests that depend on previous requests. This delays page rendering. It would be best if we could reduce the number or length of these chains.
One such page is https://aisafety.info/questions/6412/What-about-technological-unemployment-from-AI. Page Speed Insights shows that there are 4 chains here, with a maximum path latency of 1.4 seconds.
Some other such pages include:
https://aisafety.info/
https://aisafety.info/questions/9OGZ/
https://aisafety.info/chat/
https://aisafety.info/how-can-i-help
https://aisafety.info/questions/NLZQ/What-is-this-site-about
https://aisafety.info/questions/8E41/Will-AI-be-able-to-think-faster-than-humans
https://aisafety.info/questions/5611/Why-can%E2%80%99t-we-just-turn-the-AI-off-if-it-starts-to-misbehave
https://aisafety.info/questions/9TDI/Objections-and-responses
https://aisafety.info/categories/
Please investigate these pages to see if there’s any commonality in the code which is resulting in these request chains. If so, optimize it to reduce their depth.