Inefficient CFW code examples
Open
- Dominant language
- TypeScript
- Stars
- 52
- Forks
- 138
- PR merge metrics
- No merged PRs in 30d
Description
The CFW hosting guides contain code that calls `getMe` once per request. That's useless. It should only be called once per isolate creation, and optionally be skipped every time.
Reported in https://t.me/grammyjs/260693.
Contributor guide
Assessment
This issue has not been assessed yet.