We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Every time you select any Tact template, it takes a very long time to load it
The wait itself can take more than 2-3 seconds, which can trigger a drain of user desire to explore templates.
Need to work on the problem and do maybe caching.
Perhaps we should stop using https://proxy.cors.sh now in preference to our own solution (including caching)
Each template performs two queries: contract.tact and content.md
contract.tact
content.md
And each of them takes quite a long time to load (~1.5 sec each), which adds up to an agonizing 3 seconds.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Every time you select any Tact template, it takes a very long time to load it
The wait itself can take more than 2-3 seconds, which can trigger a drain of user desire to explore templates.
Need to work on the problem and do maybe caching.
Perhaps we should stop using https://proxy.cors.sh now in preference to our own solution (including caching)
Each template performs two queries:
contract.tact
andcontent.md
And each of them takes quite a long time to load (~1.5 sec each), which adds up to an agonizing 3 seconds.
The text was updated successfully, but these errors were encountered: