Title: CliniQ DB
Author: Bilal Mahmood
Published: <strong>ಜುಲೈ 16, 2026</strong>
Last modified: ಜುಲೈ 16, 2026

---

ಪ್ಲಗಿನ್‌ಗಳನ್ನು ಹುಡುಕಿ

![](https://ps.w.org/cliniq-db/assets/banner-772x250.png?rev=3610784)

![](https://ps.w.org/cliniq-db/assets/icon-256x256.png?rev=3610784)

# CliniQ DB

 ‍[Bilal Mahmood](https://profiles.wordpress.org/bilalmahmooddev/) ಮೂಲಕ

[ಡೌನ್ಲೋಡ್](https://downloads.wordpress.org/plugin/cliniq-db.1.0.0.zip)

 * [ವಿವರಗಳು](https://kn.wordpress.org/plugins/cliniq-db/#description)
 * [‍ವಿಮರ್ಶೆಗಳು‍](https://kn.wordpress.org/plugins/cliniq-db/#reviews)
 *  [ಸ್ಥಾಪನೆ](https://kn.wordpress.org/plugins/cliniq-db/#installation)
 * [ಅಭಿವೃದ್ಧಿ](https://kn.wordpress.org/plugins/cliniq-db/#developers)

 [ಬೆಂಬಲ](https://wordpress.org/support/plugin/cliniq-db/)

## ವಿವರಣೆ

CliniQ DB scans your WordPress database and presents a plain-English health report—
including a letter grade, an issue list, and exactly what to do about each problem.

**Overview tab**

 * Letter grade (A–F) with a 0–100 score
 * Table count, total DB size, table overhead
 * Autoloaded options size, revision count, transient count
 * MySQL version, charset, WP DB version
 * Spam/trash comment count, orphaned postmeta count

**Tables tab**

 * Full list of all database tables sorted by size, overhead, or row count
 * Per-table: data size, index size, overhead, engine, collation
 * One-click Optimize button for tables with overhead

**Autoloaded Options tab**

 * Lists the top 150 autoloaded options by size
 * Per-option: name, size in bytes, percentage of total, value preview
 * Highlights options over 10 KB in amber, over 50 KB in red

**Cleanup tab**

 * Expired transients
 * Post revisions
 * Auto-draft posts
 * Spam comments
 * Trashed comments
 * Orphaned postmeta
 * Orphaned commentmeta

Each cleanup card shows the row count before cleaning and a confirmation message
after. All operations are permanent — back up your database first.

### Source Files & Build Process

The compiled JavaScript at `assets/build/index.js` is human-readable ES5 code that
uses WordPress’s bundled `wp.element` (React) directly — no minification or transpilation
is applied. The JSX source components in `assets/src/` are included for reference.

To compile from JSX source:

 1. Run `npm install` in the plugin folder.
 2. Run `npm run build`.

Build requirements: Node 18+, `@wordpress/scripts` ^26.

## ಸ್ಕ್ರೀನ್‌ಶಾಟ್‌ಗಳು

[[

[[

[[

[[

## ಸ್ಥಾಪನೆ

 1. Upload the `cliniq-db` folder to `/wp-content/plugins/`.
 2. Activate the plugin through the **Plugins** screen in WordPress.
 3. Navigate to **CliniQ DB** in the left admin menu.

## FAQ

### Is it safe to run the cleanup operations?

Yes. Every cleanup task only removes data WordPress no longer uses — expired transients,
deleted-post leftovers, spam and trash. Back up your database before running cleanup
on a production site as a precaution.

### Will this affect my site’s front end?

No. CliniQ DB is an admin-only tool. It does not output anything to the front end
and does not modify published content.

### How is the health score calculated?

Each detected issue reduces the score: critical issues subtract 30 points, warnings
subtract 15, and informational issues subtract 3. The letter grade maps to score
ranges: A (90–100), B (75–89), C (60–74), D (45–59), F (0–44).

### Does this work with Multisite?

The plugin scans the current site’s database tables. Full Multisite network-wide
support is not included in this version.

## ‍ವಿಮರ್ಶೆಗಳು‍

ಈ ಪ್ಲಗಿನ್‌ಗೆ ಯಾವುದೇ ವಿಮರ್ಶೆಗಳಿಲ್ಲ.

## ಕೊಡುಗೆದಾರರು & ಡೆವಲಪರ್‌ಗಳು

“CliniQ DB” ಓಪನ್ ಸೋರ್ಸ್ ಸಾಫ್ಟ್‌ವೇರ್ ಆಗಿದೆ. ಕೆಳಗಿನ ಜನರು ಈ ಪ್ಲಗಿನ್‌ಗೆ ಕೊಡುಗೆ ನೀಡಿದ್ದಾರೆ.

ಕೊಡುಗೆದಾರರು

 *   [ Bilal Mahmood ](https://profiles.wordpress.org/bilalmahmooddev/)
 *   [ bilalmahmood ](https://profiles.wordpress.org/bilalmahmood/)

[“CliniQ DB” ಅನ್ನು ನಿಮ್ಮ ಭಾಷೆಗೆ ಅನುವಾದಿಸಿ.](https://translate.wordpress.org/projects/wp-plugins/cliniq-db)

### ಅಭಿವೃದ್ಧಿಯಲ್ಲಿ ಆಸಕ್ತಿ ಇದೆಯೇ?

[ಕೋಡ್ ಬ್ರೌಸ್ ಮಾಡಿ](https://plugins.trac.wordpress.org/browser/cliniq-db/), [SVN ರೆಪೊಸಿಟರಿ](https://plugins.svn.wordpress.org/cliniq-db/)
ಪರಿಶೀಲಿಸಿ, ಅಥವಾ [ಅಭಿವೃದ್ಧಿ ಲಾಗ್](https://plugins.trac.wordpress.org/log/cliniq-db/)
ಗೆ [RSS](https://plugins.trac.wordpress.org/log/cliniq-db/?limit=100&mode=stop_on_copy&format=rss)
ಚಂದಾದಾರರಾಗಿ.

## Changelog

#### 1.0.0

Initial release.
 * Added translators comments to all i18n strings with placeholders.*
Fixed: esc_sql() applied to table name in OPTIMIZE TABLE query. * Updated Tested
up to: 7.0. * Added languages/ directory for future translations. * Added uninstall.
php to remove plugin data on deletion.

#### 1.0.0

Initial release.

## ಮೆಟಾ

 *  Version **1.0.0**
 *  ಕೊನೆಯದಾಗಿ ನವೀಕರಿಸಿದ್ದು **2 ದಿನಗಳು ರ ಮುನ್ನ**
 *  ಸಕ್ರಿಯ ಸ್ಥಾಪನೆಗಳು **10 ಕ್ಕಿಂತ ಕಡಿಮೆ**
 *  ವರ್ಡ್ಪ್ರೆಸ್ ಆವೃತ್ತಿ ** 6.3 ಅಥವಾ ಹೆಚ್ಚಿನದು **
 *  **7.0.2** ವರೆಗೆ ಪರೀಕ್ಷಿಸಲಾಗಿದೆ
 *  PHP ಆವೃತ್ತಿ ** 8.0 ಅಥವಾ ಹೆಚ್ಚಿನದು **
 *  Language
 * [English (US)](https://wordpress.org/plugins/cliniq-db/)
 * ಟ್ಯಾಗ್‌ಗಳು
 * [cleanup](https://kn.wordpress.org/plugins/tags/cleanup/)[database](https://kn.wordpress.org/plugins/tags/database/)
   [maintenance](https://kn.wordpress.org/plugins/tags/maintenance/)[optimizer](https://kn.wordpress.org/plugins/tags/optimizer/)
   [performance](https://kn.wordpress.org/plugins/tags/performance/)
 *  [ಸುಧಾರಿತ ನೋಟ](https://kn.wordpress.org/plugins/cliniq-db/advanced/)

## ರೇಟಿಂಗ್‌ಗಳು

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/cliniq-db/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/cliniq-db/reviews/)

## ಕೊಡುಗೆದಾರರು

 *   [ Bilal Mahmood ](https://profiles.wordpress.org/bilalmahmooddev/)
 *   [ bilalmahmood ](https://profiles.wordpress.org/bilalmahmood/)

## ಬೆಂಬಲ

ಹೇಳಲು ಏನಾದರೂ ಸಿಕ್ಕಿದೆಯೇ? ಸಹಾಯ ಬೇಕೇ?

 [ಬೆಂಬಲ ವೇದಿಕೆಯನ್ನು ವೀಕ್ಷಿಸಿ](https://wordpress.org/support/plugin/cliniq-db/)