[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fkFjBIYY45vZJQrEXbE3cCV8uXvDLm7hgVKGKW83amEE":3},{"slug":4,"display_name":4,"profile_url":5,"plugin_count":6,"total_installs":7,"avg_security_score":8,"avg_patch_time_days":9,"trust_score":10,"computed_at":11,"plugins":12},"peterarends","https:\u002F\u002Fprofiles.wordpress.org\u002Fpeterarends\u002F",2,40,93,30,89,"2026-04-05T02:04:20.299Z",[13,37],{"slug":14,"name":15,"version":16,"author":4,"author_profile":5,"description":17,"short_description":18,"active_installs":19,"downloaded":20,"rating":21,"num_ratings":21,"last_updated":22,"tested_up_to":23,"requires_at_least":24,"requires_php":25,"tags":26,"homepage":32,"download_link":33,"security_score":34,"vuln_count":21,"unpatched_count":21,"last_vuln_date":35,"fetched_at":36},"proper-redirect","Proper Redirect","0.01","\u003Cp>Redirects you to the proper URL of the website. In case of stumbling upon a working alias.\u003C\u002Fp>\n\u003Cp>Normally (depending on your settings or control panel) http:\u002F\u002Fmisterwebsite.nl (an alias of www.mrwebsite.nl) just works, but it should be redirected to \u003Ca href=\"http:\u002F\u002Fwww.mrwebsite.nl\" title=\"MrWebsite\" rel=\"nofollow ugc\">http:\u002F\u002Fwww.mrwebsite.nl\u003C\u002Fa>.\u003Cbr \u002F>\nThe same goes for http:\u002F\u002Fmrwebsite.nl (it should be with www. instead without), https:\u002F\u002Fwww.mrwebsite.nl (it should be http instead of https) and all other aliases.\u003C\u002Fp>\n\u003Cp>Before WordPress 3 this just worked out of the box. But it does not anymore.\u003C\u002Fp>\n","Redirects you to the proper URL of the website. In case of stumbling upon a working alias.",20,3438,0,"2011-06-24T09:32:00.000Z","3.1.4","3.0.1","",[27,28,29,30,31],"alias","aliasses","multiple-domain-names","multiple-urls","redirect","http:\u002F\u002Fwww.mrwebsite.nl\u002Fproper-redirect","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fproper-redirect.zip",85,null,"2026-03-15T15:16:48.613Z",{"slug":38,"name":39,"version":40,"author":4,"author_profile":5,"description":41,"short_description":42,"active_installs":19,"downloaded":43,"rating":21,"num_ratings":21,"last_updated":25,"tested_up_to":44,"requires_at_least":45,"requires_php":46,"tags":47,"homepage":25,"download_link":53,"security_score":54,"vuln_count":21,"unpatched_count":21,"last_vuln_date":35,"fetched_at":55},"simple-page-cache","Simple Page Cache","1.1.1","\u003Cp>\u003Cstrong>Simple Page Cache\u003C\u002Fstrong> is an extremely simple, super-fast page cache for WordPress. The plugin stores full HTML pages on disk for non-logged-in visitors. The cache is automatically cleared when content is updated, ensuring visitors always see fresh content. Ideal for small to medium-sized sites and webshops that want maximum speed without complex settings.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Main features:\u003C\u002Fstrong>\u003Cbr \u002F>\n– Caching for non-logged-in users (GET requests only)\u003Cbr \u002F>\n– \u003Cstrong>Path-based cache structure\u003C\u002Fstrong> for nginx direct serving (\u003Ccode>\u002Fhost\u002Fpath\u002Findex.html\u003C\u002Fcode>)\u003Cbr \u002F>\n– Cache files are stored in \u003Ccode>\u002Fwp-content\u002Fuploads\u002Fsimple-page-cache\u002F\u003C\u002Fcode>\u003Cbr \u002F>\n– Drop-in (\u003Ccode>advanced-cache.php\u003C\u002Fcode>) for maximum speed before WordPress loads\u003Cbr \u002F>\n– \u003Cstrong>Nginx configuration generation\u003C\u002Fstrong> for direct cache serving\u003Cbr \u002F>\n– \u003Cstrong>Automatic cache clearing\u003C\u002Fstrong> when posts\u002Fpages are updated\u003Cbr \u002F>\n– \u003Cstrong>E-commerce integration\u003C\u002Fstrong> with intelligent cache clearing for:\u003Cbr \u002F>\n  – WooCommerce (orders, stock updates, product changes)\u003Cbr \u002F>\n  – Easy Digital Downloads (purchases, download updates)\u003Cbr \u002F>\n  – BigCommerce for WordPress (product updates)\u003Cbr \u002F>\n  – Generic e-commerce plugins (product post types)\u003Cbr \u002F>\n– Automatic detection of dynamic pages (cart, checkout, account, wishlist) for:\u003Cbr \u002F>\n  – WooCommerce\u003Cbr \u002F>\n  – BigCommerce for WordPress\u003Cbr \u002F>\n  – Easy Digital Downloads\u003Cbr \u002F>\n  – iThemes Exchange\u003Cbr \u002F>\n  – Jigoshop\u003Cbr \u002F>\n  – WP-Shop\u003Cbr \u002F>\n– Detected dynamic pages are automatically excluded from caching\u003Cbr \u002F>\n– Manual cache clearing via admin bar button\u003Cbr \u002F>\n– \u003Cstrong>Nginx config regeneration\u003C\u002Fstrong> via admin bar button\u003Cbr \u002F>\n– Performance comments in cached HTML files\u003Cbr \u002F>\n– No complex settings, no database writes\u003C\u002Fp>\n\u003Ch3>Nginx Configuration\u003C\u002Fh3>\n\u003Cp>For maximum performance, you can configure nginx to serve cached files directly without PHP processing:\u003C\u002Fp>\n\u003Col>\n\u003Cli>\u003Cstrong>Copy the nginx configuration\u003C\u002Fstrong> from \u003Ccode>\u002Fwp-content\u002Fuploads\u002Fsimple-page-cache\u002Fnginx.conf\u003C\u002Fcode>\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Add the configuration\u003C\u002Fstrong> to your nginx server block for your domain\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Test nginx configuration\u003C\u002Fstrong>: \u003Ccode>sudo nginx -t\u003C\u002Fcode>\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Reload nginx\u003C\u002Fstrong>: \u003Ccode>sudo systemctl reload nginx\u003C\u002Fcode>\u003C\u002Fli>\n\u003C\u002Fol>\n\u003Cp>The nginx configuration includes:\u003Cbr \u002F>\n– Internal location block for serving cached files\u003Cbr \u002F>\n– Automatic cache bypass for logged-in users\u003Cbr \u002F>\n– Automatic cache bypass for requests with query strings\u003Cbr \u002F>\n– Debug headers to identify cache hits\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Benefits of nginx direct serving:\u003C\u002Fstrong>\u003Cbr \u002F>\n– Faster response times (no PHP processing)\u003Cbr \u002F>\n– Lower server load\u003Cbr \u002F>\n– Better scalability\u003Cbr \u002F>\n– Direct file serving from disk\u003C\u002Fp>\n\u003Ch3>How it works\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>For every non-logged-in visitor and every GET request, a static HTML file is created and served.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Path-based cache structure\u003C\u002Fstrong>: Cache files are organized as \u003Ccode>\u002Fhost\u002Fpath\u002Findex.html\u003C\u002Fcode> for direct nginx serving.\u003C\u002Fli>\n\u003Cli>Pages with characteristics of dynamic e-commerce pages (such as cart, checkout, account, wishlist) are automatically detected and excluded from caching. The plugin recognizes WooCommerce, BigCommerce, Easy Digital Downloads, iThemes Exchange, Jigoshop, and WP-Shop.\u003C\u002Fli>\n\u003Cli>The list of excluded pages is automatically maintained in a file in the cache directory.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Automatic cache clearing\u003C\u002Fstrong>: When posts or pages are updated, the plugin efficiently clears cache using the new path-based structure and scans for related content.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>E-commerce integration\u003C\u002Fstrong>: For WooCommerce, when orders are placed or product stock is updated, the plugin automatically clears cache for the affected products and related pages (categories, tags, shop pages, homepage).\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Performance comments\u003C\u002Fstrong>: Each cached HTML file includes a comment with timestamp and host information for debugging and transparency.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Nginx integration\u003C\u002Fstrong>: Generated nginx configuration allows direct serving of cached files without PHP processing for maximum performance.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Clearing the cache\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>Click the “Clear Page Cache” button in the admin bar (visible to administrators only) to remove all cache files.\u003C\u002Fli>\n\u003Cli>Click the “Regenerate nginx.conf” button in the admin bar to regenerate the nginx configuration file.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Deactivation\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>When deactivating the plugin:\n\u003Cul>\n\u003Cli>The drop-in \u003Ccode>advanced-cache.php\u003C\u002Fcode> is removed.\u003C\u002Fli>\n\u003Cli>The \u003Ccode>define('WP_CACHE', true);\u003C\u002Fcode> line (if placed by this plugin) is removed from \u003Ccode>wp-config.php\u003C\u002Fcode>.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003C\u002Fli>\n\u003C\u002Ful>\n","Simple, blazing fast static page cache for WordPress. Caches HTML for non-logged-in users with intelligent cache clearing for e-commerce sites.",486,"6.8.5","5.0","7.4",[48,49,50,51,52],"cache","edd","performance","static","woocommerce","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fsimple-page-cache.1.1.1.zip",100,"2026-03-15T10:48:56.248Z"]