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%
W3 Total Cache
W3 Total Cache (W3TC) improves the SEO, Core Web Vitals and overall user experience of your site by increasing website performance and reducing load times by leveraging features like content delivery network (CDN) integration and the latest best practices. W3TC is the only web host agnostic Web Performance Optimization (WPO) framework for WordPress trusted by millions of publishers, web developers, and web hosts worldwide for more than a decade. It is the total performance solution for optimizing WordPress Websites. BENEFITS Improvements in search engine result page rankings, especially for mobile-friendly websites and sites that use SSL At least 10x improvement in overall site performance (Grade A in WebPagetest or significant Google PageSpeed improvements) when fully configured Improved conversion rates and “site performance” which affect your site’s rank on Google.com “Instant” repeat page views: browser caching Optimized progressive render: pages start rendering quickly and can be interacted with more quickly Reduced page load time: increased visitor time on site; visitors view more pages Improved web server performance; sustain high traffic periods Up to 80% bandwidth savings when you minify HTML, minify CSS and minify JS files. KEY FEATURES Compatible with shared hosting, virtual private / dedicated servers and dedicated servers / clusters Transparent content delivery network (CDN) management with Media Library, theme files and WordPress itself Mobile support: respective caching of pages by referrer or groups of user agents including theme switching for groups of referrers or user agents Accelerated Mobile Pages (AMP) support Secure Socket Layer (SSL/TLS) support Caching of (minified and compressed) pages and posts in memory or on disk or on (FSD) CDN (by user agent group) Caching of (minified and compressed) CSS and JavaScript in memory, on disk or on CDN Caching of feeds (site, categories, tags, comments, search results) in memory or on disk or on CDN Caching of search results pages (i.e., URIs with query string variables) in memory or on disk Caching of database objects in memory or on disk Caching of objects in memory or on disk Caching of fragments in memory or on disk Caching methods include local Disk, Redis, Memcached, APC, APCu, eAccelerator, XCache, and WinCache Minify CSS, Minify JavaScript and Minify HTML with granular control Minification of posts and pages and RSS feeds Minification of inline, embedded or 3rd party JavaScript with automated updates to assets Minification of inline, embedded or 3rd party CSS with automated updates to assets Defer non-critical CSS and JavaScript for rendering pages faster than ever before Defer offscreen images using Lazy Load to improve the user experience Browser caching using cache-control, future expire headers and entity tags (ETag) with “cache-busting” JavaScript grouping by template (home page, post page etc) with embed location control Non-blocking JavaScript embedding Import post attachments directly into the Media Library (and CDN) Leverage our multiple CDN integrations to optimize images WP-CLI support for cache purging, query string updating and more Various security features to help ensure website safety Caching statistics for performance insights of any enabled feature Extension framework for customization or extensibility for Cloudflare, WPML and much more Reverse proxy integration via Nginx or Varnish Image Converter extension provides modern image format conversion (e.g., WebP, AVIF) from common image formats (on upload and on demand) W3 Total Cache Pro Features With over a million active installs, W3 Total Cache is the most comprehensive WordPress caching plugin available and has robust premium features that help deliver an exceptional user experience. Full Site Delivery: Serve your entire site from a Content Delivery Network (CDN), ensuring faster load times worldwide. Fragment Cache: Optimize the caching of dynamic content while still improving performance. REST API Caching: Speed up your headless WordPress site by caching REST API calls. Eliminate Render-Blocking CSS: Ensure your CSS doesn’t hold up page loading, providing faster initial paint. Delay Scripts: Improve performance by delaying the loading of non-essential scripts until they are needed. Preload Requests: Boost page performance by preloading critical resources before they’re requested. Remove CSS/JS: Clean up unnecessary CSS and JavaScript files that slow down your pages. Lazy Load Google Maps: Load Google Maps only when it’s visible, reducing unnecessary requests. WPML Extension: Optimize performance on multilingual sites powered by WPML. Caching Statistics: Get detailed insights on cache usage and performance improvements. Purge Logs: Keep your site clean by automatically purging unnecessary cache logs. 30-Day Money-Back Guarantee Try W3 Total Cache Pro risk-free with our 30-day money-back guarantee. If you’re not satisfied, we will refund your purchase. PAGESPEED SCORE IMPROVEMENTS To help you understand the impact of individual features on your website’s performance, we’ve tested each feature separately to see its effect on Google PageSpeed scores. While optimal results come from configuring several different caching tools together, the following individual features also show significant improvements on their own: Remove Unused CSS/JS This feature removes CSS and JavaScript files that are not needed for the current page, reducing the load time. Added over 27 points to the Google PageSpeed score (Before: 57.2 / After: 86.7) Reduced the Potential Savings From Unused JavaScript from 127.5 KiB to 84 KiB View the test results Full Site Delivery Full Site Delivery optimizes the delivery of your entire site, enhancing the server response time. Added a 99% performance enhancement to the Average Server Response Time (Before: 3413 ms / After: 34 ms) View the test results Eliminate Render Blocking CSS This feature eliminates CSS that blocks the rendering of your page, speeding up the initial load time. Added over 17 points to the Google PageSpeed score (Before: 53.75 / After: 71) Reduced the Potential Savings From Render-Blocking Resources by over 94% (Before: 2432.5 ms / After: 125 ms) Improved the Largest Contentful Paint time by over 56% (Before: 7s / After: 3.04s) View the test results Delay Scripts Delay Scripts postpones the loading of certain scripts until they are needed, reducing initial load times. Added 14 points to the Google PageSpeed Performance score (Before: 54.25 / After: 68.5) Reduced the Time Third-Party Code Blocked The Main Thread For by 62% (Before: 825 ms / After: 197.5 ms) View the test results Rest API Caching This feature caches API responses, reducing server load and speeding up API interactions. Reduced the Average Server Load by 40% (Before: 0.62 / After: 0.37) Sped up API Responses by 84.5% (Before: 968ms / After: 150ms) Reduced the Average Server Load by 24% under during a major traffic spike (Before: 34.55 / After: 26.19) View the test results Modern Image Formats Converts images to modern formats like WebP or AVIF, which are more efficient and faster to load. Added over 9 points to the Google PageSpeed score (Before: 84.67 / After: 93.83) View the test results Lazy Load Google Maps Delays the loading of Google Maps until the user interacts with them, reducing initial load time. Added 10 points to the Google PageSpeed score (Before: 66 / After: 76) Reduced the Total Blocking Time Performance score by 72% (Before: 287.5 ms / After: 80 ms) View the test results Speed up your site tremendously, improve core web vitals and the overall user experience for your visitors without having to change your WordPress host, theme, plugins or your content production workflow. What users have to say: Read testimonials from W3TC users. Who do I thank for all of this? It’s quite difficult to recall all of the innovators that have shared their thoughts, code and experiences in the blogosphere over the years, but here are some names to get you started: Steve Souders Steve Clay Ryan Grove Nicholas Zakas Ryan Dean Andrei Zmievski George Schlossnagle Daniel Cowgill Rasmus Lerdorf Gopal Vijayaraghavan Bart Vanbraban mOo [villu164] (https://www.wordfence.com/threat-intel/vulnerabilities/researchers/villu164) Please reach out to all of these people and support their projects if you’re so inclined.