Skip to content

Tag: tech-ref

Showing page 9 of 26

People

The People panel in the VIP Dashboard provides visibility into the people who have been invited to an organization, their assigned roles, and their authority to make decisions on behalf of the organization. To review the people associated with an organization, their role, and status, select one of the displayed tabs: Platform Access, Invitations, or Primary Contacts.

VIP Dashboard access

To access the VIP Dashboard, a user must receive and accept an invitation to an organization and have an Org role assigned to them for that organization.

Slow Query Logs

Slow query Logs provide the ability to identify queries made by an application that take an unusually long time to execute. 

Developing with GitHub Codespaces

As an alternative to the VIP Local Development Environment, WordPress application code can be developed within a GitHub Codespaces environment. WPVIP provides configuration (config) files that create Codespaces environments based on WPVIP’s infrastructure. The config files can be further customized for the Codespaces environment to have nearly identical settings as an individual application.

Static asset caching

Static assets for WordPress and Node.js environments are cached and served by VIP's edge cache servers.

WP-CLI with VIP-CLI

On VIP, WP-CLI commands must be run in the command line using the VIP-CLI `vip wp` command. VIP-CLI also includes a WP-CLI console mode that provides a terminal-like interface to a WordPress site.

Action Scheduler

Action Scheduler is a scalable, traceable job queue for background-processing large queues of tasks in WordPress. Because it is built to process many actions within one request, it can be more efficient than using individual WordPress Cron events (e.g. processing 100 WooCommerce subscription renewals with a single cron event, rather than running 100 individual cron events). On VIP, Action Scheduler is able to leverage VIP’s Cron infrastructure for even better performance.

Email

WordPress environments on the VIP Platform are configured to route transactional email (e.g., password resets, user registration notifications) through WPVIP’s mail servers.

GitHub repository

Every WordPress and Node.js application hosted on WordPress VIP is supplied with its own GitHub repository within the wpcomvip GitHub organization.