{"id":299465,"date":"2026-06-14T21:00:48","date_gmt":"2026-06-14T21:00:48","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/lightify-all-in-one-cache-performance-optimizations-core-web-vitals-on-autopilot\/"},"modified":"2026-06-21T09:25:24","modified_gmt":"2026-06-21T09:25:24","slug":"lightify","status":"publish","type":"plugin","link":"https:\/\/pcd.wordpress.org\/plugins\/lightify\/","author":18158952,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.0.1","stable_tag":"1.0.1","tested":"7.0","requires":"5.0","requires_php":"7.4","requires_plugins":null,"header_name":"Lightify - All-in-One Cache & Performance Optimization & Core Web Vitals","header_author":"DaftPlug","header_description":"Lightweight performance helper for WordPress. Remove front-end bloat (emojis, dashicons, jQuery Migrate, oEmbed, XML-RPC, RSS), add resource hints (preconnect, DNS-prefetch), and lazy-load iframes \u2014 all from one simple settings page.","assets_banners_color":"","last_updated":"2026-06-21 09:25:24","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"https:\/\/daftplug.com\/lightify\/","header_author_uri":"https:\/\/daftplug.com\/","rating":0,"author_block_rating":0,"active_installs":0,"downloads":107,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","faq","changelog"],"tags":{"1.0.0":{"tag":"1.0.0","author":"daftplug","date":"2026-06-14 21:00:22"},"1.0.1":{"tag":"1.0.1","author":"daftplug","date":"2026-06-21 09:25:24"}},"upgrade_notice":[],"ratings":[],"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":3572232,"resolution":"128x128","location":"assets","locale":"","width":128,"height":128},"icon-256x256.png":{"filename":"icon-256x256.png","revision":3572232,"resolution":"256x256","location":"assets","locale":"","width":256,"height":256}},"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.0","1.0.1"],"block_files":[],"assets_screenshots":[],"screenshots":{"1":"The Lightify settings page with Caching, Core Web Vitals, Bloat Removal, Media, and Network Improvements options.","2":"The Core Web Vitals dashboard showing p75 values and rating breakdowns."}},"plugin_section":[],"plugin_tags":[146,187460,4884,1452,247],"plugin_category":[52,54],"plugin_contributors":[249719],"plugin_business_model":[],"class_list":["post-299465","plugin","type-plugin","status-publish","hentry","plugin_tags-cache","plugin_tags-core-web-vitals","plugin_tags-lazy-load","plugin_tags-optimize","plugin_tags-performance","plugin_category-performance","plugin_category-security-and-spam-protection","plugin_contributors-daftplug","plugin_committers-daftplug"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/lightify\/assets\/icon-128x128.png?rev=3572232","icon_2x":"https:\/\/ps.w.org\/lightify\/assets\/icon-256x256.png?rev=3572232","generated":false},"screenshots":[],"raw_content":"<!--section=description-->\n<p>Lightify is a lightweight, all-in-one performance helper for WordPress. It bundles a small set of safe, well-understood optimizations you can toggle from a single settings page \u2014 no external services, no minified code, and no edits to wp-config.php. Every feature ships off by default, so installing or updating changes nothing until you choose to enable it.<\/p>\n\n<h4>What it does<\/h4>\n\n<ul>\n<li><strong>Page Cache<\/strong> \u2013 Optionally serve a saved copy of pages to logged-out visitors so WordPress can skip rebuilding them on every request. The cache is stored in <code>wp-content\/cache\/lightify\/<\/code>, is cleared automatically whenever you publish or edit content, and can be cleared manually at any time. Logged-in users, commenters, and requests with query strings are never cached.<\/li>\n<li><strong>Core Web Vitals monitoring<\/strong> \u2013 Optionally measure real-visitor LCP, CLS, INP, FCP, and TTFB directly in the browser using the standard PerformanceObserver API, and view the 75th-percentile results and rating breakdown on the settings page. Measurements are stored on your own site only.<\/li>\n<li><strong>Bloat Removal<\/strong> \u2013 Optionally disable emojis, dashicons (front end), block editor CSS, jQuery Migrate, oEmbed discovery, XML-RPC, and RSS feeds.<\/li>\n<li><strong>Network Improvements<\/strong> \u2013 Add <code>preconnect<\/code> and <code>dns-prefetch<\/code> resource hints for the origins you specify, printed by WordPress in the document head.<\/li>\n<li><strong>Media<\/strong> \u2013 Add native <code>loading=\"lazy\"<\/code> to iframes in your post content.<\/li>\n<\/ul>\n\n<p>Every optimization is off or on by a simple checkbox and applies only where noted. If something looks off, just turn the relevant option back off.<\/p>\n\n<h3>External services<\/h3>\n\n<p>This plugin does not connect to, or transmit any data to, any external service. The page cache and Core Web Vitals monitoring both run entirely on your own WordPress installation; vitals data is stored only in your site's database.<\/p>\n\n<h3>Source Code<\/h3>\n\n<p>Lightify contains no minified, compiled, or obfuscated code. All PHP, CSS, JavaScript, and other source files shipped in the plugin are the original human-readable source and require no build step. The admin stylesheet (<code>assets\/css\/admin.css<\/code>) and the Core Web Vitals collector (<code>assets\/js\/vitals.js<\/code>) are enqueued directly in their readable form.<\/p>\n\n<!--section=faq-->\n<dl>\n<dt id=\"how%20does%20the%20page%20cache%20work%3F\"><h3>How does the page cache work?<\/h3><\/dt>\n<dd><p>When enabled, Lightify saves the rendered HTML of anonymous page views as plain files under <code>wp-content\/cache\/lightify\/<\/code> and serves them on later requests. It does not install an <code>advanced-cache.php<\/code> drop-in or modify <code>wp-config.php<\/code>, so it stays fully self-contained and reversible \u2014 turning the feature off (or clearing the cache) simply stops using the saved files. It is compatible with running alongside a server-level cache.<\/p><\/dd>\n<dt id=\"what%20is%20cached%2C%20and%20what%20is%20not%3F\"><h3>What is cached, and what is not?<\/h3><\/dt>\n<dd><p>Only safe requests are cached: GET requests with no query string from logged-out visitors that return a normal HTML page. Admin, AJAX, REST, cron, and XML-RPC requests, logged-in users, commenters, WooCommerce cart\/session visitors, and 404\/search\/feed\/preview\/password-protected pages are never cached.<\/p><\/dd>\n<dt id=\"does%20core%20web%20vitals%20monitoring%20send%20data%20anywhere%3F\"><h3>Does Core Web Vitals monitoring send data anywhere?<\/h3><\/dt>\n<dd><p>No. The measurement script is first-party (shipped with the plugin, no third-party library) and reports only to a REST endpoint on your own site. The data is stored in a single custom table on your database and is never transmitted to any external service.<\/p><\/dd>\n<dt id=\"will%20it%20break%20my%20site%3F\"><h3>Will it break my site?<\/h3><\/dt>\n<dd><p>Each feature is individually toggleable and uses standard WordPress hooks. If a setting causes an issue with your theme or another plugin, simply disable it.<\/p><\/dd>\n<dt id=\"where%20do%20the%20resource%20hints%20appear%3F\"><h3>Where do the resource hints appear?<\/h3><\/dt>\n<dd><p>Lightify adds your preconnect and dns-prefetch origins through the core <code>wp_resource_hints<\/code> filter, so WordPress prints them in the <code>&lt;head&gt;<\/code> of your pages.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.0.1<\/h4>\n\n<ul>\n<li>Added a safe, self-contained page cache with automatic and manual purging.<\/li>\n<li>Added real-visitor Core Web Vitals monitoring (LCP, CLS, INP, FCP, TTFB) with an on-page dashboard.<\/li>\n<li>Renamed the plugin to \"Lightify - All-in-One Cache &amp; Performance Optimization &amp; Core Web Vitals\".<\/li>\n<\/ul>\n\n<h4>1.0.0<\/h4>\n\n<ul>\n<li>Initial release.<\/li>\n<\/ul>","raw_excerpt":"All-in-one performance toolkit: page cache, front-end cleanup, resource hints, iframe lazy-load, and real-visitor Core Web Vitals monitoring.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/299465","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=299465"}],"author":[{"embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/daftplug"}],"wp:attachment":[{"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=299465"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=299465"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=299465"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=299465"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=299465"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=299465"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}