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
엘리시아 홈페이지(elysia.land)에서 "총 자산 규모(TVL)"와 "실물자산 토큰"을 구하기 위해 사용하는 theGraph 요청이 너무 많아서, theGraph 비용이 크게 잡히고 있습니다.
실시간성이 중요하지 않은 데이터이므로, 1일 또는 1시간 단위로 요청해서 json 파일로 만들어두고, elysia에서는 해당 json 링크를 사용하는 방식으로 theGrpah query 요청 수를 줄입니다.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
문제
엘리시아 홈페이지(elysia.land)에서 "총 자산 규모(TVL)"와 "실물자산 토큰"을 구하기 위해 사용하는 theGraph 요청이 너무 많아서, theGraph 비용이 크게 잡히고 있습니다.
해결방법
실시간성이 중요하지 않은 데이터이므로, 1일 또는 1시간 단위로 요청해서 json 파일로 만들어두고, elysia에서는 해당 json 링크를 사용하는 방식으로 theGrpah query 요청 수를 줄입니다.
The text was updated successfully, but these errors were encountered: