[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fGk8z3rH5Cj2Ex2z8x7Ck_U9od_bkQjmkYD_sHTelefU":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":24,"download_link":25,"security_score":26,"vuln_count":13,"unpatched_count":13,"last_vuln_date":27,"fetched_at":28,"vulnerabilities":29,"developer":30,"crawl_stats":27,"alternatives":37,"analysis":127,"fingerprints":152},"mmr-disable-for-visual-composer-editor","Merge + Minify + Refresh Check Visual Composer","1.0.0","launchinteractive","https:\u002F\u002Fprofiles.wordpress.org\u002Flaunchinteractive\u002F","\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.",10,1305,0,"2020-03-16T05:26:00.000Z","5.4.19","3.6.1","",[19,20,21,22,23],"closure","concatenate","merge","minify","refresh","https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fmerge-minify-refresh","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fmmr-disable-for-visual-composer-editor.zip",85,null,"2026-03-15T15:16:48.613Z",[],{"slug":7,"display_name":7,"profile_url":8,"plugin_count":31,"total_installs":32,"avg_security_score":33,"avg_patch_time_days":34,"trust_score":35,"computed_at":36},4,4520,92,737,73,"2026-04-04T17:03:17.392Z",[38,57,70,88,107],{"slug":39,"name":40,"version":41,"author":7,"author_profile":8,"description":42,"short_description":43,"active_installs":44,"downloaded":45,"rating":46,"num_ratings":47,"last_updated":48,"tested_up_to":49,"requires_at_least":50,"requires_php":51,"tags":52,"homepage":24,"download_link":53,"security_score":54,"vuln_count":55,"unpatched_count":13,"last_vuln_date":56,"fetched_at":28},"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",[19,20,21,22,23],"https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fmerge-minify-refresh.zip",96,2,"2026-01-10 00:00:00",{"slug":58,"name":59,"version":60,"author":7,"author_profile":8,"description":61,"short_description":62,"active_installs":11,"downloaded":63,"rating":64,"num_ratings":65,"last_updated":17,"tested_up_to":15,"requires_at_least":16,"requires_php":17,"tags":66,"homepage":24,"download_link":67,"security_score":68,"vuln_count":13,"unpatched_count":13,"last_vuln_date":27,"fetched_at":69},"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.",1462,20,1,[19,20,21,22,23],"https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fmmr-disable-for-divi.zip",100,"2026-03-15T10:48:56.248Z",{"slug":71,"name":72,"version":73,"author":74,"author_profile":75,"description":76,"short_description":77,"active_installs":11,"downloaded":78,"rating":13,"num_ratings":13,"last_updated":79,"tested_up_to":49,"requires_at_least":80,"requires_php":17,"tags":81,"homepage":86,"download_link":87,"security_score":68,"vuln_count":13,"unpatched_count":13,"last_vuln_date":27,"fetched_at":28},"merge-minify-refresh-clear-caches","Merge + Minify + Refresh Clear Caches","1.1.2","macbookandrew","https:\u002F\u002Fprofiles.wordpress.org\u002Fmacbookandrew\u002F","\u003Cp>This plugin clears other page caches\u002Fproxies when the \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fmerge-minify-refresh\u002F\" rel=\"ugc\">Merge + Minify + Refresh\u003C\u002Fa> cache is regenerated so users don’t end up missing static resources (CSS\u002FJS files) due to a cached page trying to load old static resources.\u003C\u002Fp>\n\u003Cp>Note that every time the Merge + Minify + Refresh cache is purged, your page cache and proxies will be purged as well, forcing them to regenerate the cache.\u003C\u002Fp>\n","This plugin clears other page caches\u002Fproxies when the Merge + Minify + Refresh cache is regenerated.",4344,"2026-01-06T02:47:00.000Z","4.4",[82,83,39,84,85],"caches","cloudflare","performance","speed","https:\u002F\u002Fandrewrminion.com\u002F2018\u002F04\u002Fmerge-minify-refresh-clear-caches\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fmerge-minify-refresh-clear-caches.1.1.2.zip",{"slug":89,"name":90,"version":73,"author":91,"author_profile":92,"description":93,"short_description":94,"active_installs":95,"downloaded":96,"rating":97,"num_ratings":98,"last_updated":99,"tested_up_to":100,"requires_at_least":101,"requires_php":17,"tags":102,"homepage":105,"download_link":106,"security_score":26,"vuln_count":13,"unpatched_count":13,"last_vuln_date":27,"fetched_at":28},"minqueue","MinQueue","Matthew Haines-Young","https:\u002F\u002Fprofiles.wordpress.org\u002Fmattheu\u002F","\u003Cp>Minification & concatenation of JS and CSS files can reduce the file size of your assets, and reduce the number of HTTP requests, helping improve page load times.\u003C\u002Fp>\n\u003Cp>The plugin takes a manually defined list of script\u002Fstyle handles, and minifies and concatenates them into a single file which is then cached for future use.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Features.\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Minifies & concatenates scripts and styles loaded using the WordPress dependency enqueueing system.\u003C\u002Fli>\n\u003Cli>Handles scripts loaded in the header & footer.\u003C\u002Fli>\n\u003Cli>Complete control – only a manually defined list of files is processed.\u003C\u002Fli>\n\u003Cli>Multiple, independently processed files.\u003C\u002Fli>\n\u003Cli>Minified files are only loaded if at least one component file should be loaded.\u003C\u002Fli>\n\u003Cli>Compatable with localized scripts.\u003C\u002Fli>\n\u003Cli>Helper tool – displays a list of scripts and styles enqueued on each page on the front end of the site.\u003C\u002Fli>\n\u003C\u002Ful>\n","Minify & Concatenate Enqueued Scripts & Styles.",200,28610,90,30,"2013-09-19T14:30:00.000Z","3.5.2","3.4",[20,22,103,104],"script","style","https:\u002F\u002Fgithub.com\u002Fmattheu\u002FMPH-Minify","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fminqueue.1.1.2.zip",{"slug":108,"name":109,"version":110,"author":111,"author_profile":112,"description":113,"short_description":114,"active_installs":98,"downloaded":115,"rating":116,"num_ratings":117,"last_updated":118,"tested_up_to":119,"requires_at_least":120,"requires_php":17,"tags":121,"homepage":17,"download_link":126,"security_score":26,"vuln_count":13,"unpatched_count":13,"last_vuln_date":27,"fetched_at":28},"aph-merge-scripts","APH Merge Scripts","1.3.1","Agus Prawoto Hadi","https:\u002F\u002Fprofiles.wordpress.org\u002Fagusph\u002F","\u003Cp>Combining and minifying javascript dan stylesheet files can improve the speed the website as it will reduce the number of HTTP Request and reduce the size of the downloaded file.\u003C\u002Fp>\n\u003Cp>This plugin helps you to do all of that. It will automatically detect and combine javascript and CSS files loaded by a page, into a single file javascript and CSS.\u003C\u002Fp>\n\u003Cp>** Features. **\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Easy to use.\u003C\u002Fli>\n\u003Cli>Merge all CSS and Javascript files into one file – Automatically detect scripts and styles that are required on a page, and then combine them into one file.\u003C\u002Fli>\n\u003Cli>There is a tool in the admin bar that makes it easy to add \u002F manage scripts loaded by a page.\u003C\u002Fli>\n\u003Cli>Support localized script.\u003C\u002Fli>\n\u003Cli>Support remote scripts (Javascript and CSS files hosted on CDN).  Built-in parallel download for optimum download time.\u003C\u002Fli>\n\u003Cli>Support YUI Compressor. We don’t use closure compiler as it is not 100% safe. \u003Ca href=\"http:\u002F\u002Fwebdevcorner.com\u002Fcompress-javascript-file-using-closure-compiler\u002F#compress-file\" rel=\"nofollow ugc\">read here\u003C\u002Fa> \u003C\u002Fli>\n\u003Cli>CSS & Script files URL cleaned from query string, leverage browser cache.\u003C\u002Fli>\n\u003Cli>Easy to view and manage merged files.\u003C\u002Fli>\n\u003Cli>There is an option to put merged script to the header or footer\u003C\u002Fli>\n\u003Cli>Automatically unload CSS and Javascript files that are not found\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>How To Use\u003C\u002Fh3>\n\u003Cp>While loading a page, the plugin will automatically detect the scripts and styles used on the page using WP enqueue system.\u003C\u002Fp>\n\u003Cp>However, in certain circumstances, there are scripts and styles that are not detected automatically, such as akismet-form that usually comes late in the wp_footer\u003C\u002Fp>\n\u003Cp>To check that kind of scripts, first, enable “Show Manage Scripts Menu on the Admin Bar” option in the plugin settings page. This option will add a menu to the admin-bar menu. This menu will appear when you open any page except for the admin page. Now, through that menu, you can choose scripts you want to merge or exclude easily.\u003C\u002Fp>\n","Merge and minify CSS & javascript files into one file. Easy to use. Support remote file - Javascript & CSS files hosted on other server or CDN",6215,88,5,"2016-09-04T01:11:00.000Z","4.7.32","3.5",[122,123,124,125,22],"combine-scripts","combine-styles","merge-scripts","merge-styles","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Faph-merge-scripts.1.3.1.zip",{"attackSurface":128,"codeSignals":140,"taintFlows":147,"riskAssessment":148,"analyzedAt":151},{"hooks":129,"ajaxHandlers":136,"restRoutes":137,"shortcodes":138,"cronEvents":139,"entryPointCount":13,"unprotectedCount":13},[130],{"type":131,"name":132,"callback":133,"file":134,"line":135},"filter","should_mmr","should_mmr_visual_composer","merge-minify-refresh-check-visual-composer.php",38,[],[],[],[],{"dangerousFunctions":141,"sqlUsage":142,"outputEscaping":144,"fileOperations":13,"externalRequests":13,"nonceChecks":13,"capabilityChecks":13,"bundledLibraries":146},[],{"prepared":13,"raw":13,"locations":143},[],{"escaped":13,"rawEcho":13,"locations":145},[],[],[],{"summary":149,"deductions":150},"The 'mmr-disable-for-visual-composer-editor' v1.0.0 plugin exhibits an exceptionally strong security posture based on the provided static analysis. The absence of any detected attack surface, including AJAX handlers, REST API routes, shortcodes, or cron events, significantly minimizes the potential for external exploitation. Furthermore, the code signals are overwhelmingly positive, with no dangerous functions, all SQL queries utilizing prepared statements, and all outputs being properly escaped. The lack of file operations, external HTTP requests, and the absence of nonce and capability checks, while potentially indicative of a very simple plugin, do not present immediate risks given the zero attack surface.\n\nThe plugin's vulnerability history is also a major strength, with no known CVEs recorded. This, combined with the clean static analysis, suggests a well-developed and secure piece of code. The absence of any taint analysis findings further reinforces this positive assessment.\n\nIn conclusion, 'mmr-disable-for-visual-composer-editor' v1.0.0 appears to be a highly secure plugin. Its strengths lie in its minimal attack surface and the evident adherence to secure coding practices. The primary weakness, if it can be called that, is the lack of any discernible functionality that would necessitate the use of more robust security checks like nonces or capability checks, which is a reflection of its apparent simplicity rather than a security flaw.",[],"2026-03-16T23:58:45.789Z",{"wat":153,"direct":158},{"assetPaths":154,"generatorPatterns":155,"scriptPaths":156,"versionParams":157},[],[],[],[],{"cssClasses":159,"htmlComments":160,"htmlAttributes":161,"restEndpoints":162,"jsGlobals":163,"shortcodeOutput":164},[],[],[],[],[],[]]