{"id":8391,"date":"2016-02-17T21:10:19","date_gmt":"2016-02-17T21:10:19","guid":{"rendered":"https:\/\/wp.okra.host\/article\/passenger-backed-apps-perform-unscripted-optimizations\/"},"modified":"2021-03-07T14:08:46","modified_gmt":"2021-03-07T13:08:46","slug":"passenger-backed-apps-perform-unscripted-optimizations","status":"publish","type":"ht_kb","link":"https:\/\/kb.okra.host\/de\/article\/passenger-backed-apps-perform-unscripted-optimizations\/","title":{"rendered":"Von Passagieren unterst\u00fctzte Apps f\u00fchren nicht geskriptete Optimierungen durch"},"content":{"rendered":"<h2 id=\"overview\" >Overview<\/h2>\n<p>Applications launched through <a href=\"https:\/\/kb.okra.host\/cgi-passenger\/passenger-supported-apps\/\">Passenger<\/a>, which includes Node, Python, Ruby, and Meteor, may receive\u00a0optimizations to JavaScript, CSS, and image assets which are not explicitly defined within application logic.<\/p>\n<p>Take for example a\u00a0small external JavaScript asset that may become\u00a0inlined <em>after the first request<\/em>:<\/p>\n<pre data-language=\"html\"><code>&lt;head&gt;\r\n&lt;script src=\"\/\/test.js\"\"&gt;&lt;\/script&gt;\r\n&lt;!-- rest of head --&gt;<\/code><\/pre>\n<p>becomes:<\/p>\n<pre data-language=\"html\"><code>&lt;head&gt;\r\n&lt;script&gt;\/\/&lt;![CDATA[\r\nconsole.log(\"Hello 212a.\");\r\n\/\/]]>\r\n&lt;\/script&gt;\r\n &lt;!-- rest of head --&gt;<\/code><\/pre>\n<h2 id=\"cause\" >Cause<\/h2>\n<p>This is caused by an interaction between <a href=\"https:\/\/kb.okra.host\/web-content\/pagespeed-support\/\">Pagespeed<\/a> and Passenger. Pagespeed attempts to optimize inefficient\u00a0layouts by performing a <a href=\"https:\/\/developers.google.com\/speed\/pagespeed\/module\/config_filters\">litany of optimizations<\/a>, including inlining external requests that reside on the same domain if the embedded cost is less than the cost of making a subsequent HTTP request to fetch the asset.<\/p>\n<h2 id=\"solution\" >Solution<\/h2>\n<p>Disable Pagespeed (see KB: <a href=\"https:\/\/kb.okra.host\/web-content\/disabling-pagespeed\/\">Disabling PageSpeed<\/a>) by locating the rule within the <a href=\"https:\/\/kb.okra.host\/web-content\/where-is-site-content-served-from\/\">document root<\/a> for the site. Note that Passenger-backed apps do not recursively\u00a0inherit .htaccess rules as would be the case if the application were not managed by Passenger.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Overview Applications launched through Passenger, which includes Node, Python, Ruby, and Meteor, may receive\u00a0optimizations to JavaScript, CSS, and image assets which are not explicitly defined within application logic. Take for example a\u00a0small external JavaScript asset that may become\u00a0inlined after the first request: &lt;head&gt; &lt;script src=&#8221;\/\/test.js&#8221;&#8221;&gt;&lt;\/script&gt; &lt;!&#8211; rest of head &#8211;&gt;&#8230;<\/p>","protected":false},"author":1,"comment_status":"close","ping_status":"closed","template":"","format":"standard","meta":{"footnotes":""},"ht-kb-category":[55],"ht-kb-tag":[],"class_list":["post-8391","ht_kb","type-ht_kb","status-publish","format-standard","hentry","ht_kb_category-cgi-passenger"],"_links":{"self":[{"href":"https:\/\/kb.okra.host\/de\/wp-json\/wp\/v2\/ht-kb\/8391","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/kb.okra.host\/de\/wp-json\/wp\/v2\/ht-kb"}],"about":[{"href":"https:\/\/kb.okra.host\/de\/wp-json\/wp\/v2\/types\/ht_kb"}],"author":[{"embeddable":true,"href":"https:\/\/kb.okra.host\/de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/kb.okra.host\/de\/wp-json\/wp\/v2\/comments?post=8391"}],"version-history":[{"count":1,"href":"https:\/\/kb.okra.host\/de\/wp-json\/wp\/v2\/ht-kb\/8391\/revisions"}],"predecessor-version":[{"id":8392,"href":"https:\/\/kb.okra.host\/de\/wp-json\/wp\/v2\/ht-kb\/8391\/revisions\/8392"}],"wp:attachment":[{"href":"https:\/\/kb.okra.host\/de\/wp-json\/wp\/v2\/media?parent=8391"}],"wp:term":[{"taxonomy":"ht_kb_category","embeddable":true,"href":"https:\/\/kb.okra.host\/de\/wp-json\/wp\/v2\/ht-kb-category?post=8391"},{"taxonomy":"ht_kb_tag","embeddable":true,"href":"https:\/\/kb.okra.host\/de\/wp-json\/wp\/v2\/ht-kb-tag?post=8391"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}