Components

The Components page is accessed from Server Setup | Components.

 

The Components page provides a convenient way to view and configure the components installed in your environment.

 

The following components can be turned On/Off and configured as follows:

Component

Status

Comments

Zend Data Cache

On  - Activates the Data Cache: Scripts that include the Data Cache API can run.
Off
-  Disables the Data Cache: Scripts that include the Data Cache API cannot run.

This component stores information and therefore has an additional action for clearing information.

Zend Optimizer+

On - PHP is optimized.

Off - PHP is not optimized.

This component stores information and therefore has an additional action for clearing information.

Zend Java Bridge

On - The Java Bridge runs: Scripts containing the Java Bridge API can run.

Off - The Java Bridge stops running:  Scripts containing the Java Bridge API cannot run.

This component can be restarted.

Zend Debugger

On - Activates the Debugger for local and remote debugging with Zend Studio.

Off - Disables the Debugger and does not permit debugging from Zend Studio.

The Debugger requires that you enter a list of IP addresses to allow, deny or permit remote debugging through a firewall.

Zend Guard Loader

On - Scripts encoded with Zend Guard run.

Off - Scripts encoded with Zend Guard cannot run.

 

Zend Download Server

On - The specified file extensions can off-loaded to a separate server.

Off - All file downloads  are handled by the same Web server that runs the PHP.

This component is not relevant for Windows OS users.

Zend Monitor

On - Event information, as defined in Rule Management | Monitor, is collected and displayed in Monitor | Events.

Off - Disables the Monitor component: Event information is not collected.

 

Zend Page Cache

On  - Activates the page cache: URLs associated with caching rules are cached.
Off
-  Disables the page cache: URLs marked to be cached are not cached.

This component stores information and therefore has an additional action for clearing information.

Note:

For more information on adding additional components, see the Installation Guide.

The On/Off Status is used to configure your php.ini according to the components you want to load. If you intend to use functions related to a component in your code, verify that the extension is enabled and that the status is set to On.

 

Hovering the curser over the Information icon displays a brief component description.

 

 

 

Related Links

Related Links:

General Layout

Configuring Zend Server

Working with Extensions 

Data Cache

Optimizer+

Java Bridge

Debugger

Guard Loader