You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our current architecture is taking a lot of time in loading and caching based on the machine and this is effecting our caching strategies with caches being invalidated and all in order to solve this problem out an over view of architectures are attached below
It is proposed that we will seperate the Metaverse-file import entirely from the React application while still keeping the react refresh in the vite.config we will remove the rollup.config from vite and will actually change it to an entirely new implementation called as Metaverse-Server. the Metaverse-server will be composed of the functionality of rollup in iteself and will provide the option to compile the modules using Just in time compilation mode. Using JIT will let each user have their own cache that will be invalidated in X hours of time.
The two functions which will be impacted by this are:
In this architectural change
No changes are required in Totum
No changes are required in React
Instead a simple branch out will happen when the index.mjs recieves the import request this is where the Just in Time compilation will happen.
The text was updated successfully, but these errors were encountered:
Our current architecture is taking a lot of time in loading and caching based on the machine and this is effecting our caching strategies with caches being invalidated and all in order to solve this problem out an over view of architectures are attached below
It is proposed that we will seperate the Metaverse-file import entirely from the React application while still keeping the react refresh in the vite.config we will remove the rollup.config from vite and will actually change it to an entirely new implementation called as Metaverse-Server. the Metaverse-server will be composed of the functionality of rollup in iteself and will provide the option to compile the modules using Just in time compilation mode. Using JIT will let each user have their own cache that will be invalidated in X hours of time.
The two functions which will be impacted by this are:
In this architectural change
index.mjs
recieves the import request this is where the Just in Time compilation will happen.The text was updated successfully, but these errors were encountered: