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.
Ready to get started with WordPress VIP? Contact us
Showing page 8 of 26
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 provide the ability to identify database queries made by an application that take an unusually long time to execute — specifically, any query that takes 0.75s or longer. Slow queries should be optimized in order to improve database efficiency and overall responsiveness of an application.
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 assets for WordPress and Node.js environments are cached and served by VIP's edge cache servers.
A Node.js application must fulfill several requirements before it can run successfully on VIP’s infrastructure. The Node.js skeleton starter repository includes example applications that fulfill all of these requirements.
WP-CLI is a powerful and extensible way to interact with WordPress from the command line.
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.
WordPress environments on the VIP Platform are configured to route transactional email (e.g., password resets, user registration notifications) through WPVIP’s mail servers.
Every WordPress and Node.js application hosted on WordPress VIP is supplied with its own GitHub repository within the wpcomvip GitHub organization. The URL for the application’s GitHub repository is typically the wpcomvip GitHub URL followed by a slug version of the application’s name. For example, the repository URL for an application named “My New Application” will likely be:https://github.com/wpcomvip/my-new-application
The wp-parsely plugin is customizable and extensible in the WordPress Admin dashboard and by using PHP and JavaScript WordPress filters.