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
{{ message }}
This repository was archived by the owner on Feb 14, 2022. It is now read-only.
solved.ac chrome extension 잘 쓰고 있는 유저입니다. 좋은 프로그램 만들어주셔서 고마워요.
그런데, 문제 목록을 열 때마다 https://api.solved.ac/problem_level.php?id={id}에 너무 많은 요청을 보내고 있는 것 같습니다. 난이도가 하나씩 달리는게 눈에 보이는데요. (이건 미국이라 그럴 수 있습니다) https://api.solved.ac/problem_levels.php?ids={id1},{id2},...와 같은 API를 만들어 동시에 여러 id를 핸들하면 어떨까요? latency가 큰 환경에서 더 좋은 UX를 보여줄 수 있을 것 같습니다.
solved.ac chrome extension 잘 쓰고 있는 유저입니다. 좋은 프로그램 만들어주셔서 고마워요.
그런데, 문제 목록을 열 때마다
https://api.solved.ac/problem_level.php?id={id}에 너무 많은 요청을 보내고 있는 것 같습니다. 난이도가 하나씩 달리는게 눈에 보이는데요. (이건 미국이라 그럴 수 있습니다)https://api.solved.ac/problem_levels.php?ids={id1},{id2},...와 같은 API를 만들어 동시에 여러 id를 핸들하면 어떨까요? latency가 큰 환경에서 더 좋은 UX를 보여줄 수 있을 것 같습니다.