Common tasks, step by step
Enable debug mode and check logs
Open Settings → Debug Settings (#/settings/debug). Turn Debug mode on. Adjust logging options if present. Click Save.
Reproduce the issue you're troubleshooting. If a log viewer is available in the panel, open it and filter or search for the error or message. Otherwise, check your server's debug.log (or path shown in the UI).
When done, turn Debug mode off and save. Optionally use Auto-clear settings so debug.log doesn't grow indefinitely.
Configure auto-clear for debug.log
Open Settings → Debug Settings (#/settings/debug). Find the Automatic Debug Log Clearing (or similar) card.
Enable Automatically clear debug.log when conditions are met. Set conditions: e.g. clear when file exceeds a size, when older than X days, or when debug is toggled off. Enable Create backup before clearing if you want to keep a copy.
Save. Clearing runs when conditions are met (or when you trigger it, if the UI offers a manual action).
Improve performance (caching and database)
Open Settings → Performance (#/settings/performance). Enable caching if available and save. Test the site to ensure pages and data look correct.
If Database optimization is available, run it (e.g. "Optimize" or "Clean up") according to the on-screen instructions. Back up the database first if recommended.
Re-check load times or key operations. Adjust or disable options if something regresses.
Enable a Labs feature
Open Settings → Fleek Labs (#/settings/labs). Read the description of the feature you want (e.g. AI Assistant early access, Fleek Docs).
Turn the toggle on for that feature. Click Save. The feature becomes available (e.g. new menu item or behavior).
Test in your environment. To disable, turn the toggle off and save.