Title: 0 Day Analytics
Author: Golemiq
Published: <strong>এপ্রিল 10, 2025</strong>
Last modified: এপ্রিল 6, 2026

---

প্লাগিন অনুসন্ধান

![](https://ps.w.org/0-day-analytics/assets/banner-772x250.png?rev=3442096)

![](https://ps.w.org/0-day-analytics/assets/icon.svg?rev=3316529)

# 0 Day Analytics

 তৈরি করেছেন [Golemiq](https://profiles.wordpress.org/awesomefootnotes/)

[Download](https://downloads.wordpress.org/plugin/0-day-analytics.5.0.0.zip)

[Live Preview](https://bn.wordpress.org/plugins/0-day-analytics/?preview=1)

 * [বিস্তারিত](https://bn.wordpress.org/plugins/0-day-analytics/#description)
 * [রিভিউ](https://bn.wordpress.org/plugins/0-day-analytics/#reviews)
 *  [ইন্সটলেশন](https://bn.wordpress.org/plugins/0-day-analytics/#installation)
 * [ডেভেলপমেন্ট](https://bn.wordpress.org/plugins/0-day-analytics/#developers)

 [Support](https://wordpress.org/support/plugin/0-day-analytics/)

## Description

**0 Day Analytics** is a comprehensive WordPress debugging and operational
 intelligence
plugin. It is purpose-built for developers and site administrators who need real-
time visibility into their PHP errors, scheduled tasks, database state, outgoing
emails, HTTP requests, hook behaviour, and overall site health — all from a single
admin interface.

Unlike general monitoring services, 0 Day Analytics runs entirely inside your
 WordPress
installation with no third-party data collection. Every module is opt-in and designed
with performance in mind.

**Plugin Website:** [0-day-analytics.com](https://0-day-analytics.com/0-day-analytics-wordpress-debugging-monitoring-toolkit/?src=readme)
**
User Documentation:** [User Guide](https://0-day-analytics.com/category/0-day-plugin/user-guide/?src=readme)

#### Error Log Manager

Read, search, filter, and manage your PHP/WordPress error log without leaving
 the
admin. Engineered for very large (GB-sized) logs using a reverse-line reader that
never performs a full-file read. Supports code-context viewing (click any error 
to see the surrounding source), per-severity filtering, log truncation, and download.
Optionally randomise the log filename to reduce exposure.

#### PHP Fatal Error Tracker

Captures and stores PHP fatal errors in a dedicated database table, it records PHP
errors even if the WP_DEBUG is turned off so they persist even after the log is 
rotated or overwritten. Each record includes
 error type, file, line, stack trace,
and timestamp — searchable and filterable directly in the admin.

#### Site Performance & Security Scanner

Runs 32+ automated checks across three categories — Security, Speed, and
 Resources
used — and presents a scored dashboard with actionable recommendations. Checks include:
PHP version, WordPress version, SSL certificate, debug mode exposure, file permissions,
database prefix, XML-RPC, login URL, active plugin count, autoloaded options, cron
health, page caching, object caching, gzip compression, lazy loading, image optimisation,
and more.

#### Google PageSpeed & Core Web Vitals

Analyse any URL directly from the WordPress admin using the Google PageSpeed
 Insights
API. Displays Performance, Accessibility, Best Practices, and SEO scores with Lighthouse
category breakdowns for both desktop and mobile. For that you need to provide your
own PageSpeed Google API key.

#### URL Tracker & Asset Analyser

Automatically tracks visited page URLs on your site. For each recorded URL,
 you
can collect all associated JS, CSS, and media assets (with file sizes), run a Google
PageSpeed analysis, and review visit counts — making it easy to audit page weight
and performance regressions over time.

#### Cron Manager

View, search, edit, manually run, and delete WordPress scheduled tasks. Shows
 next
run time (UTC), recurrence interval, arguments, and last execution status. Supports
bulk actions and advanced filtering.

#### Transients Manager

Browse, search, edit, and safely delete database transients. Displays expiry
 time,
serialised value (pretty-printed), and size. Bulk delete supports filtered selections.

#### Outgoing HTTP Requests Viewer

Logs all outgoing `wp_remote_*` calls made by WordPress core, themes, and
 plugins.
Records URL, method, status code, response time, triggering plugin, user, and full
request/response detail. Export to CSV for external analysis. Advanced filtering
by domain, plugin, status, and date range.

#### Mail Logger & Composer

Records every email sent through `wp_mail()` — including headers, body,
 attachments,
CC, and BCC — and stores it in a searchable log. View the rendered email body, resend
any logged email, or compose and send new emails directly from the admin. Supports
HTML and plain-text previews.

#### SMTP Configuration

Configure custom SMTP settings (host, port, encryption, username, password)
 with
a built-in test email tool. Optionally log SMTP debug output to the WordPress debug
log.

#### WP Hooks Monitor

Define which WordPress actions and filters (core or custom) you want to
 observe.
The Hooks Capture module records each invocation with its parameters, return value(
for filters), and a full stack backtrace. Organise monitoring rules into named groups,
enable/disable per hook, and review the captured output in a dedicated list view.

#### DB Table Manager

Browse, search, edit, and delete records across any table in your
 WordPress database—
including custom plugin tables. Displays table size, engine, collation, row count,
and schema information. Supports full and filtered truncation and table drop with
confirmation.

#### Server Info & System Status

Displays real-time server metrics (CPU load, memory usage, disk space,
 PHP version,
active extensions) as both admin-bar badges and a dashboard widget. Also provides
a detailed environment report useful for support tickets and deployment checks.

#### Plugin Version Switcher

Roll back or switch between any previously downloaded version of an installed
 plugin
without leaving the admin. Useful for quickly reverting after a bad update. Supports
only free plugins from the WordPress repo.

#### Code Snippets

Write, save, and execute custom PHP snippets from the admin. Snippets support
 shortcodes,
can be enabled/disabled individually, and are sandboxed before execution. Useful
for one-off data migrations, testing custom logic, or generating dynamic output 
without creating a custom plugin.

#### REST API Manager

A security and management tool that gives full visibility and control over
 every
registered REST API endpoint (`/wp-json/`). Inspect all registered routes, disable
individual endpoints, restrict HTTP methods, and hide routes from discovery responses.
Useful for hardening your site by removing unnecessary API surface area.

#### WP Panel

A centralised control panel for toggling WordPress core features and settings.
 
Enable or disable comments, revisions, auto-updates, XML-RPC, the REST API, emojis,
embeds, heartbeat behaviour, frontend asset loading, and more — all from a single,
organised admin page. No code changes or custom snippets required.

#### Recovery Mode

Generate single-use recovery links that can disable a specific plugin or
 trigger
a custom action — delivered via Slack, Telegram, or any configured webhook channel.
Designed for emergency recovery when the site is inaccessible through normal means.
The recovery URLs are sent in Slack and Telegram channels for security.

#### Other Features

 * Dark mode for all admin screens.
 * CSV export on all list views (requests, errors, mails, hooks, etc.).
 * Screen Options on every screen (configure columns, items per page).
 * WP CLI compatible scaffolding for background operations.
 * Multisite aware (note: recovery mode has core multisite limitations).

### Short Description

All-in-one WordPress debug & operations toolkit: error log manager, PHP fatal
 tracker,
cron & transient manager, mail logger, SMTP, outgoing requests viewer, DB table 
manager, site performance & security scanner, Google PageSpeed integration, URL 
tracker, WP hooks monitor, code snippets, and recovery mode.

### Requirements & Compatibility

 * WordPress 6.0+ (tested up to 6.9)
 * PHP 7.4+ (compatible with PHP 8.0, 8.1, 8.2, 8.3, 8.4, 8.5)
 * MySQL 5.7+ / MariaDB 10.3+
 * Not intended as a primary multisite recovery tool (see FAQ)

### Best Practices & Security Notes

 * Keep log files outside the webroot when possible, or restrict access via
    server
   rules (.htaccess / nginx) to prevent public exposure.
 * Use the built-in “Randomise Log Filename” feature when logs must stay in the
   
   webroot.
 * All plugin capabilities are restricted to `manage_options` (administrators)
    
   by default. The menu can optionally be restricted to admins only.
 * Sanitize and escape all output; nonces are enforced on all state-changing
    actions.
 * Secure SMTP credentials using TLS/STARTTLS; credentials are stored in the
    WordPress
   options table.
 * Set file permissions tightly (e.g., 600/640) and restrict ownership to the
    web
   server user.
 * Backup database and files before using bulk delete or table truncation.
 * Disable unused modules to reduce footprint and potential attack surface.
 * Disable or throttle high-frequency background polling on high-load sites.

### Usage Notes & Performance

 * The Error Log viewer reads the last N lines (default 100, max configurable
    via
   Screen Options) to avoid full-file reads on GB-sized logs.
 * No pagination on error logs by design — pagination would force repeated
    expensive
   full-file reads.
 * The PHP Fatal Error Tracker uses its own DB table; apply a retention policy
    
   in Settings to avoid unbounded growth.
 * The Hooks Capture module adds minimal overhead per captured hook invocation;
   
   disable capturing on production when not actively debugging.
 * The URL Tracker records page visits in a custom table; configure retention
    or
   pause tracking on high-traffic sites.

### Support & Notes

 * Secure log paths and consider randomising filenames in production.
 * Disable unused modules to reduce footprint and attack surface.
 * Recovery Mode has limitations on multisite — test before relying on it.
 * For bugs or feature requests, open an issue on the plugin page.

Live preview and full details:
 https://wordpress.org/plugins/0-day-analytics/

Plugin website and documentation:
 https://0-day-analytics.com

## Screenshots

 * [[
 * Error Log Manager — real-time PHP/WordPress error log with severity filters, 
   code-context viewer, and file operations (truncate, download).
 * [[
 * PHP Fatal Errors Tracker — dedicated view for PHP fatal errors and exceptions
   with stack traces, file references, and occurrence timestamps.
 * [[
 * Performance: Site Health — site-wide health scanner showing speed, SEO, security,
   and accessibility scores with actionable recommendations.
 * [[
 * Performance: PageSpeed — Google PageSpeed Insights integration with filmstrip
   timeline, FCP/LCP/TBT/CLS metrics, and per-page improvement tips.
 * [[
 * Performance: URL Tracker — monitor and benchmark individual URLs for load time,
   status, and PageSpeed score from a central list.
 * [[
 * Cron Job Manager — complete view of all WordPress scheduled events with next-
   run time, recurrence, arguments, and inline run/delete actions.
 * [[
 * Transients Manager — browse, search, inspect, edit, and bulk-delete all database
   transients with expiry countdown and pretty-printed values.
 * [[
 * Outgoing Requests Dashboard — analytics overview of all wp_remote_* calls: total
   count, success rate, top domains, and per-request timing detail.
 * [[
 * Mail Log Viewer — log of every email sent by WordPress with to/from, subject,
   size, HTML/text toggle, attachment flag, and success/fail status.
 * [[
 * Hooks Capture Log — live log of WordPress action and filter hook executions with
   hook name, priority, arguments captured, and output recorded.
 * [[
 * Hooks Management — configure which hooks to monitor: enable/disable capture, 
   set priority, filter by category, and add custom hook definitions.
 * [[
 * DB Table Viewer — browse any WordPress database table with full-text search, 
   sortable columns, bulk actions, and inline record editing.
 * [[
 * Server Status — real-time dashboard for CPU usage, memory consumption, and disk
   usage with system information (uptime, load average, WP version).
 * [[
 * Plugin Settings — Error Log options panel: enable WP_DEBUG, WP_DEBUG_LOG, randomise
   log filename, configure log path and display settings.
 * [[
 * Code Snippets — create, enable, disable, and delete custom PHP snippets that 
   execute on the site, with syntax highlighting and run-on selection.
 * [[
 * REST API Manager — inspect, disable, and control all registered WordPress REST
   API endpoints with method restrictions and route visibility management.
 * [[
 * WP Panel — centralised control panel for toggling WordPress core features: comments,
   revisions, auto-updates, XML-RPC, emojis, embeds, heartbeat, and more.

## Installation

 1. Place the `0-day-analytics` folder into `/wp-content/plugins/` (or install
     via
    the Plugins screen or WP CLI).
 2. Activate on the WordPress Plugins screen.
 3. Visit **0 Day** in the admin menu and configure settings.
 4. Enable only the modules you need to minimise footprint.
 5. Recommended: test on staging before enabling on production.

## FAQ

### Why only read the last N errors instead of the whole log?

Reading only the tail of the log avoids loading gigabytes of data into memory
 on
every page view. The number of lines to read is adjustable via Screen Options on
the Error Log screen.

### Why is there no pagination for the error log?

Pagination would require seeking to arbitrary byte offsets in potentially
 very 
large files on every page load. The tail-read approach is orders of magnitude faster
for the most common use case (seeing recent errors).

### How do I enable or disable error logging?

Go to **0 Day  Settings  Error Log** and toggle “WP Debug Log Enabled”.
 For best
results, test the setting on a staging environment first.

### Can I randomise my error log filename?

Yes. In **Settings  Error Log**, click “Generate WP Debug Log File Name”. A
 cryptographically
random filename will be written into `wp-config.php`, making the log URL unguessable
from the outside.

### Is this safe to run on a multisite installation?

Most modules work correctly on multisite. The Recovery Mode feature has known
 limitations
related to WordPress core multisite behaviour — use with caution and test on staging
first.

### Does the plugin send data to any external service?

No data is sent to any third-party service by the plugin itself. The Google
 PageSpeed
integration only fires when you explicitly click “Run PageSpeed Analysis” and requires
you to supply your own Google API key. Slack and Telegram are opt-in notification
channels for Recovery Mode.

### How do I use the Google PageSpeed integration?

Go to **Settings** and enter your Google PageSpeed Insights API key (free from
 
Google Cloud Console). You can then analyse any URL from **Performance  PageSpeed
or from the Performance  URLs tab.

### What does the Security Scanner check?

It runs 32+ automated checks including: PHP version currency, WordPress core
 version,
SSL certificate validity, WP_DEBUG exposure, file permissions, database table prefix
security, XML-RPC status, login URL predictability, autoloaded options size, active
plugin bloat, caching configuration, gzip compression, lazy loading, image optimisation,
cron health, and more. Each check is scored and colour-coded with a recommended 
action.

### How does the PHP Fatal Error Tracker differ from the Error Log?

The Error Log module reads your flat PHP error log file. The Fatal Error
 Tracker
stores fatal errors in a dedicated database table that persists across log rotations
and file truncations. Use both in combination: the log for real-time detail, the
tracker for long-term history. It will capture / store PHP errors even if WP_DEBUG
is disabled, this way you will always be aware if something is wrong.

### Can I capture and inspect specific WordPress hooks?

Yes. Go to **Hooks Monitor** and add a new monitoring rule specifying the hook
 
name (action or filter). From that point on, every invocation is recorded with its
arguments, return value, and full PHP backtrace. Rules can be grouped, toggled, 
and removed without any code changes.

### How do I use Code Snippets?

Go to **Snippets**, create a new snippet, write valid PHP, and save. You can
 run
it immediately, schedule it, or embed it as a shortcode. Snippets are sandboxed 
before execution — a safety check blocks known dangerous patterns. Use that feature
with caution – if malformed or bad code is provided, it can break the site. Always
test on non-production site first.

### Can I track which plugins make external HTTP calls?

Yes. The Outgoing Requests Viewer logs all `wp_remote_*` calls site-wide.
 Each 
record shows the requesting plugin, URL, HTTP method, response code, and response
time. This makes it easy to identify chatty plugins, unexpected external calls, 
or slow API responses.

### How do I recover a site that is throwing fatal errors and is inaccessible?

Use the Recovery Mode. Before the site breaks, generate a recovery link in
 **Settings
Recovery Mode** and deliver it to yourself via Slack, or Telegram. The link temporarily
disables all the plugins, except 0-day-analytics so you can investigate what went
wrong via a single-use token, allowing you to get back in.

## Reviews

![](https://secure.gravatar.com/avatar/677bbce15075df59399f0a58d9ecee8716e3b3894c1c49c83ae2e422de20d6ab?
s=60&d=retro&r=g)

### 󠀁[Perfect for testing and troubleshooting – error detection on the go](https://wordpress.org/support/topic/perfect-for-testing-and-troubleshooting-error-detection-on-the-go/)󠁿

 [Lucian Padureanu](https://profiles.wordpress.org/lucianwpwhite/) জুলাই 16, 2025

Very useful indispensable tool for testing and troubleshooting! It comes packed 
with cron, transient and error log management (including error notifications), this
can easily replace few other plugins which you might have installed due to it’s 
powerful tools… Congrats!

![](https://secure.gravatar.com/avatar/0b319e5a430668cd85c73d12e774dafd114740b58c4830f9f4396d2deae0623f?
s=60&d=retro&r=g)

### 󠀁[Amazing bundle plugin](https://wordpress.org/support/topic/amazing-bundle-plugin/)󠁿

 [eugenend](https://profiles.wordpress.org/eugenend/) জুন 18, 2025

Very interesting idea and good support!

 [ সব রিভিউ পড়ুন ](https://wordpress.org/support/plugin/0-day-analytics/reviews/)

## ডেভেলপার এবং কন্ট্রিবিউটর

“0 Day Analytics” is open source software. The following people have contributed
to this plugin.

কন্ট্রিবিউটর

 *   [ Golemiq ](https://profiles.wordpress.org/awesomefootnotes/)
 *   [ Stoil Dobreff ](https://profiles.wordpress.org/sdobreff/)

[Translate “0 Day Analytics” into your language.](https://translate.wordpress.org/projects/wp-plugins/0-day-analytics)

### ডেভেলপমেন্ট এ আগ্রহী?

[Browse the code](https://plugins.trac.wordpress.org/browser/0-day-analytics/), 
check out the [SVN repository](https://plugins.svn.wordpress.org/0-day-analytics/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/0-day-analytics/)
by [RSS](https://plugins.trac.wordpress.org/log/0-day-analytics/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 5.0.0

 * Bug fixes, code and mobile version improvements
 * REST API Manager module introduced — inspect all registered WordPress
    REST API
   endpoints, disable individual routes, restrict HTTP methods, and hide routes 
   from discovery responses.
 * WP Panel module introduced — centralised admin page for toggling WordPress
    core
   features (comments, revisions, auto-updates, XML-RPC, REST API, emojis, embeds,
   heartbeat, frontend assets, and more).
 * Plugin website launched at https://0-day-analytics.com with full user
    documentation.

#### 4.9.0

 * URL Tracker module introduced — automatically records visited page URLs with
   
   visit counts, asset collection (JS/CSS/media with file sizes), and Google PageSpeed
   integration per URL.
 * Performance page now includes a dedicated URLs tab with paginated list,
    bulk
   delete, and per-record asset/PageSpeed refresh actions.
 * Site Performance & Security Scanner: 32+ automated checks with scored
    dashboard(
   Security, Speed, Migration Readiness categories).
 * Google PageSpeed tab added to Performance page — analyse any URL for Core
    Web
   Vitals, mobile and desktop scores, and Lighthouse category results.
 * Code quality improvements and security hardening throughout.

#### 4.8.0

 * Mail module: better capture capabilities, CC/BCC fields for mail sending,
    option
   to resend a logged email.
 * Requests module: extended filtering, per-domain and per-plugin statistics,
    CSV
   export.
 * File Manager: ZIP archive creation and extraction support.
 * Code optimisations and refactoring.

#### 4.7.0

 * Hooks Monitor: bulk group assignment for monitoring rules. Bug fixes and
    code
   optimisations.

#### 4.6.0

 * Hooks Monitor: UI improvements and small styling fixes.

#### 4.5.2

 * Fixed hooks quick-action enable/disable. Fixed rendering of human-readable
    data
   when a core object is captured by ID only.

#### 4.5.1

 * Fixed settings save and debug log file name handling.

#### 4.5.0

 * Hooks Capture / Monitor module introduced. Bug fixes and code improvements.

#### 4.4.1

 * Small bug fixes and File Manager improvements.

#### 4.4.0

 * DB Table Manager gains record insertion capability.

#### 4.3.1

 * Fixed problem with saving a snippet for the first time.

#### 4.3.0

 * WordPress 6.9 compatibility. Performance tweaks. Code Snippets module added.

#### 4.2.1

 * Minor fixes and environment compatibility improvements.

#### 4.2.0

 * New filters and editor/file tools.

#### 4.1.1

 * Optimisations and bug fixes.

#### 4.1.0

 * Code optimisations and bug fixes.

#### 4.0.0

 * DB Table edit introduced. File editor (experimental) introduced. Multiple
    bug
   fixes and code optimisations.

#### Earlier versions

 * Progressive additions: mail logger, PHP fatal error table, cron and
    transient
   managers, CSV export, recovery mode, plugin version switcher, UI and dark-mode
   improvements.

## মেটা

 *  Version **5.0.0**
 *  শেষ আপডেট করা হয়েছে **5 দিন আগে**
 *  Active installations **50+**
 *  WordPress version ** 6.0 or higher **
 *  Tested up to **6.9.4**
 *  PHP version ** 7.4 or higher **
 *  Language
 * [English (US)](https://wordpress.org/plugins/0-day-analytics/)
 * ট্যাগ
 * [cron](https://bn.wordpress.org/plugins/tags/cron/)[debug](https://bn.wordpress.org/plugins/tags/debug/)
   [error log](https://bn.wordpress.org/plugins/tags/error-log/)[performance](https://bn.wordpress.org/plugins/tags/performance/)
   [transients](https://bn.wordpress.org/plugins/tags/transients/)
 * টি
 *  [এডভান্সড ভিউ](https://bn.wordpress.org/plugins/0-day-analytics/advanced/)

## Ratings

 ৫ স্টার এর মধ্যে 5।

 *  [  2টি 5-স্টার রিভিউ     ](https://wordpress.org/support/plugin/0-day-analytics/reviews/?filter=5)
 *  [  0টি 4-স্টার রিভিউ     ](https://wordpress.org/support/plugin/0-day-analytics/reviews/?filter=4)
 *  [  0টি 3-স্টার রিভিউ     ](https://wordpress.org/support/plugin/0-day-analytics/reviews/?filter=3)
 *  [  0টি 2-স্টার রিভিউ     ](https://wordpress.org/support/plugin/0-day-analytics/reviews/?filter=2)
 *  [  0টি 1-স্টার রিভিউ     ](https://wordpress.org/support/plugin/0-day-analytics/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/0-day-analytics/reviews/#new-post)

[সব রিভিউ দেখুন](https://wordpress.org/support/plugin/0-day-analytics/reviews/)

## কন্ট্রিবিউটর

 *   [ Golemiq ](https://profiles.wordpress.org/awesomefootnotes/)
 *   [ Stoil Dobreff ](https://profiles.wordpress.org/sdobreff/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/0-day-analytics/)