[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fEdwEIQVXsPLI_Eu-qXyqqOb32LLwysPqP5niUs8qg_U":3},{"slug":4,"display_name":5,"profile_url":6,"plugin_count":7,"total_installs":8,"avg_security_score":9,"avg_patch_time_days":10,"trust_score":11,"computed_at":12,"plugins":13},"rajinsharwar","Rajin Sharwar","https:\u002F\u002Fprofiles.wordpress.org\u002Frajinsharwar\u002F",7,340,89,30,86,"2026-04-04T04:02:31.986Z",[14,39,58,77,91,108,122],{"slug":15,"name":16,"version":17,"author":5,"author_profile":6,"description":18,"short_description":19,"active_installs":20,"downloaded":21,"rating":22,"num_ratings":23,"last_updated":24,"tested_up_to":25,"requires_at_least":26,"requires_php":27,"tags":28,"homepage":33,"download_link":34,"security_score":35,"vuln_count":36,"unpatched_count":36,"last_vuln_date":37,"fetched_at":38},"different-home-for-logged-in-logged-out","Different Home for Logged IN & Logged OUT","2.0.1","\u003Cp>Set different Homepage for your Logged IN and Logged OUT users. Increase your engagement, and let your users see what they should be seeing.\u003C\u002Fp>\n\u003Cp>It’s a powerful and lightweight WordPress plugin that lets you set different homepage for your logged-in and logged-out users. With this plugin, you can boost user engagement by showing tailored content to your visitors and members. Whether you want to welcome new visitors with an overview of your site or provide personalized content for your registered users, this plugin can help you deliver the right message to the right audience. Its intuitive settings make it easy to set up and use, without requiring any coding skills or technical expertise. Download the plugin today and start creating custom homepages that drive results!\u003C\u002Fp>\n","Set different Homepage for your Logged IN and Logged OUT users. Increase your engagement, and let your users see what they should be seeing.",200,3516,100,2,"2025-01-01T20:35:00.000Z","6.7.5","3.9","5.6",[29,30,31,32],"different-home","different-homepage","rules","visibility","","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fdifferent-home-for-logged-in-logged-out.2.0.1.zip",92,0,null,"2026-03-15T15:16:48.613Z",{"slug":40,"name":41,"version":42,"author":5,"author_profile":6,"description":43,"short_description":44,"active_installs":22,"downloaded":45,"rating":46,"num_ratings":47,"last_updated":48,"tested_up_to":25,"requires_at_least":49,"requires_php":50,"tags":51,"homepage":33,"download_link":57,"security_score":35,"vuln_count":36,"unpatched_count":36,"last_vuln_date":37,"fetched_at":38},"serve_static","Serve Static – Automatic WordPress Static Page generator","2.4","\u003Cp>Serve Static provides a very efficient, simple and fast way of implementing static page caching in WordPress.\u003Cbr \u002F>\nIt will generate static HTML copies of your webpages which will be then served using your server rewrite rules. This feature will bypass the whole PHP process and render only a simple HTML file without having to interect with the PHP, or MySQL for getting your page’s design or content.\u003C\u002Fp>\n\u003Cp>This plugin is really handy and helpful if your webpages are mainly static, like websites of Blogs, portfolios, company portfolios, service, and many more. This plugin doesn’t support any dynamic content caching, that means, all none of your dynamic content will be showing in the frontend, rather, a static version of that content will be showing.\u003C\u002Fp>\n\u003Cp>This plugin also comes with home-made HTML, CSS and JS minification features, which you can use to auto-minify the static files. This ensures more lightness of the HTML pages, and more boost to your page speed. Also, you can auto-warm the cache using the Warm feature, which will stimulate a visit on all your pages, to create the static files before they are served to your visitors.\u003C\u002Fp>\n\u003Ch3>Usage\u003C\u002Fh3>\n\u003Cp>After activating the plugin, it will try to modify your .htaccess file. If this is not possible for some reason, make sure to enter the rules by yourself. NOTE: without these .htaccess rules, the static files won’t be served or created. Note that, this is only applicable if you are using a Apache\u002FLitespeed server.\u003C\u002Fp>\n\u003Cpre>\u003Ccode># BEGIN Serve Static Cache\nRewriteEngine On\nRewriteBase \u002F\nRewriteCond %{HTTP_COOKIE} !(^|;\\s*)wordpress_logged_in_.*$ [NC]\nRewriteCond %{REQUEST_URI} !^\u002F(elementor|vc_row|fl_builder|fl-theme-builder) [NC]\nRewriteCond %{REQUEST_URI} !^\u002Fwp-admin\u002F [NC]\nRewriteCond %{REQUEST_METHOD} GET\nRewriteCond %{QUERY_STRING} ^$ [NC]\nRewriteCond %{DOCUMENT_ROOT}\u002Fwp-content\u002Fserve-static-cache\u002F$1\u002Findex.html -f\nRewriteRule ^(.*)$ \u002Fwp-content\u002Fserve-static-cache\u002F$1\u002Findex.html [L]\n# END Serve Static Cache\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>If you the website installed on a sub-folder, like such that “https:\u002F\u002Ftest.com\u002Fdomain1”, is your main domain of your WordPress site, you need to use a different .htaccess code. The plugin will automatically do that for you, but incase you need to do it manually, below is the format you need to follow.\u003C\u002Fp>\n\u003Cpre>\u003Ccode># BEGIN Serve Static Cache\nRewriteEngine On\nRewriteBase \u002F\nRewriteCond %{HTTP_COOKIE} !(^|;\\s*)wordpress_logged_in_.*$ [NC]\nRewriteCond %{REQUEST_URI} !^\u002F(elementor|vc_row|fl_builder|fl-theme-builder) [NC]\nRewriteCond %{REQUEST_URI} !^\u002Fwp-admin\u002F [NC]\nRewriteCond %{REQUEST_METHOD} GET\nRewriteCond %{QUERY_STRING} ^$ [NC]\nRewriteCond \"WP_CONTENT_DIR\"\u002Fserve-static-cache\u002F\"sub-folder domain without slashes\"\u002F$1\u002Findex.html -f\nRewriteRule ^(.*)$ \u002F\"sub-folder domain without slashes\"\u002Fwp-content\u002Fserve-static-cache\u002F\"sub-folder domain without slashes\"\u002F$1\u002Findex.html [L]\n# END Serve Static Cache\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>The value of the WP_CONTENT_DIR should be something like: “\u002Fhome\u002Ftest.com\u002Fpublic_html\u002Fstaging\u002Fwp-content”\u003Cbr \u002F>\nThe value of the “sub-folder domain without slashes” should be your folder where WordPress is installed. So, if the WordPress is installed in “https:\u002F\u002Ftest.com\u002Fstaging”, you should enter “staging”.\u003C\u002Fp>\n\u003Cp>When using a nginx server, make sure to add the following rules:\u003C\u002Fp>\n\u003Cpre>\u003Ccode># BEGIN Serve Static Cache\nlocation \u002F {\n    if ($http_cookie !~* \"wordpress_logged_in_\") {\n        set $cache_uri $request_uri;\n\n        if ($request_uri ~* \"^\u002F(elementor|vc_row|fl_builder|fl-theme-builder)\") {\n            set $cache_uri \"null cache\";\n        }\n\n        if ($request_uri ~* \"^\u002Fwp-admin\u002F\") {\n            set $cache_uri \"null cache\";\n        }\n\n        if ($request_method = GET) {\n            set $cache_uri \"null cache\";\n        }\n\n        if (-f $document_root\u002Fwp-content\u002Fserve-static-cache$cache_uri\u002Findex.html) {\n            set $cache_file $document_root\u002Fwp-content\u002Fserve-static-cache$cache_uri\u002Findex.html;\n        }\n\n        if ($cache_file) {\n            rewrite ^ \u002Fwp-content\u002Fserve-static-cache$cache_uri\u002Findex.html break;\n        }\n    }\n}\n# END Serve Static Cache\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>This plugin creates static HTML versions of your pages\u002Fposts, or literally any custom post types, and serves them to your non-logged-in visitors. This is an awesome way to make your website blazing fast, and not even one request is made to PHP to request your pages.\u003C\u002Fp>\n\u003Cp>Anytime a Static page\u002Fpost\u002Fany custom post type is updated, the cache of that specific page is automatically cleared, and regenerated. So, you do not have to worry about regenerating the cache eac time after making changes to your content.\u003C\u002Fp>\n\u003Cp>This plugin is also well-integrated with frontend post rating plugins as well, so that when any rating is added, the cache gets regenerated automatically. If you are using any rating plugins that are not working with this plugin, kindly let me know in the support forum.\u003C\u002Fp>\n\u003Cp>This plugin heavily relies on CRON to process it’s functionalities. So please make sure either your server-level cron or WordPress Cron is running and working. If not, this plugin will show errors in the Admin Notices to help you direct to the problem. If there are still many issues, kindly share in the plugin support thread.\u003C\u002Fp>\n\u003Cp>By default, this plugin automatically works with Apache and Litespeed servers, and everywhere .htaccess rules is functional. But to make this plugin work with NGINX, you will be needing to add some rules to your nginx.conf or site.conf file. An appropiate admin notice will be shown to you accordingly, kindly follow those instructions.\u003C\u002Fp>\n\u003Cp>This plugin is supposed to work with all the form builder plugins like WP Forms, Ninja Forms. If you face any issues while using any form plugin, kindly let me know in the thread, and I will try to make it compitable.\u003C\u002Fp>\n\u003Ch4>Performance\u003C\u002Fh4>\n\u003Cp>Converting your website to a static webpage can drastically improve your performance and page speed. Serve Static eliminates all requests made to your database and ultimately reducing the first time to byte, total blocking time and many more.\u003C\u002Fp>\n\u003Cp>This is especially impactful for websites that have mainly static pages, and use long pages with a lot of graphs, sliders, and other load-heavy resources like animations.\u003C\u002Fp>\n\u003Ch4>Reduce hosting bandwidth\u003C\u002Fh4>\n\u003Cp>Using Serve Static to serve static HTML pages of your website really cuts a great cost in your bandwidth usage, as this doesn’t hit the MySQL server for your visitors, but instead serves delivers a cached, minified HTML copy. This releases much of your cost, alongside the page boost.\u003C\u002Fp>\n\u003Cp>We are working on features like “hosting your Static pages in a third party CDN, and serving those to your visitors”. If you are interested to see this feature in soon, let me know by opening a supprt thread!\u003C\u002Fp>\n\u003Ch3>NOTE\u003C\u002Fh3>\n\u003Cp>Caching is fully disabled for Administrators, or any logged-in users. Static Cache will only be served to logged-out visitors of your site.\u003C\u002Fp>\n\u003Cp>Note that, the Static Cache can only be regenerated by using the buttons in the admin toolbar, or in the Settings page. After the cache is Flushed, the cache is NOT regenerated when someone visits the pages. This is done so that none of the personalized content gets saved in the HTML caches.\u003C\u002Fp>\n\u003Cp>This plugin may not work as expected with a caching plugin like WP Rocket or W3 Total Cache. So make sure the URLs of the static pages are excluded from the specific plugins.\u003Cbr \u002F>\nFor example, when using WP Rocket, you need to navigate under Settings > WP Rocket > Advanced Rules > Never Cache URLs, and enter the URLs to the pages you want to serve as Static.\u003Cbr \u002F>\nWhen using W3 Total Cache, navigate under Performance > Page cache > Advanced > Never cache the following pages.\u003C\u002Fp>\n","Serve Static is a static HTML page generator WordPress plugin to create and serve static copies of your existing web pages to avoid PHP\u002FDB load.",5265,90,10,"2025-02-08T20:00:00.000Z","5.0","7.4",[52,53,54,55,56],"cache","caching","performance","serve-static","wp-cache","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fserve_static.2.4.zip",{"slug":59,"name":60,"version":61,"author":5,"author_profile":6,"description":62,"short_description":63,"active_installs":47,"downloaded":64,"rating":36,"num_ratings":36,"last_updated":65,"tested_up_to":66,"requires_at_least":26,"requires_php":27,"tags":67,"homepage":73,"download_link":74,"security_score":75,"vuln_count":36,"unpatched_count":36,"last_vuln_date":37,"fetched_at":76},"ai-moderator-for-buddypress-and-buddyboss","AI Moderator for BuddyPress","1.0","\u003Cp>AI Moderator for BuddyPress is a WordPress plugin that uses OpenAI to automatically moderate your activity feed posts from BuddyPress and BuddyBoss.\u003C\u002Fp>\n\u003Cp>\u003Cspan class=\"embed-youtube\" style=\"text-align:center; display: block;\">\u003Ciframe loading=\"lazy\" class=\"youtube-player\" width=\"750\" height=\"422\" src=\"https:\u002F\u002Fwww.youtube.com\u002Fembed\u002FLuz_Mv7MZAc?version=3&rel=1&showsearch=0&showinfo=1&iv_load_policy=1&fs=1&hl=en-US&autohide=2&wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox\">\u003C\u002Fiframe>\u003C\u002Fspan>\u003C\u002Fp>\n\u003Ch3>HOW DOES IT WORKS?\u003C\u002Fh3>\n\u003Cp>IMPORTANT: In order to use this plugin, you will need to provide your own OpenAI API key as this is a Bring-Your-Own-Key (BYOK) plugin.\u003C\u002Fp>\n\u003Cp>Ready to use cutting-edge AI technology to put your community’s moderation in auto-pilot mode? Here’s what you need to do:\u003C\u002Fp>\n\u003Col>\n\u003Cli>\n\u003Cp>To begin, head to \u003Ca href=\"https:\u002F\u002Fplatform.openai.com\u002F\" rel=\"nofollow ugc\">OpenAI’s official platform website\u003C\u002Fa>. If you haven’t already, create an account following the simple steps on the website. After that, you can enter the email address and password linked to your OpenAI account to sign in or log in with an existing Google or Microsoft account.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>Once you’ve created an account or have logged into an existing account, you’ll see your name and your profile icon at the top-right corner of OpenAI’s platform homepage.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>To get an API Key, click on your name in the top-right corner to bring up a dropdown menu. Then, click the “ \u003Ca href=\"https:\u002F\u002Fplatform.openai.com\u002Faccount\u002Fapi-keys\" rel=\"nofollow ugc\">View API keys\u003C\u002Fa> ” option.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>At this point, you’ll be on a page that has an option to “Create new secret key” near the center. If you do not have an API key, click this button to get one. Make sure to save the API key as soon as possible. Once the window showing it closes, you won’t be able to reopen it.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>Now, you can follow the \u003Ca href=\"https:\u002F\u002Frajinsharwar.github.io\u002Fai-moderator-bp-&-bb\u002F\" rel=\"nofollow ugc\">documentation of the plugin\u003C\u002Fa> to learn further on how to use the API key, and the plugin.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003C\u002Fol>\n\u003Ch3>Is an OpenAI API Key Free?\u003C\u002Fh3>\n\u003Cp>You can create an OpenAI API key for free. New free trial users receive $5 (USD) worth of credit. However, this expires after three months. Once your credit has been used up or expires, you can enter billing information to continue using the API of your choice. Keep in mind that if you don’t enter any billing information, you will still have login access but won’t be able to make further API requests.\u003C\u002Fp>\n\u003Cp>OpenAI enforces rate limits at the organization level; if you’re using their tools for business, you’ll have to pay depending on a few factors. Rate limits are measured in two ways: RPM (requests per minute) and TPM (tokens per minute).\u003C\u002Fp>\n\u003Cp>If you’re looking for specific costs based on the AI model you want to use (for example, GPT-4 or gpt-3.5-turbo, as used in ChatGPT), check out OpenAI’s AI model pricing page. In many cases, the API could be much cheaper than a paid ChatGPT Plus subscription—though it depends how much you use it. For a complete overview of exact rate limits, examples, and other helpful information, visit OpenAI’s Rate Limits page.\u003C\u002Fp>\n\u003Ch3>Features\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>Moderates activity feed posts using OpenAI.\u003C\u002Fli>\n\u003Cli>Allows you to enable or disable moderation of activity posts.\u003C\u002Fli>\n\u003Cli>Allows you to choose the AI model to use for sending requests to OpenAI.\u003C\u002Fli>\n\u003Cli>Allows you to define a list of prohibited words that will trigger moderation.\u003C\u002Fli>\n\u003Cli>Allows you to set an OpenAI API key for sending requests to OpenAI.\u003C\u002Fli>\n\u003Cli>Allows you to define the notification message that will be displayed to users whose posts have been moderated.\u003C\u002Fli>\n\u003Cli>Allows you to set an URL to the notification that will be sent to the user when his post will be marked as spam.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Configuration\u003C\u002Fh3>\n\u003Cp>To configure the plugin, go to ‘AI Moderator’ in the BuddyPress admin menu. Here, you can enable or disable moderation, choose the AI model to use, define the list of prohibited words, set the OpenAI API key, set the post policy URL, and define the notification message.\u003C\u002Fp>\n\u003Cp>Note: This plugin won’t work unless you enable moderation check.\u003C\u002Fp>\n\u003Ch3>Documentation\u003C\u002Fh3>\n\u003Cp>Visit the \u003Ca href=\"https:\u002F\u002Frajinsharwar.github.io\u002Fai-moderator-bp-&-bb\" rel=\"nofollow ugc\">documentation\u003C\u002Fa> of the plugin to get more technical details about the features, and configurations.\u003C\u002Fp>\n\u003Ch3>Credits\u003C\u002Fh3>\n\u003Cp>AI Moderator for BuddyPress was developed by Rajin Sharwar.\u003C\u002Fp>\n\u003Ch3>License\u003C\u002Fh3>\n\u003Cp>AI Moderator for BuddyPress is licensed under the GPL2.\u003C\u002Fp>\n","AI Moderator for BuddyPress is a WordPress plugin that uses OpenAI to automatically moderate your activity feed posts from BuddyPress and BuddyBoss.",1175,"2023-05-16T12:35:00.000Z","6.2.9",[68,69,70,71,72],"ai","community","moderator","openai","social","https:\u002F\u002Frajinsharwar.github.io\u002Fai-moderator-bp-&-bb","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fai-moderator-for-buddypress-and-buddyboss.1.0.zip",85,"2026-03-15T14:54:45.397Z",{"slug":78,"name":79,"version":80,"author":5,"author_profile":6,"description":81,"short_description":82,"active_installs":47,"downloaded":83,"rating":36,"num_ratings":36,"last_updated":84,"tested_up_to":85,"requires_at_least":86,"requires_php":87,"tags":88,"homepage":89,"download_link":90,"security_score":22,"vuln_count":36,"unpatched_count":36,"last_vuln_date":37,"fetched_at":38},"launchwp","LaunchWP","1.1","\u003Cp>\u003Cstrong>This plugin makes sure that the LaunchWP page and object cache are cleared when your site’s content changes. Not yet a part of LaunchWP? \u003Ca href=\"https:\u002F\u002Flaunchwp.io\u002Fpricing\u002F\" rel=\"nofollow ugc\">Sign up here.\u003C\u002Fa>\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>LaunchWP is a modern WordPress server control, designed to plug into any cloud provider to launch and manage WordPress sites without writing a single line of code or command.\u003C\u002Fp>\n\u003Cp>This Helper plugin should be installed on websites powered by LaunchWP to allow the page and object cache to be cleared when your site’s content changes. Not yet a part of LaunchWP? \u003Ca href=\"https:\u002F\u002Flaunchwp.io\u002Fpricing\u002F\" rel=\"nofollow ugc\">Sign up here.\u003C\u002Fa>\u003C\u002Fp>\n\u003Cp>Launching a WordPress site on your very own VPS or Virtual Private Server at Linode, AWS, GCP, DigitalOcean, or in one of the thousands of cloud providers, is definitely the best option for you because you get a powerful server, and have your WordPress sites run blazing fast, have complete control of the server, that too without having to break the bank.\u003C\u002Fp>\n\u003Cp>The problem is that setting up a VPS, installing packages required to run WordPress, setting up SFTP or PHPMyAdmin, securing your server ports, and then installing WordPress core is not an easy task in total, it’s a huge hassle and time-consuming even for experienced developers. You have to manage everything from doing security upgrades, managing server packages, upgrading them, configuring the webserver, Database server, PHP, MySQL, Caching, cURL, and a lot more. Not to mention that if you face any issues, you are on your own!\u003C\u002Fp>\n\u003Cp>Solution? Connect your VPS with LaunchWP. LaunchWP is a WordPress-focused modern server management dashboard. LaunchWP gives you the speed your WordPress deserves, the security that you need, and features that you will love, all in your own server without running a single line of code or command. With LaunchWP, you can seamlessly launch your WordPress sites in any VPS or cloud provider, including DigitalOcean, Linode, Vultr, GCP, Hetzner, and a lot more.\u003C\u002Fp>\n\u003Cp>Get all the features like being in a managed hosting, plus full control of your Website, because it’s your own server.\u003C\u002Fp>\n\u003Cp>Manage all your WordPress sites and servers easily from one place. Easily change PHP versions, add custom Nginx and PHP config right from the UI, and access PHPMyAdmin and SFTP with ease. Get help where you need it, when you need it, from our team of expert Sys Admins and WordPress devs. Launch WordPress sites on your own server in minutes, not hours. You can also host your clients’ websites affordably and easily, adding precious recurring revenue to your agency or freelance business.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Any VPS or Cloud Provider\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>LaunchWP supports Linode, DigitalOcean, GCP, AWS, and any other VPS or cloud providers. If your server is SSH-able, and can have a fresh installed Ubuntu 24.04 LTS, you can connect it to LaunchWP.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Docker powered\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>LaunchWP powered websites are Docker Powered. This means that none of your websites will affect the other; on the same server, all your websites are isolated from one another.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>One-Click Staging\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>Create STAGING websites on LaunchWP with a click. STAGING sites in LaunchWP come with a Free STAGING domain and a Free SSL so that you can debug your issues with freedom. Anytime, resync your LIVE and STAGING website with a few clicks.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Free SSL\u002FTLS Certificates\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>Serving your site over HTTPS is a must these days, not only for security, but to take advantage of the performance improvements of HTTP\u002F2 as well. When you add a site to LaunchWP, a free Letâ€™s Encrypt SSL\u002FTLS certificate will be acquired, installed, and configured for your site. LaunchWP will handle certificate renewals as well, so you hardly need to think about certificates. (Unless you are using CloudFlare, in which case CloudFlare will manage for you)\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Cache All the Things\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>LaunchWP websites are super performant, and our Stack is enterprise-tested. The secret of it is LaunchWP’s extensive multi-layer caching. LaunchWP has Object caching, Page Caching, and Proxy caching, requests to your static pages hardly do reach your origin. And no, those all are handled by LaunchWP without any additional plugin.\u003C\u002Fp>\n\u003Cp>This Helper plugin is specifically for helping your flush cache whenever your content changes. This plugin won’t flush your full Redis cache; instead, it will only flush the cache of the components where the content was changed.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Unified and Secure SFTP Access\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>Easily access or share access to your website’s SFTP using SSH keys. You control who can access your SFTP and who can’t. And no, SFTP users cannot access anything in your server except your website’s files. 🙂\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Auto-Scheduled Off-Server Backups\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>LaunchWP offers both manual on-demand and Auto-Scheduled off-server backups to storage providers like DigitalOcean Spaces, AWS S3, Linode Object Storage, CloudFlare R2, BackBlaze, Wasabi, and more. Set it up once, and forget it!\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Support to Spoil You\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>LaunchWP support will actively point you in the right direction and offer suggestions for maintaining your server. It’s your website and data, stored on your server, and LaunchWP is your server guide!\u003C\u002Fp>\n\u003Cp>\u003Cstrong>For Teams\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>Invite your Team to manage your LaunchWP servers or sites. Access is granular, meaning you control what a user can manage. Share access to individual sites or all sites of a server, the choice is yours.\u003C\u002Fp>\n\u003Ch4>Features\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Launching new sites on a VPS or cloud provider is as easy as submitting a form.\u003C\u002Fli>\n\u003Cli>Multiple layers of page and server-level caching out of the box for a blazing fast loading speed, even without using any caching plugins.\u003C\u002Fli>\n\u003Cli>Easily add unlimited SSH keys for SFTP access.\u003C\u002Fli>\n\u003Cli>One-click access and IP restriction for PHPMyAdmin.\u003C\u002Fli>\n\u003Cli>Full integration with Redis Object Cache and Object Cache Pro plugin\u003C\u002Fli>\n\u003Cli>Ensures debug.log files arenâ€™t accessible publicly.\u003C\u002Fli>\n\u003Cli>Protect website by Basic auth anytime with a click\u003C\u002Fli>\n\u003Cli>Custom php.ini and NGINX config right from the dashboard.\u003C\u002Fli>\n\u003Cli>Disable\u002FEnable SSL with a click\u003C\u002Fli>\n\u003Cli>Pre-configured Server-level WordPress Cron.\u003C\u002Fli>\n\u003Cli>Persistent object caching\u003C\u002Fli>\n\u003Cli>Restart services like Nginx, PHP, and Redis individually\u003C\u002Fli>\n\u003Cli>Team access and User management.\u003C\u002Fli>\n\u003Cli>One-click STAGING sites.\u003C\u002Fli>\n\u003Cli>Scheduled and Manual off-server backups\u003C\u002Fli>\n\u003Cli>Page cache purging\u003C\u002Fli>\n\u003C\u002Ful>\n","LaunchWP is a WordPress-focused modern server management dashboard to help you install and launch WordPress on any VPS or cloud provider.",555,"2025-05-19T04:16:00.000Z","6.8.5","4.7","7.1",[52,53,54],"https:\u002F\u002Flaunchwp.io","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Flaunchwp.1.1.zip",{"slug":92,"name":93,"version":94,"author":5,"author_profile":6,"description":95,"short_description":96,"active_installs":47,"downloaded":97,"rating":36,"num_ratings":36,"last_updated":98,"tested_up_to":99,"requires_at_least":100,"requires_php":27,"tags":101,"homepage":33,"download_link":107,"security_score":75,"vuln_count":36,"unpatched_count":36,"last_vuln_date":37,"fetched_at":38},"onhover-link-preview","OnHover Link Preview","1.0.2","\u003Cp>OnHover Link Preview plugin automatically adds link preview pop-ups so visitors can see the preview of the hyperlink without leaving your website, and just hovering over the link.\u003C\u002Fp>\n\u003Cp>Whether users are reading your blog or webpage, they can get a preview of the linked content and get a peak of the preview of the webpage refered.\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Link auto-previews popups work on all types of hyperlinks, under the “entry-content” div class.\u003C\u002Fli>\n\u003Cli>Excludes the header, footer, nav-menu links etc.\u003C\u002Fli>\n\u003Cli>Excludes any Images with a link ( tag).\u003C\u002Fli>\n\u003Cli>No code easy one-click installation.\u003C\u002Fli>\n\u003Cli>Easily specify which Elements, Classes, or IDs of the website to exclude from showing auto-previews.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>This plugin uses “mShots” as a third party service to get the previews. mshots is a Website Thumbnail\u002FSnapshot Service from Automattic licenced GPL-2.0. No data of your’s or your website, is being sent or shared with mShots. You can find it’s licence and policy details from the below URL:\u003Cbr \u002F>\nhttps:\u002F\u002Fgithub.com\u002FAutomattic\u002FmShots\u002Fblob\u002Fmaster\u002FLICENSE\u003C\u002Fp>\n","OnHover Link Preview plugin automatically adds link preview pop-ups so visitors can see the preview of the hyperlink without leaving your website, and &hellip;",2147,"2024-01-16T00:07:00.000Z","6.4.8","5.9",[102,103,104,105,106],"blog","embeds","link-preview","links","mshots","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fonhover-link-preview.1.0.2.zip",{"slug":109,"name":110,"version":111,"author":5,"author_profile":6,"description":112,"short_description":113,"active_installs":47,"downloaded":114,"rating":36,"num_ratings":36,"last_updated":115,"tested_up_to":116,"requires_at_least":26,"requires_php":27,"tags":117,"homepage":33,"download_link":121,"security_score":75,"vuln_count":36,"unpatched_count":36,"last_vuln_date":37,"fetched_at":76},"rest-wp","REST WP","1.0.0","\u003Cp>Say goodbye to juggling multiple tools – REST WP allows you to test and utilize APIs with ease, all from within your WordPress dashboard! Effortlessly test and utilize APIs directly from your WordPress dashboard with REST WP – the ultimate plugin for streamlined API management.\u003C\u002Fp>\n\u003Cp>REST WP allows users to send API calls to an endpoint directly from the WordPress dashboard. It provides a simple and user-friendly interface for making API requests, and allows users to choose from a variety of request methods (GET, POST, PUT, DELETE) as well as customize the request with headers and a body.\u003C\u002Fp>\n\u003Ch3>Functions\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>Send API requests to any endpoint(External or Internal) from within your WordPress dashboard.\u003C\u002Fli>\n\u003Cli>Choose from a variety of request methods (GET, POST, PUT, DELETE) to meet your specific needs.\u003C\u002Fli>\n\u003Cli>Customize your request with headers and a body for more precise API calls.\u003C\u002Fli>\n\u003Cli>View real-time response data including response code, latency, and full response content to get a better understanding of your API’s performance and functionality.\u003C\u002Fli>\n\u003Cli>Streamline your workflow by eliminating the need to switch between multiple tools.\u003C\u002Fli>\n\u003Cli>User-friendly interface makes it easy for both developers and non-developers to use.\u003C\u002Fli>\n\u003Cli>Secure and reliable use of the WordPress HTTP API for all HTTP requests.\u003C\u002Fli>\n\u003Cli>Easily add additional headers to your request with the click of a button.\u003C\u002Fli>\n\u003Cli>Works with any API that allows for HTTP requests.\u003C\u002Fli>\n\u003Cli>Compact and lightweight plugin that won’t slow down your website.\u003C\u002Fli>\n\u003Cli>Compatible with all major WordPress themes and plugins.\u003C\u002Fli>\n\u003Cli>Built with developers in mind – easy to extend and customize.\u003C\u002Fli>\n\u003Cli>Frequently updated with new features and improvements.\u003C\u002Fli>\n\u003C\u002Ful>\n","Say goodbye to juggling multiple tools - REST WP allows you to test and utilize APIs with ease, all from within your WordPress dashboard! Effortlessly &hellip;",933,"2023-01-02T15:04:00.000Z","6.1.10",[118,119,120],"api-testing","rest-api","wp-rest-api","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Frest-wp.1.0.0.zip",{"slug":123,"name":124,"version":125,"author":5,"author_profile":6,"description":126,"short_description":127,"active_installs":36,"downloaded":128,"rating":36,"num_ratings":36,"last_updated":129,"tested_up_to":116,"requires_at_least":26,"requires_php":27,"tags":130,"homepage":33,"download_link":133,"security_score":75,"vuln_count":36,"unpatched_count":36,"last_vuln_date":37,"fetched_at":38},"environment-displayer-for-pantheon","Environment Displayer for Pantheon","1.0.1","\u003Cp>A super light-weight WordPress plugin to display the current Pantheon’s environment in the ADMIN Toolbar of WordPress. Avoid conflicts while working on various envionment, and always besure that you are working on the correct branch. No configurations needed. Just activate it, and your admin panel will display the current environment.\u003C\u002Fp>\n","A super light-weight WordPress plugin to display the current Pantheon's environment in the ADMIN Toolbar of WordPress.",779,"2022-11-18T06:38:00.000Z",[131,132],"pantheon","pantheon-hosting","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fenvironment-displayer-for-pantheon.1.0.1.zip"]