[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$f_vU9BgMST1v-XCpDt08AplZPq80vR5fsxqyDMBc7fbs":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},"launchinteractive","https:\u002F\u002Fprofiles.wordpress.org\u002Flaunchinteractive\u002F",4,4520,92,737,73,"2026-04-04T13:05:37.679Z",[13,40,64,78],{"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":22,"last_updated":23,"tested_up_to":24,"requires_at_least":25,"requires_php":26,"tags":27,"homepage":33,"download_link":34,"security_score":35,"vuln_count":36,"unpatched_count":37,"last_vuln_date":38,"fetched_at":39},"merge-minify-refresh","Merge + Minify + Refresh","2.15","\u003Cp>Development for this plugin is now done on \u003Ca href=\"https:\u002F\u002Fgithub.com\u002FLaunch-Interactive\u002FMerge-Minify-Refresh\" rel=\"nofollow ugc\">GitHub\u003C\u002Fa>. Pull requests are welcome.\u003C\u002Fp>\n\u003Cp>This plugin merges\u002Fconcatenates Cascading Style Sheets & Javascript files into groups. It then minifies the generated files using Minify (for CSS) and Google Closure (for JS – fallback to Minify when not available). Minification is done via WP-Cron so that it doesn’t slow down the website. When JS or CSS changes files are re-processed. No need to empty cache!\u003C\u002Fp>\n\u003Cp>Inspired by \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fminqueue\u002F\" rel=\"ugc\">MinQueue\u003C\u002Fa> and \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fdependency-minification\" rel=\"ugc\">Dependency Minification\u003C\u002Fa> plugins.\u003C\u002Fp>\n\u003Cp>Minification by \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fmatthiasmullie\u002Fminify\" rel=\"nofollow ugc\">Minify\u003C\u002Fa> and \u003Ca href=\"https:\u002F\u002Fdevelopers.google.com\u002Fclosure\u002F\" rel=\"nofollow ugc\">Google Closure\u003C\u002Fa>\u003C\u002Fp>\n\u003Cp>In order to ensure fast loading times it’s recommended to set long expiry dates for CSS and JS as well as make sure gzip or deflate is on.\u003C\u002Fp>\n\u003Cp>Version 1.10 added should_mmr filter which allows developers to disable MMR when needed. You could use this to disable MMR for certain WordPress roles or with some Page Builders. Three new plugins have been created that utilise this:\u003Cbr \u002F>\n\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fmmr-disable-for-divi\" rel=\"ugc\">Merge + Minify + Refresh Check DIVI\u003C\u002Fa>, \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fmmr-disable-for-visual-composer-editor\" rel=\"ugc\">Merge + Minify + Refresh Check Visual Composer\u003C\u002Fa> and \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fmmr-disable-for-beaver-builder-editor\" rel=\"ugc\">Merge + Minify + Refresh Check Beaver Builder\u003C\u002Fa>. Please install these when required.\u003C\u002Fp>\n\u003Cp>Version 1.6 added support for HTTP2 Server Push to further speed up your requests (thanks to \u003Ca href=\"https:\u002F\u002Fwww.slightfuture.com\" rel=\"nofollow ugc\">Daniel Aleksandersen\u003C\u002Fa>).\u003C\u002Fp>\n\u003Cp>Version 1.6.9 added the ability to specify the cache directory. Set MMR_CACHE_DIR & MMR_CACHE_URL constants in wp-config.php. MMR_CACHE_DIR must be full server path and MMR_CACHE_URL must be absolute URL for this to work correctly (thanks to \u003Ca href=\"https:\u002F\u002Fwww.slightfuture.com\" rel=\"nofollow ugc\">Daniel Aleksandersen\u003C\u002Fa>).\u003C\u002Fp>\n\u003Cp>Version 1.6.11 added the ability to specify seperate cache urls for javascript and CSS. Use MMR_JS_CACHE_URL & MMR_CSS_CACHE_URL to replace MMR_CACHE_URL.\u003C\u002Fp>\n\u003Cp>Version 1.7.0 added the ability to generate .css.gz & .js.gz files. Your webserver may need to be configured to use these files. Here is how to use these files in Apache (mod_rewrite, mod_deflate and mod_headers need to be enabled):\u003C\u002Fp>\n\u003Cpre>\u003Ccode>\u003CIfModule mod_rewrite.c>\n    \u003CIfModule mod_deflate.c>\n        \u003CIfModule mod_headers.c>\n&#35;Serve gzip compressed CSS files if they exist and the client accepts gzip.\nRewriteCond %{HTTP:Accept-encoding} gzip\nRewriteCond %{REQUEST_FILENAME}\\.gz -s\nRewriteRule ^(.*)\\.css $1\\.css\\.gz [QSA]\n\n&#35;Serve gzip compressed JS files if they exist and the client accepts gzip.\nRewriteCond %{HTTP:Accept-encoding} gzip\nRewriteCond %{REQUEST_FILENAME}\\.gz -s\nRewriteRule ^(.*)\\.js $1\\.js\\.gz [QSA]\n\n&#35;Serve correct content types, and prevent mod_deflate double gzip.\nRewriteRule \\.css\\.gz$ - [T=text\u002Fcss,E=no-gzip:1,E=is_gzip:1]\nRewriteRule \\.js\\.gz$ - [T=text\u002Fjavascript,E=no-gzip:1,E=is_gzip:1]\nHeader set Content-Encoding \"gzip\" env=is_gzip\n        \u003C\u002FIfModule>\n    \u003C\u002FIfModule>\n\u003C\u002FIfModule>\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>Version 1.8.8 added a “merge_minify_refresh_done” hook that fires when JS or CSS has changed.\u003C\u002Fp>\n\u003Cp>Version 1.11 added two new constants:\u003Cbr \u002F>\nMMR_USE_CLOSURE – allows Google Closure Javascript minification to be disabled.\u003Cbr \u002F>\nMMR_REMOVE_EXPIRED – disables removing expired files.\u003C\u002Fp>\n\u003Cp>Version 1.13 added two new filters which can be used to exclude specific files:\u003Cbr \u002F>\nmmr_ignored_css_sources\u003Cbr \u002F>\nmmr_ingnored_js_sources\u003Cbr \u002F>\nVersion 1.13 also automatically moves the WordPress inline styles to a global stylesheet which it then enqueues.\u003C\u002Fp>\n\u003Cp>Version 1.14.3 added two new filters which can be used to modify the output before it gets saved:\u003Cbr \u002F>\nmodify_css_output_before_save\u003Cbr \u002F>\nmodify_js_output_before_save\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Note\u003C\u002Fstrong> Installing this plugin on a server with the eAccellerator module installed has the potential to break as Minify uses anonymous functions which return NULL. \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Feaccelerator\u002Feaccelerator\u002Fissues\u002F12\" rel=\"nofollow ugc\">View eAccellerator Issue Thread\u003C\u002Fa>\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Features\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Merges JS and CSS files to reduce the number of HTTP requests\u003C\u002Fli>\n\u003Cli>Handles scripts loaded in the header & footer\u003C\u002Fli>\n\u003Cli>Compatible with localised scripts\u003C\u002Fli>\n\u003Cli>Creates WP-Cron for minification as this can take some time to complete\u003C\u002Fli>\n\u003Cli>Minifies JS with Google Closure (requires php exec) with fallback to Minify\u003C\u002Fli>\n\u003Cli>Minifies CSS with Minify\u003C\u002Fli>\n\u003Cli>Failed minification doesn’t break the site. Visitors will instead only see the merged results\u003C\u002Fli>\n\u003Cli>Stores Assets in \u002Fwp-content\u002Fmmr\u002F folder\u003C\u002Fli>\n\u003Cli>Uses last modified date in filename so any changes to JS or CSS automatically get re-processed and downloaded on browser refresh\u003C\u002Fli>\n\u003Cli>View status of merge and minify on settings page in WordPress admin\u003C\u002Fli>\n\u003Cli>Option to enable http2 server push (thanks to \u003Ca href=\"https:\u002F\u002Fwww.slightfuture.com\" rel=\"nofollow ugc\">Daniel Aleksandersen\u003C\u002Fa>)\u003C\u002Fli>\n\u003Cli>Option to enable output buffering for compatibility and so footer scripts can be HTTP2 pushed\u003C\u002Fli>\n\u003Cli>Ability to turn off minification\u003C\u002Fli>\n\u003Cli>Ability to turn off concatenation\u003C\u002Fli>\n\u003Cli>Ability to manually ignore scripts or css\u003C\u002Fli>\n\u003Cli>Ignores conditional scripts and styles\u003C\u002Fli>\n\u003Cli>Ability to specify cache directories\u003C\u002Fli>\n\u003Cli>Ability to generate .css.gz & .js.gz files (Thanks to Marcus Svensson)\u003C\u002Fli>\n\u003Cli>Works with WordPress Multisite\u003C\u002Fli>\n\u003C\u002Ful>\n","Merges\u002FConcatenates CSS & Javascript and then minifies using Minify (for CSS) and Google Closure (for JS with Minify as a fallback).",4000,442533,84,68,"2026-01-05T04:44:00.000Z","6.9.0","6.4.0","7.4",[28,29,30,31,32],"closure","concatenate","merge","minify","refresh","https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fmerge-minify-refresh","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fmerge-minify-refresh.zip",96,2,0,"2026-01-10 00:00:00","2026-03-15T15:16:48.613Z",{"slug":41,"name":42,"version":43,"author":4,"author_profile":5,"description":44,"short_description":45,"active_installs":46,"downloaded":47,"rating":48,"num_ratings":49,"last_updated":50,"tested_up_to":51,"requires_at_least":52,"requires_php":53,"tags":54,"homepage":60,"download_link":61,"security_score":62,"vuln_count":37,"unpatched_count":37,"last_vuln_date":63,"fetched_at":39},"publish-view","Publish View","2.3.2","\u003Cp>Adds a button so you can save Publish or save Draft and view in one step.\u003C\u002Fp>\n","Adds a button so you can save Publish or save Draft and view in one step.",500,5151,100,3,"2017-04-27T02:37:00.000Z","4.7.32","3.6.1","",[55,56,57,58,59],"draft","publish","save","update","view","https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fpublish-view","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fpublish-view.zip",85,null,{"slug":65,"name":66,"version":67,"author":4,"author_profile":5,"description":68,"short_description":69,"active_installs":70,"downloaded":71,"rating":72,"num_ratings":73,"last_updated":53,"tested_up_to":74,"requires_at_least":52,"requires_php":53,"tags":75,"homepage":33,"download_link":76,"security_score":48,"vuln_count":37,"unpatched_count":37,"last_vuln_date":63,"fetched_at":77},"mmr-disable-for-divi","Merge + Minify + Refresh Check DIVI","1.1.1","\u003Cp>This plugin allows the DIVI editor to work with \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fmerge-minify-refresh\" rel=\"ugc\">Merge + Minify + Refresh\u003C\u002Fa>.\u003C\u002Fp>\n","Disable MMR when editing a page using the DIVI editor.",10,1462,20,1,"5.4.19",[28,29,30,31,32],"https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fmmr-disable-for-divi.zip","2026-03-15T10:48:56.248Z",{"slug":79,"name":80,"version":81,"author":4,"author_profile":5,"description":82,"short_description":83,"active_installs":70,"downloaded":84,"rating":37,"num_ratings":37,"last_updated":85,"tested_up_to":74,"requires_at_least":52,"requires_php":53,"tags":86,"homepage":33,"download_link":87,"security_score":62,"vuln_count":37,"unpatched_count":37,"last_vuln_date":63,"fetched_at":39},"mmr-disable-for-visual-composer-editor","Merge + Minify + Refresh Check Visual Composer","1.0.0","\u003Cp>This plugin allows the Visual Composer editor to work with \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fmerge-minify-refresh\" rel=\"ugc\">Merge + Minify + Refresh\u003C\u002Fa>.\u003C\u002Fp>\n","Disable MMR when editing a page using the Visual Composer editor.",1305,"2020-03-16T05:26:00.000Z",[28,29,30,31,32],"https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fmmr-disable-for-visual-composer-editor.zip"]