Skip to content
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

升级至 tsloader v2.0.5 之后, 加载 ts 脚本速度明显变慢. #14

Open
liu3656 opened this issue Nov 27, 2024 · 0 comments
Open

Comments

@liu3656
Copy link
Contributor

liu3656 commented Nov 27, 2024

最近我们将项目使用的 puerts 和 loader 版本都进行了更新. 更新后发现加载 ts 脚本的速度比之前慢了非常多.

使用的 Unity 版本: 6000.0.26f1
使用 Puerts 版本: v2.0.5 - Node.js 版本
以下三种测试方法都是使用同样的代码库, 唯一的区别是 Jsenv 是否使用 tsloader 进行读取/使用的版本不同.
消耗时间则是通过 unity profiler 进行统计.

不使用 tsloader, 预编译成 js 后, puerts 初始化时间为 5500 ms
image

使用 tsloader v 2.0.1, 直接读取 ts, puerts 初始化时间为 20176 ms
image

使用 tsloader v2.0.5 (看起来是有 bug), 直接读取 ts, puerts 初始化时间为 87504 ms
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant