[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fe9m1mkLG-4F8lCRhUKlXujWnPFaZoARvPv7WrXNq1Zw":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},"satya61229","Satya Prakash","https:\u002F\u002Fprofiles.wordpress.org\u002Fsatya61229\u002F",3,100,85,30,84,"2026-04-04T21:16:07.785Z",[14,38,56],{"slug":15,"name":16,"version":17,"author":5,"author_profile":6,"description":18,"short_description":19,"active_installs":20,"downloaded":21,"rating":8,"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":9,"vuln_count":35,"unpatched_count":35,"last_vuln_date":36,"fetched_at":37},"performance-optimization-order-styles-and-javascript","Performance Optimization: Order Styles and Javascript","1.0","\u003Cp>Did you ever read about Optimization of website\u002Fblog through ordering styles and Scripts in head section?\u003Cbr \u002F>\nIf you like your website load in browser as quickly as possible then you may have read in performance optimization tips that\u003Cbr \u002F>\nyou should move all CSS files on top and script at last in HTML head section \u003Chead>\u003C\u002Fhead>.\u003C\u002Fp>\n\u003Cp>How do you order those calls? If you are manually putting CSS and JavaScript files in head section (\u003Chead>\u003C\u002Fhead>),\u003Cbr \u002F>\nthen you can do this very easily. Just modify once and optimization for this is over.\u003Cbr \u002F>\nWhat if you are using plugins and that are adding calls to JavaScript and CSS files dynamically. This is case of WordPress blog,\u003Cbr \u002F>\nwhere we use many plugins and those plugins add various Styles and Script files dynamically from wp_head() call.\u003C\u002Fp>\n\u003Cp>If above lines, do not makes much sense to you then probably you have not\u003Cbr \u002F>\nread this documentation on \u003Ca href=\"http:\u002F\u002Fcode.google.com\u002Fspeed\u002Fpage-speed\u002Fdocs\u002Frtt.html#PutStylesBeforeScripts\" rel=\"nofollow ugc\">Google\u003C\u002Fa>.\u003C\u002Fp>\n\u003Cp>The plugin will also collect different inline scripts to one place. Thus making the source code\u003Cbr \u002F>\nlook better.\u003C\u002Fp>\n\u003Cp>To check, if the plugin is doing anything or not, compare the Head section before and after\u003Cbr \u002F>\nactivating the plugin.\u003C\u002Fp>\n\u003Cp>(For reading more details discussion, follow the Plugin link on right side.)\u003C\u002Fp>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fprofiles.wordpress.org\u002Fsatya61229\" rel=\"nofollow ugc\">Author (satya61229) About page on WP\u003C\u002Fa>\u003C\u002Fp>\n","Ordering StyleSheet and JavaScript (external and inline) for performance optimization.",80,13395,6,"2013-10-11T09:46:00.000Z","3.6.1","2.0.2","",[28,29,30,31,32],"css","optimization","performance","speed","style","http:\u002F\u002Fwww.satya-weblog.com\u002F?p=2392","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fperformance-optimization-order-styles-and-javascript.1.0.zip",0,null,"2026-03-15T15:16:48.613Z",{"slug":39,"name":40,"version":41,"author":5,"author_profile":6,"description":42,"short_description":43,"active_installs":44,"downloaded":45,"rating":8,"num_ratings":46,"last_updated":47,"tested_up_to":24,"requires_at_least":25,"requires_php":26,"tags":48,"homepage":54,"download_link":55,"security_score":9,"vuln_count":35,"unpatched_count":35,"last_vuln_date":36,"fetched_at":37},"escape-html","Escape HTML","1.1","\u003Cp>To show \u003Ccode>\u003Cb>text\u003C\u002Fb>\u003C\u002Fcode> to visitors we need to enter \u003Ccode>\u003Cb>text\u003C\u002Fb>\u003C\u002Fcode> in our WordPress Text editor. For posting code online, three characters (\u003Ccode>\u003C\u003C\u002Fcode>, \u003Ccode>>\u003C\u002Fcode> and \u003Ccode>&\u003C\u002Fcode>) need to be escaped.  We can do that online \u003Ca href=\"http:\u002F\u002Fwww.satya-weblog.com\u002Ftools\u002Fhtmlencode.php\" rel=\"nofollow ugc\">tool\u003C\u002Fa>, manually converting \u003Ccode>\u003C\u003C\u002Fcode> to \u003C etc. or using easy to use Plugin. It also helps with syntax Highlighter where you need to escape markup before putting that code in WordPress Editor.\u003C\u002Fp>\n\u003Cp>It escapes markup code inside \u003Ccode>\u003Cpre>\u003C\u002Fcode>, \u003Ccode>\u003Ccode>\u003C\u002Fcode> and \u003Ccode>\u003Ctt>\u003C\u002Fcode>.\u003Cbr \u002F>\nThe plugin can also be used with any Syntax Highlighter where you need to escapes Markup inside \u003Ccode>\u003Cpre>\u003C\u002Fcode>, \u003Ccode>\u003Ccode>\u003C\u002Fcode> and \u003Ccode>\u003Ctt>\u003C\u002Fcode>. Just put your code inside Text Mode of Editor and then either Save as Draft or Publish. Check you code now and it may have converted for online posting of code.\u003C\u002Fp>\n\u003Cp>This plugin only come into effect when we save a post and it only affect those text written inside \u003Ccode>\u003Cpre>\u003C\u002Fcode>, \u003Ccode>\u003Ccode>\u003C\u002Fcode> and \u003Ccode>\u003Ctt>\u003C\u002Fcode> tag.\u003C\u002Fp>\n\u003Cp>For more information about this plugin and wordpress setting related to this plugin, please \u003Ca href=\"http:\u002F\u002Fwww.satya-weblog.com\u002F\" rel=\"nofollow ugc\">check here\u003C\u002Fa>.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Related Plugin – \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fescape-html-for-prism-syntax-highlighter\u002F\" rel=\"ugc\">Escaping Markup for Prism\u003C\u002Fa>\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>Another WP plugin from \u003Ca href=\"http:\u002F\u002Fwww.satya-weblog.com\u002F\" rel=\"nofollow ugc\">Satya\u003C\u002Fa> – \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fextend\u002Fplugins\u002Fperformance-optimization-order-styles-and-javascript\u002F\" rel=\"ugc\">Performance Optimization: Order Styles and JavaScript\u003C\u002Fa>.\u003C\u002Fp>\n","This plugin Escape Markup Code (HTML, etc) to Post Code Online.",10,3674,1,"2013-10-12T10:17:00.000Z",[49,50,51,52,53],"code","encode","entity","escape","script","http:\u002F\u002Fwww.satya-weblog.com\u002F2010\u002F09\u002Fnew-wordpress-plugin-escape-html.html","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fescape-html.1.1.zip",{"slug":57,"name":58,"version":59,"author":5,"author_profile":6,"description":60,"short_description":61,"active_installs":44,"downloaded":62,"rating":8,"num_ratings":63,"last_updated":64,"tested_up_to":24,"requires_at_least":25,"requires_php":26,"tags":65,"homepage":66,"download_link":67,"security_score":9,"vuln_count":35,"unpatched_count":35,"last_vuln_date":36,"fetched_at":37},"escape-html-for-prism-syntax-highlighter","Escape HTML For Prism Syntax Highlighter","0.5","\u003Cp>This plugin is a extension of my earlier plugin \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fescape-html\u002F\" rel=\"ugc\">Escape HTML\u003C\u002Fa>.\u003Cbr \u002F>\nMany of us post code and scripts online on WordPress and for that we need to escape those codes to html entities. For posting inside WordPress, we need to escape few characters so that it appears as it is to visitors. There are few online \u003Ca href=\"http:\u002F\u002Fwww.satya-weblog.com\u002Ftools\u002Fhtmlencode.php\" rel=\"nofollow ugc\">escaping tool\u003C\u002Fa> as well. This plugin save your effort to escape code manually.\u003C\u002Fp>\n\u003Cp>The plugin – Escape HTML For Prism Syntax Highlighter – take cares of \u003Ccode>\u003C\u003C\u002Fcode>, \u003Ccode>>\u003C\u002Fcode> and \u003Ccode>&\u003C\u002Fcode>. Without converting HTML code to HTML entities, Prism will strip off those HTML.\u003C\u002Fp>\n\u003Cp>This plugin work when we Save or Draft a Post and it only affect those text written inside \u003Cpre>\u003Ccode> Affected Code \u003C\u002Fcode>\u003C\u002Fpre>.\u003Cbr \u002F>\nMost feed readers do not support JavaScript. So, many blog owners are using client-side syntax highlighter based on JavaScript. Prism is one just lightweight and fast Syntax Highlighter based on JavaScript.\u003C\u002Fp>\n\u003Cp>This plugin does not require any setting. Just install and enable it.\u003Cbr \u002F>\nFor more information about this plugin – \u003Ca href=\"http:\u002F\u002Fwww.satya-weblog.com\u002F\" rel=\"nofollow ugc\">Escape HTML For Prism Syntax Highlighter\u003C\u002Fa>.\u003C\u002Fp>\n","Helpful plugin for those who post HTML\u002FMarkup using Prism. It support \u003Cpre>\u003Ccode class=\"language-xxxx\"> syntax.",2130,2,"2013-10-11T09:48:00.000Z",[49,50,51,52,53],"http:\u002F\u002Fwww.satya-weblog.com\u002F2013\u002F10\u002Fa-lightweight-javascript-syntax-highlighter-prism.html","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fescape-html-for-prism-syntax-highlighter.zip"]