Performance Tips
Optimize your knowledge base performance
Updated 1/21/2026
Performance Tips
Keep your knowledge base running fast with these optimizations.
Content Best Practices
Image Optimization
- Use WebP format when possible
- Compress images before uploading
- Use appropriate dimensions (don't upload 4K for thumbnails)
Article Length
- Very long articles may load slower
- Consider splitting into multiple pages
- Use lazy loading for images
Search Optimization
Keywords
Add relevant keywords to articles for better search:
---
title: My Article
keywords: [api, integration, setup]
---
Descriptions
Write clear descriptions - they're used in search results.
Browser Tips
- Use modern browsers (Chrome, Firefox, Safari)
- Keep browser updated
- Disable problematic extensions
API Performance
When using the API:
- Use pagination (don't fetch all at once)
- Cache responses when appropriate
- Use compression (
Accept-Encoding: gzip)
Monitoring
Check your analytics for:
- Slow-loading pages
- High bounce rates
- Search queries with no results