plugin-icon

CPT Meta Size Analyzer

제작자: Hitesh Talpada·
Analyze and display total size of post meta and content data for selected post types. Helps identify large meta or content data for optimization.
버전
1.0.1
최근 업데이트일
Jun 28, 2025
CPT Meta Size Analyzer

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; });
무료Business 요금제에서
설치하면 WordPress.com 서비스 약관서드파티 플러그인 약관에 동의하게 됩니다.
테스트된 버전
WordPress 6.7.4
이 플러그인은 다운로드할 수 있으며 에서 사용할 수 있습니다.