- oc.app is ruing faster then my website
https://odoc.app/
why is that - oc.app every time I visit it still there does not log me out
- oc.app It has metamask login
How to achive these two features in my app?
Openchat has its own subnet. Also to keep users logged in, you can change idleOptions in the wallet auth while creating instance on user logging in.
How to create my own subnet is there tutorial for this?
Ohh you can’t. You would need to make a proposal on nns app and demand it.
Other than this, you can check for different subnets and deploy your website on some specific subnet which has less number of canisters. Your website can be laggy because your canisters are deployed on a subnet which has already lots of canisters deployed in it.
The HTML returned on a page request uses a query call, which should be fast enough that the subnet in question is mostly irrelevant. Most likely the slow page experience is related to the frontend implementation itself.
I would recommend checking the performance - as in how many things are loaded and when - to analyze what’s actually slowing down the user experience of your website: Performance features reference | Chrome DevTools | Chrome for Developers