> ## Documentation Index
> Fetch the complete documentation index at: https://help.noxity.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> Pick a PHP version, install Perl and PEAR modules, run AccelerateWP for WordPress performance, and trace slow PHP requests with X-Ray.

The Software section is where you control what runs your code: which PHP version, which extensions, which WordPress optimizations. Two of the most useful tools (Select PHP Version and AccelerateWP) come from CloudLinux, which is why they're more capable than what stock cPanel ships with.

<Frame caption="cPanel home → Software">
  <img src="https://mintlify.s3.us-west-1.amazonaws.com/noxity/images/cpanel/software/section-light.png" alt="Software section in cPanel home with all tool icons" className="block dark:hidden" />

  <img src="https://mintlify.s3.us-west-1.amazonaws.com/noxity/images/cpanel/software/section-dark.png" alt="Software section in cPanel home with all tool icons" className="hidden dark:block" />
</Frame>

## PHP

<CardGroup cols={2}>
  <Card title="Select PHP Version" icon="php" href="/web-hosting/cpanel/software/select-php-version/overview">
    Pick a PHP version, toggle extensions, and tune `php.ini` settings without SSH.
  </Card>

  <Card title="X-Ray App" icon="magnifying-glass-chart" href="/web-hosting/cpanel/software/php-xray">
    Profile slow PHP requests. Find out which function calls are eating your TTFB.
  </Card>
</CardGroup>

## WordPress and site speed

<CardGroup cols={2}>
  <Card title="AccelerateWP" icon="bolt" href="/web-hosting/cpanel/software/accelerate-wp/overview">
    CloudLinux's WP Rocket-style speed plugin. Page caching, JS/CSS minification, lazy loading, database cleanup.
  </Card>

  <Card title="Optimize Website" icon="gauge" href="/web-hosting/cpanel/software/optimize-website">
    Toggle Apache mod\_deflate compression. Use with care.
  </Card>
</CardGroup>

## Modules and packages

<CardGroup cols={2}>
  <Card title="PHP PEAR Packages" icon="cubes-stacked" href="/web-hosting/cpanel/software/pear-packages">
    Install PHP libraries from the PEAR repository.
  </Card>

  <Card title="Perl Modules" icon="gem" href="/web-hosting/cpanel/software/perl-modules">
    Install Perl modules from CPAN.
  </Card>
</CardGroup>

## Common starting points

<CardGroup cols={2}>
  <Card title="My WordPress is slow" icon="bolt" href="/web-hosting/cpanel/software/accelerate-wp/overview">
    Start AccelerateWP with the suggested defaults.
  </Card>

  <Card title="A plugin needs PHP 8.5" icon="php" href="/web-hosting/cpanel/software/select-php-version/overview">
    Switch the active PHP version in two clicks.
  </Card>

  <Card title="A page is taking 5+ seconds" icon="magnifying-glass-chart" href="/web-hosting/cpanel/software/php-xray">
    Trace a request with X-Ray and see which function is responsible.
  </Card>

  <Card title="Composer can't find an extension" icon="puzzle-piece" href="/web-hosting/cpanel/software/select-php-version/extensions">
    Toggle the extension on the Extensions tab.
  </Card>
</CardGroup>

## Need a hand?

<CardGroup cols={2}>
  <Card title="Open a ticket" icon="life-ring" href="https://members.noxity.io/submitticket.php">
    Best for anything that needs an account check or a config change on our end.
  </Card>

  <Card title="Live chat" icon="messages" href="https://noxity.io/contact">
    Faster for quick questions during business hours.
  </Card>
</CardGroup>
