Skip to content

Step-by-step workflows

Common tasks, step by step

Enable debug mode and check logs

  1. Open SettingsDebug Settings (#/settings/debug). Turn Debug mode on. Adjust logging options if present. Click Save.

  2. 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).

  3. 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

  1. Open SettingsDebug Settings (#/settings/debug). Find the Automatic Debug Log Clearing (or similar) card.

  2. 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.

  3. Save. Clearing runs when conditions are met (or when you trigger it, if the UI offers a manual action).

Improve performance (caching and database)

  1. Open SettingsPerformance (#/settings/performance). Enable caching if available and save. Test the site to ensure pages and data look correct.

  2. 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.

  3. Re-check load times or key operations. Adjust or disable options if something regresses.

Enable a Labs feature

  1. Open SettingsFleek Labs (#/settings/labs). Read the description of the feature you want (e.g. AI Assistant early access, Fleek Docs).

  2. Turn the toggle on for that feature. Click Save. The feature becomes available (e.g. new menu item or behavior).

  3. Test in your environment. To disable, turn the toggle off and save.