BACK TO DIRECTORY

CPT Meta Size Analyzer

by Hitesh Talpada

0.0
(0 ratings)

CPT Meta Size Analyzer is a simple yet powerful plugin that provides insights into your WordPress post meta and content sizes. It helps you monitor and analyze meta and content data for various post types including custom post types (CPT).

Key Features:

  • Meta Size Table: Displays total meta entries and their size (Bytes, KB, MB) for each selected post type.
  • Content Size Table: Displays total post entries and their content size.
  • Size Type Option: Choose between Bytes, KB, or MB as the default unit to display in post listings.
  • Per Post Meta Size: Adds a “Meta Size” column in post listings to show individual post meta size.
  • Post Type Selection: Enable/disable post types to include in analysis.
  • Cache Control: Clear cached data for fresh recalculation.
  • Filter for Post Statuses: Developers can customize which post statuses are included in size calculations using a filter.

Use Cases:

  • Detect unusually large meta data.
  • Analyze content storage usage.

Filters

cptmesia_content_size_post_statuses

This filter allows you to customize which post statuses are included in meta and content size calculations.
By default, the plugin includes ‘publish’ and ‘draft’.

Example: Add ‘private’ post status for calculation:

add_filter( 'cptmesia_content_size_post_statuses', function( $statuses ) {
    $statuses[] = 'private'; // Include private posts.
    return $statuses;
});

Screenshots

Meta Setting - Select units (Bytes, KB, MB) and enable/disable post types.

Meta Setting - Select units (Bytes, KB, MB) and enable/disable post types.

Sizes Table - View total meta and content sizes by post type.

Sizes Table - View total meta and content sizes by post type.

Meta Size Column in Post List - Individual post meta size with a 'View' button for detailed info.

Meta Size Column in Post List - Individual post meta size with a 'View' button for detailed info.

Meta List Modal -  Displays a modal window showing all meta keys and meta value for the selected post.

Meta List Modal - Displays a modal window showing all meta keys and meta value for the selected post.

Plugin Details

Active Installs
0
Total Downloads
604
Version
1.0.2
Requires WP
5.9
Requires PHP
7.2
Tested Up To
7.0.4
Added
2025-04-14
Last Updated
2026-08-08 6:18pm GMT

Ratings

5
0
4
0
3
0
2
0
1
0