0 Day Analytics
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 User Documentation: User Guide Dashboard A centralised overview page providing at-a-glance status for all active plugin modules. Displays real-time widgets for Error Log, Fatal Errors, Cron Jobs, Transients, HTTP Requests, WP Mail, REST API, and Security — each showing key metrics and recent events. Toggle individual module widgets on or off. The Dashboard is the default landing page when clicking the main plugin menu item, giving administrators immediate visibility into site health and activity without navigating to each module separately. 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. Traffic Analytics Privacy-focused website traffic monitoring built directly into WordPress — no external services or third-party scripts. Tracks unique visitors, pageviews, top pages, referrers, and technology breakdown (devices, browsers, operating systems) with a visual SVG-based dashboard. Choose between server-side (PHP) or client-side (JavaScript) tracking. Includes real-time visitor count automatic period comparison, configurable data retention, and a high-performance file-based write buffer. Important: By default, Traffic Analytics uses server-side (PHP) tracking mode. This method is less accurate because it cannot distinguish bots from real visitors as effectively and may miss visitors served from full-page caches. If you need more precise analytics, switch to client-side (JavaScript) tracking in the module settings — this mode runs a lightweight script in the browser that provides significantly more accurate visitor detection and pageview counting. Security Monitor Real-time security event monitoring and threat detection for your WordPress site. Tracks brute-force login attempts, burst rate limiting (DoS protection), user enumeration attempts, and blocked requests. Displays a summary dashboard with total events, critical alerts, blocked requests, and active incidents over the last 7 days. Includes an Emergency Lockdown button to immediately restrict site access during an active attack. Events are logged with severity level, IP hash (privacy-preserving), attempt counts, and detailed request information. Login & Auth Audit Comprehensive authentication event logging that tracks all login activity on your site. Records successful logins, failed login attempts, session expirations, and password resets with full context — including user, IP hash, user agent, and timestamp. Displays summary statistics (total events, successful logins, failed logins, password resets) for the last 7 days. Supports filtering by event type and severity, search, and CSV export. 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). 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
Top keywords
- wordpress17×1.06%
- log13×0.81%
- php13×0.81%
- site10×0.62%
- admin9×0.56%
- custom9×0.56%
- error9×0.56%
- page9×0.56%
- table9×0.56%
- disable8×0.50%
- security8×0.50%
- api7×0.44%
Plausible Analytics
Plausible Analytics is a simple, lightweight and privacy-friendly WordPress analytics plugin and a Google Analytics alternative for WordPress. Understand your website stats, traffic, content and conversions with a clean analytics dashboard that doesn’t slow down your WordPress site or require complex setup. No cookies. No consent banners. Fully compliant with GDPR, CCPA and PECR. Live Demo. You need a subscription to Plausible Analytics to track your stats. There’s a free 30-day trial with no credit card required. We’re completely independent, self-funded, bootstrapped and debt-free. We’re not interested in raising funds or taking investment. We choose the subscription business model rather than surveillance capitalism. We’re operating a sustainable project funded solely by the fees that our subscribers pay us. Visit our website for full details. Why WordPress users choose Plausible Most analytics tools are complex, slow and difficult to use. Plausible is built to be simple, fast and easy to understand. “I use Plausible for traffic analytics. Privacy-friendly, no cookie banner needed, lightweight script that doesn’t slow down the page.” — Joost de Valk, founder of Yoast SEO “I really like the simplicity of the dashboard, not bloated with countless options and tabs. I know exactly where to look.” — Tomzur, co-founder of Kinsta Here are the main reasons that WordPress users love Plausible. Simple analytics dashboard for WordPress Get all your key metrics in a single, clear dashboard. See traffic, top pages, referrers and conversions at a glance without digging through multiple reports or menus. Check your traffic within your WordPress dashboard and get all essential insights on one page in one minute. Lightweight analytics that won’t slow your WordPress site Built for speed, Plausible adds almost no weight to your pages. Our script is at least 54 times smaller than Google Analytics. Your site stays fast, your visitors get a better experience, and your analytics won’t impact performance. More accurate analytics you can trust Get a clearer picture of your traffic, even when visitors use ad blockers or privacy tools. First-party tracking option helps bypass blockers No data sampling or estimation Count more real visitors compared to traditional analytics tools Features a real time dashboard, that’s actually real time Your stats reflect what’s actually happening on your site, not partial or distorted data. Read about our accuracy practices. WordPress analytics without cookies or consent banners Plausible comes with in-built privacy and compliance with various laws around the world such as GDPR, CCPA, etc. No cookies No personal data collection No persistent identifiers No cross-site or cross-device tracking Your site data is not used for any other purposes. All visitor data is exclusively processed with servers owned and operated by European companies and it never leaves the EU. You can track your traffic without showing cookie consent banners. Track events, content, marketing campaigns and revenue Understand how people use your site and what drives results. Track: Engagement and behavior — scroll depth, bounce rate and time on page Content performance — top pages, entry pages, authors, categories and taxonomies Events (no code needed) — outbound links, file downloads, form submissions, site searches, 404 pages and affiliate link clicks Marketing campaigns — analyze traffic from UTM-tagged campaigns across ads, email and social Custom events — define your own goals and conversions without writing code Revenue and funnels — track purchases, conversion rates and customer journeys Built-in WooCommerce and Easy Digital Downloads analytics Plausible provides automated WooCommerce and Easy Digital Downloads analytics solutions to track conversions, revenue and attribution. Track activities like adding to cart, removing from cart, entering checkout and completing a purchase Track revenue and conversions automatically View the full purchase funnel from product view to checkout Measure cart abandonment and drop-off points Understand which channels drive sales Shareable and client-friendly dashboards Your stats are private by default but can be shared. Public dashboards via custom links Private links with optional password protection Team access with user roles Open source and transparent Plausible is open source software. You can inspect and verify the code on GitHub. We’re an independent, bootstrapped company funded by our customers, not by advertising or data collection. Your data stays yours. If you’re happy to manage your own infrastructure, you can self-host Plausible too. Smooth transition from Google Analytics Switching from Google Analytics is simple and you won’t lose the insights that matter. Plausible gives you all the essential metrics in a clean, easy-to-use dashboard, including real-time traffic, top pages, referrers and campaign performance. No complicated configuration, no learning curve, just clear insights from day one. Import your historical stats from Google Analytics and learn how to get the most out of your Plausible experience. Built for WordPress Plausible fits naturally into how WordPress sites are built and managed: Works with any WordPress theme Compatible with caching and performance plugins Works with multilingual sites built with WPML, with each language domain on its own dashboard No need to edit theme files or use tag managers Simple setup with no coding required View your stats directly in your WordPress dashboard Google Analytics alternative for WordPress If you’re looking for a simpler and more privacy-friendly alternative, Plausible offers everything you need without the complexity. No overwhelming reports or menus No data sampling No complex configuration One intuitive dashboard No GDPR, CCPA, PECR, etc., compliance headaches Who is this for? Bloggers, publishers and content creators who want to understand which posts perform best, where traffic comes from, and how readers engage Businesses and marketers tracking conversions, campaigns, and growth across SEO, ads, email and social channels WooCommerce and digital store owners who want simple revenue tracking, funnels and insights into customer journeys Agencies and freelancers managing multiple WordPress sites and sharing clean, client-friendly dashboards Product teams and startups measuring user behavior, key events and conversion funnels without complex setup Privacy-conscious site owners who want analytics without cookies, personal data collection or consent banners Anyone switching from Google Analytics who wants a simpler, faster and more intuitive analytics experience Features Easy setup and integration Automatically includes tracking code in your site header Simple plugin settings page with onboarding guide Works with caching plugins and CDNs Proxy support to bypass ad blockers and improve stats accuracy Import your historical Google Analytics stats Our product is updated several times per week and with our WordPress plugin you always have access to all the latest features WordPress-specific tracking Automatically track post authors, categories and custom taxonomies for deeper content insights Enable Enhanced Measurements to track file downloads, outbound links, affiliate clicks, form submissions, site searches and 404 error pages automatically Track events without coding using CSS classes directly in the WordPress editor No JavaScript knowledge required — everything can be configured from the plugin settings Disable tracking for admin users or selected user roles Ecommerce and conversions WooCommerce and Easy Digital Downloads integration Revenue tracking Conversion tracking and funnels Campaign tracking with UTM parameters Integrate with Google Search Console for search queries data within Plausible dashboard Insights and reporting One-page dashboard with all key metrics View your Plausible stats directly in your WordPress dashboard (you can grant access to other user roles too) Email and Slack reports Traffic spike notifications Filter and segment by any metric For more information: How to setup Plausible Analytics WordPress plugin. Pricing Plausible Analytics is a subscription-based service. Free 30-day trial No credit card required No data selling or tracking We’re funded by our customers, not by collecting or selling personal data.