diff --git a/api-reference/graphql-api.mdx b/api-reference/graphql-api.mdx index 7284965..fafcfcf 100644 --- a/api-reference/graphql-api.mdx +++ b/api-reference/graphql-api.mdx @@ -1076,7 +1076,7 @@ Query complexity is calculated based on: The API implements adaptive caching with real-time blockchain data invalidation: - **Hot queries** (>5 hits): 1 hour cache -- **Recent data** (<24h): 5 min cache +- **Recent data** (<24h): 5 min cache - **Historical data**: 24 hour cache - **Aggregations**: 30 min cache - **Real-time invalidation**: Checks for new blockchain data every 60s @@ -1086,9 +1086,9 @@ Cache hit rate is typically >70% for historical queries. ## Performance **Expected Response Times:** -- Simple queries: <100ms p95 -- Complex queries: <1s p95 -- Aggregations: <2s p95 +- Simple queries: <100ms p95 +- Complex queries: <1s p95 +- Aggregations: <2s p95 **Concurrency:** - Handles 1000+ concurrent requests diff --git a/docs.json b/docs.json index 057cdba..efb7b66 100644 --- a/docs.json +++ b/docs.json @@ -28,7 +28,7 @@ "error-handling", "rate-limiting", "supported-protocols", - "faqs" + "faq" ] }, { diff --git a/faq.mdx b/faq.mdx index a9a55c1..6566554 100644 --- a/faq.mdx +++ b/faq.mdx @@ -122,7 +122,7 @@ description: "Frequently asked questions about SolixDB API" With our smart caching and connection pooling: - Historical queries: >70% cache hit rate - - Average query time: <100ms for cached queries + - Average query time: <100ms for cached queries - Supports 1000+ concurrent requests - Scales to 200 database connections diff --git a/mint.json b/mint.json index 023522e..3ba9153 100644 --- a/mint.json +++ b/mint.json @@ -54,13 +54,13 @@ ] } ], - "anchors": [ - { - "anchor": "GitHub", - "href": "https://github.com/SolixDB", - "icon": "github" - } - ], +"anchors": [ + { + "name": "GitHub", + "url": "https://github.com/SolixDB", + "icon": "github" + } +], "logo": { "light": "/logo/logo.png", "dark": "/logo/logo.png" diff --git a/rate-limiting.mdx b/rate-limiting.mdx index 5abe93f..4dbb3bf 100644 --- a/rate-limiting.mdx +++ b/rate-limiting.mdx @@ -195,7 +195,7 @@ const transactions = await getCachedData( The API implements adaptive caching: - Hot queries (>5 hits): 1 hour cache - - Recent data (<24h): 5 min cache + - Recent data (<24h): 5 min cache - Historical data: 24 hour cache - Aggregations: 30 min cache diff --git a/support.mdx b/support.mdx index 108d2db..b696beb 100644 --- a/support.mdx +++ b/support.mdx @@ -81,7 +81,7 @@ To help us help you faster, please include: |------|---------------| | Free | 24-48 hours | | x402 | 12-24 hours | -| Enterprise | <4 hours (business days) | +| Enterprise | <4 hours (business days) | Response times are estimates and may vary based on issue complexity and volume.