Closed itsakt closed 7 years ago
@ngokevin you cool with me adding a link to the StackOverflow answer (and/or this issue) to https://aframe.io/docs/0.5.0/introduction/best-practices.html#performance (and/or the FAQ)?
Was fixed recently https://github.com/aframevr/aframe/pull/2686
awesome, thanks 👍
CODE: https://github.com/itsakt/aframe-react-test
App.js
Memory Usage This sample code contains five 360 degree images. ( ~600KB - ~1.8MB, 8192x4096 )
Initial memory usage: Google Chrome
Firefox Developer Edition
After switching through five images Google Chrome
Firefox Developer Edition
My actual project has 24 images
After switching through 24 images Google Chrome after 20 images (chrome tab crashed after that)
Firefox Developer Edition after 24 images.
EDIT: Memory usage also increases if I reload the page.