[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fEVmpZDD3j8r-FwZLwYQud2DwmMGwnxWje0uUyQ9U910":3},{"slug":4,"name":5,"version":6,"author":7,"author_profile":8,"description":9,"short_description":10,"active_installs":11,"downloaded":12,"rating":13,"num_ratings":13,"last_updated":14,"tested_up_to":15,"requires_at_least":16,"requires_php":17,"tags":18,"homepage":22,"download_link":23,"security_score":24,"vuln_count":13,"unpatched_count":13,"last_vuln_date":25,"fetched_at":26,"vulnerabilities":27,"developer":28,"crawl_stats":25,"alternatives":36,"analysis":147,"fingerprints":261},"render-faster","Render Faster","1.2.0","TAROSKY INC.","https:\u002F\u002Fprofiles.wordpress.org\u002Ftarosky\u002F","\u003Cp>This plugin optimize page rendering of WordPress theme.\u003C\u002Fp>\n\u003Ch4>Features\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Add \u003Ccode>loading=\"lazy\"\u003C\u002Fcode> or \u003Ccode>loading=\"eager\"\u003C\u002Fcode> with your images.\u003C\u002Fli>\n\u003Cli>Add \u003Ccode>defer\u003C\u002Fcode> or \u003Ccode>async\u003C\u002Fcode> attributes to your scripts.\u003C\u002Fli>\n\u003Cli>Add \u003Ccode>rel=\"preload\"\u003C\u002Fcode> to your stylesheets. Polyfill for old browsers is also available.\u003C\u002Fli>\n\u003Cli>Remove default script helper of embeds(twitter, instagram) and load one after user interaction.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>All of above are selectable and you can customize with white list.\u003C\u002Fp>\n\u003Ch4>Case 1. Image Loading\u003C\u002Fh4>\n\u003Cp>If you wish header logo(\u003Ccode>.custom-logo\u003C\u002Fcode>) and main post thumbnail(\u003Ccode>.post-feature-image\u003C\u002Fcode>) should be load faster because they are in first view.\u003C\u002Fp>\n\u003Cp>Just put \u003Ccode>custom-logo,post-feature-image\u003C\u002Fcode> at \u003Cstrong>High Priority\u003C\u002Fstrong> section in your setting screen.\u003C\u002Fp>\n\u003Ch4>Case 2. Stop Defer\u003C\u002Fh4>\n\u003Cp>Defering JavaScripts sometimes breaks your site.\u003Cbr \u002F>\nFor example, if a script requires just in time operation with inline script tag, it will fail.\u003C\u002Fp>\n\u003Cpre>\u003Cscript id=\"some-script-js\" src=\"somescript.js\" defer>\u003C\u002Fscript>\n\u003Cscript>\nnew SomeScript();\n\u003C\u002Fscript>\u003C\u002Fpre>\n\u003Cp>To avoid this, Add \u003Ccode>some-script\u003C\u002Fcode> handle name in \u003Cstrong>Deny Defer\u003C\u002Fstrong> section in your setting screen.\u003C\u002Fp>\n\u003Cp>Generally speaking, many JavaScripts loaded in your WordPress are issued by WordPress Core, plugins, themes, your custom code, and so on.\u003C\u002Fp>\n\u003Cp>To optimize JavaScript loading, try and error approaches works fine.\u003C\u002Fp>\n\u003Ch4>Case 3. Critical Stylesheet\u003C\u002Fh4>\n\u003Cpre>\u003Ccode>rel=\"preload\" attributes makes your stylesheets loaded asynchrounsely, but FOUC(Flush of Unstyled Content) happens.\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>To avoid this, include critical CSS to \u003Cstrong>Deny List\u003C\u002Fstrong> in your setting screen. Critical CSS are generally your theme’s main stylesheet.\u003C\u002Fp>\n","Render the page faster. Enhance your site's load page for Core Web Vital.",10,1156,0,"2021-08-02T11:25:00.000Z","5.7.15","5.5","5.6",[19,20,21],"optimization","speed","theme","https:\u002F\u002Fwordpress.org\u002Fplugins\u002Frender-faster\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Frender-faster.1.2.0.zip",85,null,"2026-03-15T15:16:48.613Z",[],{"slug":29,"display_name":7,"profile_url":8,"plugin_count":30,"total_installs":31,"avg_security_score":32,"avg_patch_time_days":33,"trust_score":34,"computed_at":35},"tarosky",12,680,96,30,91,"2026-04-04T21:21:38.646Z",[37,63,84,102,127],{"slug":38,"name":39,"version":40,"author":41,"author_profile":42,"description":43,"short_description":44,"active_installs":45,"downloaded":46,"rating":47,"num_ratings":48,"last_updated":49,"tested_up_to":50,"requires_at_least":17,"requires_php":51,"tags":52,"homepage":58,"download_link":59,"security_score":60,"vuln_count":61,"unpatched_count":13,"last_vuln_date":62,"fetched_at":26},"fast-velocity-minify","Fast Velocity Minify","3.5.4","Raul P.","https:\u002F\u002Fprofiles.wordpress.org\u002Falignak\u002F","\u003Cp>HTML, CSS & JS optimization plugin for developers and advanced users. Note you need to look into the HELP tab after installing the plugin and manually configure it for your site. Each site is different, so the default recommendations may or may not work for you and you will need to test and find out how to adjust your settings.\u003C\u002Fp>\n\u003Cp>Minification is done on the frontend during the first uncached request. Once the first request is processed, any other pages that require the same set of CSS and JS files will be able to reuse the same generated static CSS or JS file.\u003C\u002Fp>\n\u003Cp>If your cache is growing significantly, this could mean one of your CSS or JS files is dynamic and changes on every pageview. In that case, you would need to add the file to the ignore list, else the cache would grow indefinitely (because obviously the original files themselves are dynamic and when you minify, the plugin sees a different file).\u003C\u002Fp>\n\u003Cp>Kindly read the HELP section after installing the plugin, about possible issues and how to solve them.\u003C\u002Fp>\n\u003Ch4>Additional Optimization\u003C\u002Fh4>\n\u003Cp>I can offer you additional \u003Ccode>custom made\u003C\u002Fcode> optimization on top of this plugin. If you would like to hire me, please visit my profile links for further information.\u003C\u002Fp>\n\u003Ch4>WP-CLI Commands\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Purge all caches: \u003Ccode>wp fvm purge\u003C\u002Fcode>\u003C\u002Fli>\n\u003Cli>Purge all caches on a network site: \u003Ccode>wp --url=blog.example.com fvm purge\u003C\u002Fcode>\u003C\u002Fli>\n\u003Cli>Purge all caches on the entire network (linux): \u003Ccode>wp site list --field=url | xargs -n1 -I % wp --url=% fvm purge\u003C\u002Fcode>\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>How to customize the cache path ?\u003C\u002Fh4>\n\u003Cp>You need a public directory to store and serve minified cache files. If you need to customize the path and url, you need to edit your \u003Ccode>wp-config.php\u003C\u002Fcode> and add both \u003Ccode>define('FVM_CACHE_DIR', '\u002Fabsolute\u002Fpath\u002Fto\u002Fexample.com\u002Fyour\u002Fpublic\u002Fdirectory');\u003C\u002Fcode> and \u003Ccode>define('FVM_CACHE_URL', 'https:\u002F\u002Fexample.com\u002Fyour\u002Fpublic\u002Fdirectory');\u003C\u002Fcode> .\u003C\u002Fp>\n","Maximize GTmetrix, PageSpeed and enhance Web Vitals by minifying CSS\u002FJS, lazy loading scripts, optimizing images, and improving load speed overall.",40000,3514771,92,194,"2025-11-04T02:41:00.000Z","6.8.5","7.2",[53,54,55,56,57],"gtmetrix","lighthouse","pagespeed","speed-optimization","web-vitals","https:\u002F\u002Ffastvelocity.com","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Ffast-velocity-minify.3.5.4.zip",98,2,"2025-10-24 18:28:09",{"slug":64,"name":65,"version":66,"author":67,"author_profile":68,"description":69,"short_description":70,"active_installs":71,"downloaded":72,"rating":60,"num_ratings":73,"last_updated":74,"tested_up_to":75,"requires_at_least":76,"requires_php":17,"tags":77,"homepage":81,"download_link":82,"security_score":83,"vuln_count":13,"unpatched_count":13,"last_vuln_date":25,"fetched_at":26},"flying-pages","Flying Pages: Preload Pages for Faster Navigation & Improved User Experience","2.4.7","Gijo Varghese","https:\u002F\u002Fprofiles.wordpress.org\u002Fgijo\u002F","\u003Cp>Flying Pages preload pages before the user click on it, making them load instantly\u003C\u002Fp>\n\u003Ch3>How it Works?\u003C\u002Fh3>\n\u003Cp>Flying Pages injects a tiny JavaScript code (1KB gzipped), waits until the browser becomes idle. Then it detects pages in the viewport and on mouse hover and preloads them.\u003C\u002Fp>\n\u003Cp>Flying Pages is intelligent to make sure preloading doesn’t crash your server or make it slow.\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\n\u003Cp>\u003Cstrong>Preload pages in the viewport\u003C\u002Fstrong> – Detect links within the viewport (current viewing area) using ‘Intersection Observer’ and tells the browser to preload them using ‘prefetch’, switch to xhr if not available (similar to \u003Ca href=\"https:\u002F\u002Fgithub.com\u002FGoogleChromeLabs\u002Fquicklink\" rel=\"nofollow ugc\">Quicklink\u003C\u002Fa>).\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Cstrong>Preload pages on mouse hover\u003C\u002Fstrong> – On hovering links, if it’s not preloaded yet using above ‘viewport’, then Flying Pages will prefetch them instantly (similar to \u003Ca href=\"https:\u002F\u002Finstant.page\u002F\" rel=\"nofollow ugc\">Instant.page\u003C\u002Fa>).\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Cstrong>Limits the number of preloads per second\u003C\u002Fstrong> – If your page has too many links, prefetching all at the same time will cause the server to crash or slow down the website to visitors. Flying Pages limits the number of preloads per second (3 req\u002Fsec by default) using an in-built queue. For example, if you’ve 10 links in the viewport, preloading all these are span into 4 seconds.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Cstrong>Stops preloading if the server is busy\u003C\u002Fstrong> – In case the server starts to respond slowly or return errors, preloading will be stopped to reduce the server load.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Cstrong>Understands user’s connection and preferences\u003C\u002Fstrong> – Checks if the user is on a slow connection like 2G or has enabled data-saver. Flying Pages won’t preload anything in this case.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Support\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fsupport\u002Fplugin\u002Fflying-pages\u002F\" rel=\"ugc\">Official Support Forum\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwww.facebook.com\u002Fgroups\u002Fwpspeedmatters\" rel=\"nofollow ugc\">Facebook Group\u003C\u002Fa>\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Our premium products\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fflyingpress.com\" rel=\"nofollow ugc\">FlyingPress\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fflyingcdn.com\" rel=\"nofollow ugc\">FlyingCDN\u003C\u002Fa>\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Our free plugins\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fflying-pages\u002F\" rel=\"ugc\">Flying Pages\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fnazy-load\u002F\" rel=\"ugc\">Flying Images\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fflying-scripts\u002F\" rel=\"ugc\">Flying Scripts\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fflying-analytics\u002F\" rel=\"ugc\">Flying Analytics\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fflying-fonts\u002F\" rel=\"ugc\">Flying Fonts\u003C\u002Fa>\u003C\u002Fli>\n\u003C\u002Ful>\n","Preload pages intelligently to boost site speed and enhance user experience by loading pages before users click, ensuring instant page transitions.",20000,241853,79,"2025-12-02T13:23:00.000Z","6.9.4","4.5",[78,19,79,80,20],"fast","performance","prefetch","https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fflying-pages\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fflying-pages.2.4.7.zip",100,{"slug":85,"name":86,"version":87,"author":88,"author_profile":89,"description":90,"short_description":91,"active_installs":71,"downloaded":92,"rating":93,"num_ratings":94,"last_updated":95,"tested_up_to":75,"requires_at_least":76,"requires_php":17,"tags":96,"homepage":98,"download_link":99,"security_score":60,"vuln_count":100,"unpatched_count":13,"last_vuln_date":101,"fetched_at":26},"wp-meteor","WP Meteor Website Speed Optimization Addon","3.4.17","Aleksandr Guidrevitch","https:\u002F\u002Fprofiles.wordpress.org\u002Faguidrevitch\u002F","\u003Cp>WP Meteor offers an original way to further optimize your website speed.\u003Cbr \u002F>\nWith this plugin you can \u003Cstrong>increase your PageSpeed score\u003C\u002Fstrong> by up to 5x.\u003Cbr \u002F>\nThe plugin is 100% free, it is compatible and works well with most popular caching plugins like:\u003Cbr \u002F>\n* Autoptimize\u003Cbr \u002F>\n* WP Rocket\u003Cbr \u002F>\n* WP Total Cache\u003Cbr \u002F>\n* WP Super Cache\u003Cbr \u002F>\n* Phastpress\u003Cbr \u002F>\n* LiteSpeed\u003Cbr \u002F>\n* Hummingbird\u003Cbr \u002F>\n* WP Fastest Cache\u003Cbr \u002F>\n* SiteGround Optimizer\u003C\u002Fp>\n\u003Cp>It also works well with website builders like Elementor or with image optimizers like ShortPixel.\u003C\u002Fp>\n\u003Cp>The few known incompatibilities are listed in the FAQ.\u003C\u002Fp>\n\u003Ch4>BENEFITS\u003C\u002Fh4>\n\u003Cp>WP Meteor can improve your \u003Ca href=\"https:\u002F\u002Fpagespeed.web.dev\u002F\" rel=\"nofollow ugc\">Pagespeed\u003C\u002Fa> results and the actual loading time of your website by \u003Cstrong>up to 5x\u003C\u002Fstrong>! You do not have to take our word for it, it only takes 2 minutes to install the plugin and \u003Ca href=\"https:\u002F\u002Ftest.fastpixel.io\u002F\" rel=\"nofollow ugc\">test how it improves\u003C\u002Fa> your website speed.\u003Cbr \u002F>\nAnd since the plugin is designed to leave no traces on your hard drive or database when deactivated and removed, \u003Cstrong>there is no risk for you\u003C\u002Fstrong>.\u003C\u002Fp>\n\u003Ch4>HOW IT WORKS\u003C\u002Fh4>\n\u003Cp>If the user does not interact with the page immediately, WP Meteor defers loading and firing scripts until the page is rendered, which increases the pagespeed metric, on average, by \u003Cstrong>2-5x\u003C\u002Fstrong>.\u003C\u002Fp>\n\u003Cp>This delay in loading scripts greatly improves perceived load times for your visitors. It also significantly improves the following \u003Cstrong>important SEO metrics\u003C\u002Fstrong>:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fpagespeed.web.dev\u002F\" rel=\"nofollow ugc\">Page Speed\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fweb.dev\u002Flcp\u002F\" rel=\"nofollow ugc\">Largest Contentful Paint (LCP)\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fweb.dev\u002Ftti\u002F\" rel=\"nofollow ugc\">Time To Interactive (TTI)\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fweb.dev\u002Ftbt\u002F\" rel=\"nofollow ugc\">Total Blocking Time (TBT)\u003C\u002Fa>\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>FURTHER ACCELERATE YOUR WEBSITE\u003C\u002Fh3>\n\u003Cp>If you want to optimize your website’s speed to the fullest extent automatically while ensuring that all Core Web Vitals are taken care of, we recommend trying \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Ffastpixel-website-accelerator\u002F\" rel=\"ugc\">FastPixel.io\u003C\u002Fa> for free.\u003Cbr \u002F>\nThe \u003Cstrong>FastPixel\u003C\u002Fstrong> project is a collaboration between the creator of WP Meteor and ShortPixel, and it addresses, with just a few clicks, \u003Ca href=\"https:\u002F\u002Ffastpixel.io\u002Fblog\u002Feasy-way-to-improve-core-web-vitals-on-wordpress\u002F?utm_source=wpmeteor-readme#common-issues-affecting-core-web-vitals\" rel=\"nofollow ugc\">all the common issues\u003C\u002Fa> that affect Core Web Vitals.\u003C\u002Fp>\n","2x-5x improvement in your Page Speed score. A completely new way of optimizing your page speed.",991079,94,77,"2026-02-21T17:46:00.000Z",[97,19,55,79],"caching","https:\u002F\u002Fwp-meteor.com\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fwp-meteor.3.4.17.zip",3,"2024-07-23 00:00:00",{"slug":103,"name":104,"version":105,"author":106,"author_profile":107,"description":108,"short_description":109,"active_installs":110,"downloaded":111,"rating":112,"num_ratings":113,"last_updated":114,"tested_up_to":75,"requires_at_least":115,"requires_php":116,"tags":117,"homepage":123,"download_link":124,"security_score":125,"vuln_count":61,"unpatched_count":13,"last_vuln_date":126,"fetched_at":26},"lws-optimize","LWS Optimize – All-in-One Speed Booster & Cache Tools","3.3.19","Aurélien LWS","https:\u002F\u002Fprofiles.wordpress.org\u002Faurelienlws\u002F","\u003Cp>All-in-one speed optimization: caching, WebP\u002FAVIF, Critical CSS, lazy loading, CDN, and more. Instantly boost Core Web Vitals and site speed!\u003C\u002Fp>\n\u003Ch3>License\u003C\u002Fh3>\n\u003Cp>Released under the terms of the GNU General Public License.\u003C\u002Fp>\n\u003Ch3>Transform Your WordPress Site’s Performance in Just One Click\u003C\u002Fh3>\n\u003Cp>A premium-quality, \u003Cstrong>100% FREE\u003C\u002Fstrong> performance optimization suite developed by top web host \u003Cstrong>LWS\u003C\u002Fstrong> – but works perfectly on \u003Cstrong>ANY\u003C\u002Fstrong> WordPress hosting!\u003C\u002Fp>\n\u003Cp>\u003Cstrong>LWS Optimize\u003C\u002Fstrong> delivers lightning-fast load times with just one plugin: comprehensive caching, WebP\u002FAVIF image conversion, Critical CSS generation, Lazy Loading, Cloudflare CDN integration, built-in PageSpeed testing – all with zero fees and no host restrictions.\u003C\u002Fp>\n\u003Ch3>Why Your Site Needs LWS Optimize\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>\u003Cstrong>Boost Core Web Vitals scores\u003C\u002Fstrong> – Improve your Google rankings\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Reduce bounce rates\u003C\u002Fstrong> – Keep visitors engaged with faster loading times\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Increase conversions\u003C\u002Fstrong> – Speed directly impacts your bottom line\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Save money\u003C\u002Fstrong> – Get premium optimization features without paid subscriptions\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Simple setup\u003C\u002Fstrong> – Pre-configured profiles make optimization effortless\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Key Features\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>\u003Cstrong>Complete Caching System\u003C\u002Fstrong> – File-based page cache, browser cache, and server-side caching (Varnish) serve pages in milliseconds\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Memory-Based Object Cache\u003C\u002Fstrong> – Memcached integration keeps database queries lightning-fast\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Intelligent Media Handling\u003C\u002Fstrong> – Advanced Lazy Loading for images\u002Fiframes, automatic dimension attributes, GZIP compression, WebP\u002FAVIF conversion with class\u002FURL exclusions\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Advanced CSS\u002FJS Optimization\u003C\u002Fstrong> – Minify, combine, remove unused CSS, generate Critical CSS, preload essential resources, defer\u002Fdelay JavaScript execution\u003C\u002Fli>\n\u003Cli>\u003Cstrong>HTML Optimization\u003C\u002Fstrong> – Minify HTML, strip query strings, disable emojis\u003C\u002Fli>\n\u003Cli>\u003Cstrong>One-Click CDN Setup\u003C\u002Fstrong> – Seamless Cloudflare integration with token activation and synchronized cache purging\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Built-in Performance Testing\u003C\u002Fstrong> – Run Google PageSpeed Insights directly in WordPress and track improvement history\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Database Optimization\u003C\u002Fstrong> – Scheduled cleanup of revisions, spam, transients and more\u003C\u002Fli>\n\u003Cli>\u003Cstrong>User-Friendly Interface\u003C\u002Fstrong> – Pre-configured optimization profiles, temporary disable options, and “AI Magic” presets\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Through our 1-click \u003Cstrong>Auto-Installer\u003C\u002Fstrong>, LWS deploys WordPress in seconds with tailored packs like AI Site Generator, Divi Builder bundle, or WordPress + WooCommerce setup. Each pack includes essential LWS plugins—with \u003Cstrong>LWS Optimize\u003C\u002Fstrong> working even faster on our \u003Ca href=\"https:\u002F\u002Fwww.lws.fr\u002Fhebergement_wordpress.php\" rel=\"nofollow ugc\">WordPress hosting\u003C\u002Fa>, \u003Ca href=\"https:\u002F\u002Fwww.lws.fr\u002Fhebergement_web.php\" rel=\"nofollow ugc\">shared hosting\u003C\u002Fa>, and \u003Ca href=\"https:\u002F\u002Fwww.lws.fr\u002Fhebergement-cpanel.php\" rel=\"nofollow ugc\">cPanel hosting\u003C\u002Fa>.\u003C\u002Fp>\n\u003Cp>You can also install it manually via Plugins › Add New, regardless of where your site is hosted.\u003C\u002Fp>\n\u003Ch3>Front-end Optimization\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>Minify and combine CSS & JS\u003C\u002Fli>\n\u003Cli>Preload critical CSS and fonts\u003C\u002Fli>\n\u003Cli>Remove unused CSS & generate Critical CSS\u003C\u002Fli>\n\u003Cli>Defer or delay JavaScript execution\u003C\u002Fli>\n\u003Cli>Minify HTML\u003C\u002Fli>\n\u003Cli>Strip query strings, disable emojis\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Media Optimization\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>Smart Lazy Loading for images, iframes & videos (with exclusion options)\u003C\u002Fli>\n\u003Cli>Automatic width\u002Fheight attributes to prevent layout shifts\u003C\u002Fli>\n\u003Cli>GZIP compression for HTML, CSS, and JavaScript\u003C\u002Fli>\n\u003Cli>Advanced audio\u002Fvideo preload controls\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Image Optimization\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>Automatic WebP\u002FAVIF conversion and compression (using Imagick or API)\u003C\u002Fli>\n\u003Cli>2000 free API credits monthly (additional credits available)\u003C\u002Fli>\n\u003Cli>One-click restoration of originals\u003C\u002Fli>\n\u003Cli>Auto-convert on upload option\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Caching System\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>High-performance file-based page cache with smart purging and preloading\u003C\u002Fli>\n\u003Cli>Object cache with Memcached integration\u003C\u002Fli>\n\u003Cli>Server-side cache with Varnish\u002FLWSCache (optimized for LWS hosting)\u003C\u002Fli>\n\u003Cli>Browser cache headers\u003C\u002Fli>\n\u003Cli>Configurable cache exclusions for mobile, logged-in users & dynamic content\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>CDN Integration\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>One-click Cloudflare setup\u003C\u002Fli>\n\u003Cli>DDoS protection with worldwide distribution\u003C\u002Fli>\n\u003Cli>Synchronized cache purging\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Database Optimization\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>Weekly automatic cleanup of revisions, drafts, spam, and transients\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Performance Testing\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>Integrated Google PageSpeed Insights testing\u003C\u002Fli>\n\u003Cli>Performance history tracking\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Enjoy dramatically faster load times, improved Core Web Vitals scores, and higher search engine rankings – all with minimal configuration required!\u003C\u002Fp>\n","All-in-one speed optimization: caching, WebP\u002FAVIF, Critical CSS, lazy loading, CDN, and more. Instantly boost Core Web Vitals and site speed!",10000,646801,90,8,"2026-01-27T10:57:00.000Z","6.0","7.4",[118,119,120,121,122],"cache-plugin","lazy-loading","performance-optimization","speed-booster","webp-converter","https:\u002F\u002Fwww.lws.fr\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Flws-optimize.3.3.19.zip",99,"2024-03-29 00:00:00",{"slug":128,"name":129,"version":130,"author":131,"author_profile":132,"description":133,"short_description":134,"active_installs":110,"downloaded":135,"rating":60,"num_ratings":125,"last_updated":136,"tested_up_to":50,"requires_at_least":137,"requires_php":138,"tags":139,"homepage":143,"download_link":144,"security_score":145,"vuln_count":61,"unpatched_count":13,"last_vuln_date":146,"fetched_at":26},"phastpress","PhastPress","3.9","Albert Peschar","https:\u002F\u002Fprofiles.wordpress.org\u002Fkiboit\u002F","\u003Cp>PhastPress uses advanced techniques to manipulate your pages, scripts, stylesheets and images to significantly improve load times. It’s designed to conform to Google PageSpeed Insights and GTmetrix recommendations and can improve your site’s score dramatically.\u003C\u002Fp>\n\u003Cp>PhastPress’ motto is \u003Cem>no configuration\u003C\u002Fem>.  Install, activate and go!\u003C\u002Fp>\n\u003Cp>PhastPress has the Phast web page optimisation engine by \u003Ca href=\"https:\u002F\u002Fkiboit.com\u002F\" rel=\"nofollow ugc\">Albert Peschar\u003C\u002Fa> and \u003Ca href=\"https:\u002F\u002Ftwitter.com\u002Fmkosturkov\" rel=\"nofollow ugc\">Milko Kosturkov\u003C\u002Fa> at its core.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Image optimization:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Phast optimizes images using PNG quantization (\u003Ca href=\"https:\u002F\u002Fpngquant.org\u002F\" rel=\"nofollow ugc\">pngquant\u003C\u002Fa>) and JPEG recoding (\u003Ca href=\"https:\u002F\u002Flibjpeg-turbo.org\u002F\" rel=\"nofollow ugc\">libjpeg-turbo\u003C\u002Fa>).\u003C\u002Fli>\n\u003Cli>Phast inlines small images (\u003C 512 bytes) in the page.\u003C\u002Fli>\n\u003Cli>Phast converts JPEG images into WebP for supporting browsers.\u003C\u002Fli>\n\u003Cli>Phast enables \u003Ca href=\"https:\u002F\u002Fweb.dev\u002Fnative-lazy-loading\u002F\" rel=\"nofollow ugc\">native lazy loading\u003C\u002Fa> to speed up page loading and save bandwidth.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>\u003Cstrong>Asynchronous scripts and stylesheets:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Phast loads all scripts on your page asynchronously and in a single request, while maintaining full compatibility with legacy scripts, due to our custom script loader.\u003C\u002Fli>\n\u003Cli>Phast proxies external scripts to extend their cache lifetime.\u003C\u002Fli>\n\u003Cli>Phast inlines critical CSS automatically by comparing the rules in your stylesheets with the elements on your page.\u003C\u002Fli>\n\u003Cli>Phast loads non-critical CSS asynchronously and in a single request.\u003C\u002Fli>\n\u003Cli>Phast inlines Google Fonts CSS.\u003C\u002Fli>\n\u003Cli>Phast lazily loads IFrames to prioritize the main page load.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Get the full power of Phast for your website by installing PhastPress now.\u003C\u002Fp>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fkiboit.com\u002Fphastpress-support\" rel=\"nofollow ugc\">\u003Cstrong>For commercial support and bug reports, click here.\u003C\u002Fstrong>\u003C\u002Fa>\u003C\u002Fp>\n","PhastPress automatically optimizes your site for the best possible performance.",500723,"2026-02-11T11:47:00.000Z","6.2","7.3",[140,19,141,142,20],"optimisation","page-speed","pagespeed-insights","","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fphastpress.3.9.zip",93,"2025-12-22 00:00:00",{"attackSurface":148,"codeSignals":235,"taintFlows":250,"riskAssessment":251,"analyzedAt":260},{"hooks":149,"ajaxHandlers":231,"restRoutes":232,"shortcodes":233,"cronEvents":234,"entryPointCount":13,"unprotectedCount":13},[150,155,160,166,169,172,176,181,184,187,190,193,197,201,204,209,212,215,218,221,225,228],{"type":151,"name":152,"callback":153,"file":154,"line":33},"action","plugin_loaded","render_faster_init","render-faster.php",{"type":156,"name":157,"callback":158,"file":154,"line":159},"filter","should_load_separate_core_block_assets","__return_true",35,{"type":151,"name":161,"callback":162,"priority":163,"file":164,"line":165},"wp_body_open","output_buffer_start",9999,"src\\Tarosky\\RenderFaster\\Services\\LazyLoader.php",29,{"type":151,"name":167,"callback":168,"priority":83,"file":164,"line":33},"wp_footer","images_close",{"type":151,"name":161,"callback":162,"priority":170,"file":164,"line":171},9998,33,{"type":151,"name":167,"callback":173,"priority":174,"file":164,"line":175},"iframes_close",101,34,{"type":151,"name":177,"callback":178,"priority":179,"file":180,"line":171},"init","jquery",11,"src\\Tarosky\\RenderFaster\\Services\\ScriptLoader.php",{"type":156,"name":182,"callback":182,"priority":11,"file":180,"line":183},"script_loader_tag",36,{"type":156,"name":182,"callback":185,"priority":179,"file":180,"line":186},"inline_script",39,{"type":156,"name":188,"callback":188,"priority":11,"file":189,"line":33},"style_loader_tag","src\\Tarosky\\RenderFaster\\Services\\StyleLoader.php",{"type":151,"name":167,"callback":191,"priority":83,"file":189,"line":192},"preload_polyfill",32,{"type":151,"name":194,"callback":195,"file":196,"line":183},"template_redirect","register_hooks","src\\Tarosky\\RenderFaster\\Services\\ThirdParties.php",{"type":156,"name":198,"callback":199,"priority":83,"file":196,"line":200},"the_content","filter_embeds",44,{"type":151,"name":167,"callback":202,"priority":163,"file":196,"line":203},"render_embed_scripts",45,{"type":151,"name":205,"callback":206,"file":207,"line":208},"admin_init","register_settings","src\\Tarosky\\RenderFaster\\Ui\\Settings.php",22,{"type":151,"name":210,"callback":210,"file":207,"line":211},"admin_menu",23,{"type":151,"name":194,"callback":213,"file":207,"line":214},"filter_image",24,{"type":151,"name":194,"callback":216,"file":207,"line":217},"filter_js_list",25,{"type":151,"name":194,"callback":219,"file":207,"line":220},"filter_css_list",26,{"type":156,"name":222,"callback":223,"file":207,"line":224},"render_faster_image_eager_keys","closure",257,{"type":156,"name":226,"callback":223,"file":207,"line":227},"render_faster_image_should_not",260,{"type":156,"name":229,"callback":223,"file":207,"line":230},"render_faster_css_deny_list",282,[],[],[],[],{"dangerousFunctions":236,"sqlUsage":237,"outputEscaping":239,"fileOperations":248,"externalRequests":13,"nonceChecks":13,"capabilityChecks":13,"bundledLibraries":249},[],{"prepared":13,"raw":13,"locations":238},[],{"escaped":171,"rawEcho":100,"locations":240},[241,244,246],{"file":164,"line":242,"context":243},55,"raw output",{"file":164,"line":245,"context":243},68,{"file":196,"line":247,"context":243},84,1,[],[],{"summary":252,"deductions":253},"The \"render-faster\" v1.2.0 plugin exhibits a generally strong security posture based on the provided static analysis.  The absence of any identified attack surface points (AJAX, REST API, shortcodes, cron events) significantly reduces the potential for external exploitation.  Furthermore, the code signals indicate good development practices with 100% of SQL queries using prepared statements and a high percentage of properly escaped output.  The lack of dangerous functions, external HTTP requests, and any recorded vulnerabilities in its history further bolster this positive assessment.\n\nHowever, there are a few areas that warrant attention. The presence of file operations, even if unexploited in the static analysis, represents a potential entry point if not handled with extreme care. More significantly, the complete absence of nonce checks and capability checks is a notable concern. While the current attack surface is zero, any future additions or unforeseen interactions could expose the plugin to CSRF or privilege escalation vulnerabilities if these crucial security mechanisms are not implemented. The lack of taint analysis flows is also a neutral observation; it doesn't necessarily indicate security, but rather that no such flows were detected in the analyzed scope.\n\nIn conclusion, \"render-faster\" v1.2.0 appears to be a secure plugin due to its minimal attack surface and good coding practices. The plugin has a clean vulnerability history, which is a positive indicator. The primary weakness lies in the omission of nonce and capability checks, which, while not currently exploitable due to the lack of exposed entry points, represents a significant security gap that should be addressed for future robustness and to mitigate risks should the attack surface expand.",[254,256,258],{"reason":255,"points":113},"No nonce checks implemented",{"reason":257,"points":113},"No capability checks implemented",{"reason":259,"points":100},"File operations detected","2026-03-17T01:06:50.473Z",{"wat":262,"direct":268},{"assetPaths":263,"generatorPatterns":265,"scriptPaths":266,"versionParams":267},[264],"\u002Fwp-content\u002Fplugins\u002Frender-faster\u002Fdist\u002Fvendor\u002Floadcss\u002Fcssrelpreload.min.js",[],[],[],{"cssClasses":269,"htmlComments":270,"htmlAttributes":271,"restEndpoints":273,"jsGlobals":274,"shortcodeOutput":277},[],[],[272],"data-handle",[],[275,276],"window.loaded","window.urls",[]]