New Relic user access
Once the New Relic Integration has been activated for the production environment of an application, users can be granted access to the New Relic dashboard.
Ready to get started with WordPress VIP? Contact us
Showing page 8 of 26
Once the New Relic Integration has been activated for the production environment of an application, users can be granted access to the New Relic dashboard.
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.
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.