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

loading time is too long #118

Closed
YUE-8152 opened this issue Oct 26, 2022 · 3 comments
Closed

loading time is too long #118

YUE-8152 opened this issue Oct 26, 2022 · 3 comments
Labels
help wanted Extra attention is needed question Further information is requested

Comments

@YUE-8152
Copy link

Describe the bug
The file size exceeds 100M, and loading takes a long time. How can I reduce the loading time?

@YUE-8152 YUE-8152 added the bug Something isn't working label Oct 26, 2022
@create3000
Copy link
Owner

100MB are indeed very much. But there are a few thing you could do:

  • Use cloned nodes to reduce file size.
  • Use optimized geometry nodes like IndexedTriangleSet or TriangleSet in favor of IndexedFaceSet.
  • Configure your web server to serve Gzipped files, this would reduce download time.

See also:

@create3000
Copy link
Owner

If there is no communication in the next week on this channel, I will close this issue.

@create3000 create3000 added help wanted Extra attention is needed question Further information is requested and removed bug Something isn't working labels Dec 23, 2022
@create3000
Copy link
Owner

With the new release of today (v8.8.0), the X_ITE VRML and XML parsers are now up to 40% faster in parsing large models with lots of points, colors and normals.

If you have the chance, please give it a try.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants