Title: Jetpack
Author: WordPress VIP Documentation
Published: September 30, 2020
Last modified: July 2, 2026

---

 1. [WordPress on VIP](https://docs.wpvip.com/wordpress-on-vip/)
 2. Jetpack

#  Jetpack

All WordPress sites are automatically provisioned with [Jetpack](https://jetpack.com/),
[Jetpack Akismet Anti-Spam](https://jetpack.com/upgrade/anti-spam/) (Akismet), and
a [Jetpack Complete plan](https://jetpack.com/features/comparison/). Versions of
Jetpack and Akismet are managed by the WPVIP Platform via [VIP MU plugins](https://docs.wpvip.com/vip-go-mu-plugins/).

Setting screens for Jetpack and Akismet can be accessed by selecting the navigation
menu item labeled “**Jetpack**” in a site’s WordPress Admin dashboard.

For information on available Jetpack actions, hooks, filters, and features and how
to use them, refer to the [Jetpack Developer Resources](https://developer.jetpack.com/).

## Features enabled by default

Features that are enabled by default when Jetpack is connected to a WPVIP site:

 * [Account Protection](https://jetpack.com/support/improve-your-wp-admin-password-security-with-account-protection/)
 * [Activity Log](https://jetpack.com/features/security/activity-log/)
 * [Jetpack AI Assistant](https://jetpack.com/ai/):
    - WPVIP customers can make up to 1,000 requests per site to the Jetpack AI Assistant.
    - The AI Assistant Block will display a warning while in edit mode if a site
      reaches this limit. If needed, customers can reach out to their account team
      to request an increase to this limit.
    - Since Jetpack v12.8, the Jetpack AI Assistant can be code-disabled. To code-
      disable the Jetpack AI Assistant block add the following filter setting to
      a file in `[/client-mu-plugins](https://docs.wpvip.com/wordpress-skeleton/client-mu-plugins-directory/)`:
      `
      add_filter( 'jetpack_ai_enabled', '__return_false' );`
 * [Jetpack Akismet Anti-spam](https://jetpack.com/upgrade/anti-spam/)
 * [Blocks](https://jetpack.com/support/jetpack-blocks/)
 * [JSON API](https://jetpack.com/support/json-api/)
 * [Notifications](https://jetpack.com/support/notifications/)
 * [WordPress.com Secure Sign On](https://jetpack.com/support/sso/)
 * [Site Verification Tools](https://jetpack.com/support/site-verification-tools/)
 * [Jetpack Stats](https://jetpack.com/support/jetpack-stats/)

## Incompatible features

The Jetpack Complete plan includes a large number and wide variety of Jetpack features.
Not all of the included Jetpack features are compatible with the WPVIP Platform 
because they are redundant to features that are already built-in.

Jetpack also offers “bundle plugins” (e.g. [Jetpack Boost](https://wordpress.org/plugins/jetpack-boost/)).
These plugins combine small groups of Jetpack features. One or more of these features
might be redundant if they are already included in the Jetpack Complete plan, or
if they duplicate a service built in to the WPVIP Platform.

Jetpack features that are identified as incompatible with the WPVIP Platform infrastructure:

 * [Brute Force Attack Protection](https://jetpack.com/support/protect/): Brute-
   force [protections are built into WPVIP’s infrastructure](https://docs.wpvip.com/security/)
   at the network level.
 * [Downtime Monitoring](https://jetpack.com/support/monitor/): Uptime Robot is 
   configured to monitor uptime for all launched sites on a production environment.
 * Image CDN: [WPVIP’s global network of edge cache servers](https://docs.wpvip.com/vip-platform/edge-cache/)
   already provides a CDN for files uploaded to the VIP File System and other static
   assets.
 * [Jetpack Scan](https://jetpack.com/support/scan/): Plugins with security vulnerabilities
   are identified by [Codebase Manager](https://docs.wpvip.com/codebase-manager/)
   and [reported in the VIP Dashboard Plugins panel](https://docs.wpvip.com/plugins-panel/).
 * [Optimize Critical CSS Loading](https://jetpack.com/support/jetpack-boost/using-the-optimize-css-loading-feature-in-jetpack-boost/):
   In order to reduce the number of requests that occur on a single page load, [enqueud JavaScript and CSS files are concatenated](https://docs.wpvip.com/vip-platform/file-concatenation-and-minification/)
   by default. CSS files are minified as well as concatenated.
 * [Plugin Management](https://jetpack.com/support/plugin-management/): Available
   version updates for a site’s plugins are displayed in the [Plugins panel in the VIP Dashboard](https://docs.wpvip.com/plugins-panel/).
   On WPVIP, [updates for plugins](https://docs.wpvip.com/version-updates-and-maintenance/)
   can only be made via GitHub version control.
 * [Site Accelerator](https://jetpack.com/support/site-accelerator/): All WordPress
   sites on the WPVIP Platform are provisioned with robust, built-in performance
   features such as [a built-in CDN](https://docs.wpvip.com/vip-platform/edge-cache/),
   [multiple caching layers](https://docs.wpvip.com/caching/), and auto-scaling.
 * [VaultPress Backup](https://jetpack.com/upgrade/backup/): Databases for WordPress
   environments are automatically backed up on a regular cadence. [Database Backups](https://docs.wpvip.com/vip-dashboard/backups/)
   and [Media Backups](https://docs.wpvip.com/media-backups/) can be accessed in
   the VIP Dashboard.

Last updated: July 02, 2026