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

Simplified stompy mesh files, improved error handling, debounce, and cache busting #1

Merged
merged 2 commits into from
Jun 5, 2024

Conversation

vrtnis
Copy link
Contributor

@vrtnis vrtnis commented Jun 5, 2024

  • optimized Stompy's STL files (by 40%) for better performance
  • added error handling (try catch blocks) to prevent crashes and aid debugging
  • implemented debounce for resize events to reduce excessive calls, with logging for tracking
  • added cache busting by appending a version hash to XML file URLs (with full URL logging for better traceability)
  • verified it builds and loads similar to the previous version

vrtnis added 2 commits June 4, 2024 15:06
…ce, and cache busting

- Simplified the STL mesh files for Stompy to improve performance.
- Implemented debounce for resize events to prevent excessive calls and added logging for debounce execution.
- Added cache busting by appending a version string based on a hash to the URL for XML files and logged the full URL with the version string.
…ce, and cache busting

- Simplified the STL mesh files for Stompy to improve performance.
- Implemented debounce for resize events to prevent excessive calls and added logging for debounce execution.
- Added cache busting by appending a version string based on a hash to the URL for XML files and logged the full URL with the version string.
@Ke-Wang1017 Ke-Wang1017 merged commit af13859 into kscalelabs:master Jun 5, 2024
1 check failed
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

Successfully merging this pull request may close these issues.

2 participants