-
Notifications
You must be signed in to change notification settings - Fork 211
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
每周一读(高质量文章/视频浏览记录) #49
Comments
|
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
1)监控:应用sri触发error,上报劫持内容
2)解决:脚本URL不加js后缀
preload/preconnect/prefetch
三者的用法V8
性能优化的两个tips1)函数对应的字节码不要超过60KB(超过则放弃优化),最好分解为多个小函数
2)JS值的存储形式,及相关 Smi/HeapObject 等对应的优化
object record
+declarative record
)The text was updated successfully, but these errors were encountered: