Skip to content

Reading Results

Learn how to interpret health check findings and understand what actions to take.

Health Checker Results View

Dark Mode Support

Health Checker fully supports Joomla's dark mode theme. All results are clearly readable in both light and dark modes.

Health Checker in Dark Mode

Result Structure

Each health check result includes:

Status Badge

  • 🔴 Critical: Requires immediate attention
  • 🟡 Warning: Should be addressed soon
  • 🟢 Good: Everything optimal

Check Information

  • Title: Name of the check
  • Category: Which category it belongs to (System, Security, etc.)
  • Provider: Who provides this check (usually "Core")
  • Description: Details about what was found

Action Buttons

Each check row may display action buttons on the right side:

  • Explore: Takes you to the relevant admin page where you can fix the issue. Only appears when an action is available for that check.
  • Docs: Opens documentation for this check in a new tab. Provides detailed explanations, troubleshooting steps, and best practices.

Understanding Status Levels

Critical (🔴)

What it means: Your site is broken, severely compromised, or at risk of immediate data loss.

Examples:

  • PHP version below minimum requirements
  • Database connection failure
  • Critical security vulnerability
  • Disk space critically low

What to do: Fix immediately. Your site may not function properly or could be at serious risk.

Warning (🟡)

What it means: Something should be addressed, but your site is still functional.

Examples:

  • Recommended PHP extensions missing
  • Suboptimal cache configuration
  • Non-critical updates available
  • Performance improvements needed

What to do: Plan to address these soon. While not urgent, warnings can lead to problems if ignored.

Good (🟢)

What it means: Everything is configured optimally for this check.

Examples:

  • PHP version is current
  • Required extensions installed
  • Security settings properly configured
  • Performance optimizations enabled

What to do: Nothing! This check passed successfully.

Reading Descriptions

Each result includes a description explaining:

  1. What was checked: What aspect of your site was examined
  2. What was found: The specific condition detected
  3. Why it matters: Implications for your site
  4. Recommended action: What you should do (for warnings/critical)

Example: Critical Result

🔴 Critical: PHP Version Below Minimum

Your site is running PHP 7.4.33, but Joomla 5 requires
PHP 8.1.0 or higher.

Why this matters: Your site may experience compatibility
issues, security vulnerabilities, and missing features.
Joomla 5 cannot function properly on PHP 7.4.

Recommended action: Contact your hosting provider to
upgrade to PHP 8.1 or later immediately.

Example: Warning Result

🟡 Warning: Page Cache Disabled

Page caching is currently disabled in Global Configuration.

Why this matters: Without caching, your site loads slower
for visitors, consumes more server resources, and may
struggle under high traffic.

Recommended action: Enable Conservative or Progressive
caching in System → Global Configuration → System.

Example: Good Result

🟢 Good: HTTPS Enabled

Your site is using HTTPS with a valid SSL certificate
and forced HTTPS is enabled.

Why this matters: HTTPS encrypts data between your site
and visitors, protecting sensitive information and
improving SEO rankings.

Grouping and Organization

Results are organized in several ways:

By Category

Results are grouped into 8+ categories:

  • System & Hosting
  • Database
  • Security
  • Users
  • Extensions
  • Performance
  • SEO
  • Content Quality

Use category filtering to focus on specific areas.

By Provider

If you have integration plugins installed (like Akeeba Backup), you'll see checks from multiple providers. Each check clearly shows its provider attribution.

By Status

Use the status filter to see:

  • All critical issues at once
  • Only warnings
  • Only good results
  • All checks together

Common Patterns

If you see several warnings in the same category, they may be related:

Example:

  • Warning: GZip compression disabled
  • Warning: Page cache disabled
  • Warning: Browser cache disabled

Pattern: Multiple performance optimizations are off Action: Review your Global Configuration → System settings

Progressive Warnings

Some issues escalate from warning to critical:

  • Warning: Disk space below 20%
  • Critical: Disk space below 5%

Address warnings before they become critical.

False Positives

Occasionally a check may flag something that's intentional:

Example: "Admin Tools not installed" shows as warning Reason: This is expected if you don't use Admin Tools

You can safely ignore warnings for features you don't need.

Taking Action

Priority Order

  1. Fix Critical Issues First: These affect site functionality
  2. Address Security Warnings: Protect against vulnerabilities
  3. Resolve Performance Warnings: Improve user experience
  4. Optimize Everything Else: Fine-tune remaining areas

When You're Unsure

If a result's description isn't clear:

  1. Check the Checks Reference for detailed explanations
  2. Search Joomla documentation for the specific feature
  3. Ask in Joomla forums or communities
  4. Consult with your hosting provider
  5. Hire a Joomla professional if needed

Re-Running After Fixes

After making changes:

  1. Click "Clear Results" to remove old results
  2. Click "Run Health Check" to get fresh results
  3. Verify the issue is resolved (status should improve)

Next Steps

Released under the GPL v2+ License