Insights & Metrics
The Insights & Metrics panel, located in the application view of the VIP Dashboard, provides insights into the performance, health, and usage of an application.
Ready to get started with WordPress VIP? Contact us
Showing page 5 of 26
The Insights & Metrics panel, located in the application view of the VIP Dashboard, provides insights into the performance, health, and usage of an application.
Code that is committed to the deploying branch of a WordPress environment should contain all needed assets. On deploy, no additional building is done except for submodule includes. When using composer, for example, code should be committed to a branch only after running composer install
. An alternative to this is to set up a continuous integration and deployment (CI/CD) method.
Code deployments typically take up to 5 minutes to complete. The amount of time required to complete a code deployment can vary depending on:
By default, the post_status
of a query is set to publish
for anonymous users on the front end. It is not set in any WP_ADMIN context, including Ajax queries.
For most issues that occur when attempting to log in to the VIP Dashboard an informative error message will be returned. The error message will indicates a possible underlying cause for the issue.
Single Sign-On (SSO) for logging in to the VIP Dashboard can be configured for an organization as an optional—or enforced—authentication method.
The WordPress VIP Block Governance plugin provides the ability to limit the types of Gutenberg blocks that can be added to the block editor and the styles that can be applied to them. The rules applied for block and style options can also be defined by specific post types and/or user roles.
An environment indicator label will display by default on local development environments, and can be selectively enabled for non-production VIP Platform environments.
A custom TLS certificate that is generated by the customer must meet meet a specific set of requirements in order to be successfully installed.
A GitHub repository within the wpcomvip GitHub organization is created for every application and a branch is configured to deploy code to each of its environments. By default, application code is developed in an application’s provided wpcomvip GitHub repository and deployed via the Default Deployment method.