Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:55:33 +08:00
commit b82cab49fc
60 changed files with 10317 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
# MemberInfo Performance Tip (2025.23)
Source: `help-portal-e821badae672480193d58608128f5bf7.md`.
## Purpose
Guidance to improve performance when using `MemberInfo` objects.
## Notes
- Use efficient access patterns to avoid unnecessary backend calls.
- Cache member info where possible when used repeatedly.