{"id":6051,"date":"2021-09-24T12:24:33","date_gmt":"2021-09-24T03:24:33","guid":{"rendered":"https:\/\/www.wexal.jp\/document-3-0-0\/pst-config-file\/pst-hint-directive\/"},"modified":"2022-12-28T20:15:38","modified_gmt":"2022-12-28T11:15:38","slug":"pst-hint-directive","status":"publish","type":"page","link":"https:\/\/www.wexal.jp\/en\/document-3-0-0\/pst-config-file\/pst-hint-directive\/","title":{"rendered":"\"hint\" Directive (3.0.0)"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"hint_%3E_cmds_directive\"><\/span>hint &gt; cmds directive<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>The following are the \"hint &gt; cmds\" directive coding rules.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"cmd\"><\/span>cmd<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<p>Specifies the name of the \"lua\" directive that sets the conditions.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Type\"><\/span>Type<span class=\"ez-toc-section-end\"><\/span><\/h4>\n\n\n\n<p>Scalar (String)<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Value\"><\/span>Value<span class=\"ez-toc-section-end\"><\/span><\/h4>\n\n\n\n<figure class=\"wp-block-table is-style-regular\"><table><tbody><tr><td><strong><strong>directive name<\/strong><\/strong><\/td><td>Specify the name of the directive. This cannot be omitted.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Example\"><\/span>Example<span class=\"ez-toc-section-end\"><\/span><\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>hint:\n  cmds:\n  - cmd: wp shorten url<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"apply\"><\/span>apply<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<p>Specifies the path or the conditions to be applied to the \"lua\" directive.<br>If more than one is specified, the OR condition will be used.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Type-2\"><\/span>Type<span class=\"ez-toc-section-end\"><\/span><\/h4>\n\n\n\n<p>Mapping<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"apply_%3E_path\"><\/span>apply &gt; path<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<p>Specifies the path to be applied to the \"lua\" directive.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Type-3\"><\/span>Type<span class=\"ez-toc-section-end\"><\/span><\/h4>\n\n\n\n<p>Sequence (String)<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Value-2\"><\/span>Value<span class=\"ez-toc-section-end\"><\/span><\/h4>\n\n\n\n<figure class=\"wp-block-table is-style-regular\"><table><tbody><tr><td><strong>path<\/strong><\/td><td>Specify the path to be applied the \"lua\" directive by regular expressions.<br>The \"worker\" directive will be applied by default to all resources except for paths specified in \"global_exclude\" in the PST configuration file.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Example-2\"><\/span>Example<span class=\"ez-toc-section-end\"><\/span><\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>hint:\n  cmds:\n  - cmd: wp shorten url\n    apply:\n      path:\n      - ^\/<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"apply_%3E_if\"><\/span>apply &gt; if<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<p>Specifies the conditions to be applied to the \"lua\" directive. If this is not set, this directive will be applied by default to all resources except for paths specified in \"global_exclude\" in the PST configuration file.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Type-4\"><\/span>Type<span class=\"ez-toc-section-end\"><\/span><\/h4>\n\n\n\n<p>Sequence (String)<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Value-3\"><\/span>Value<span class=\"ez-toc-section-end\"><\/span><\/h4>\n\n\n\n<figure class=\"wp-block-table is-style-regular\"><table><tbody><tr><td><strong><strong>is_kusanagi_pc<\/strong><\/strong><\/td><td>Specify access from a PC browser as a condition.<\/td><\/tr><tr><td><strong><strong>is_kusanagi_mobile<\/strong><\/strong><\/td><td>Specify access from a mobile browser as a condition.<\/td><\/tr><tr><td><strong><strong>is_kusanagi_tablet<\/strong><\/strong><\/td><td>Specify access from a tablet browser as a condition.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Example-3\"><\/span>Example<span class=\"ez-toc-section-end\"><\/span><\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>hint:\n  cmds:\n  - cmd: wp shorten url\n    apply:\n      if:\n      - is_kusanagi_pc<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"exclude\"><\/span>exclude<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<p>Specifies the path or conditions to be excluded from application to the \"lua\" directive.<br>If more than one is specified, the OR condition will be used.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Type-5\"><\/span>Type<span class=\"ez-toc-section-end\"><\/span><\/h4>\n\n\n\n<p>Mapping<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"exclude_%3E_path\"><\/span>exclude &gt; path<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<p>Specify the path to be excluded from application to the \"lua\" directive.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Type-6\"><\/span>Type<span class=\"ez-toc-section-end\"><\/span><\/h4>\n\n\n\n<p>Sequence (String)<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Value-4\"><\/span>Value<span class=\"ez-toc-section-end\"><\/span><\/h4>\n\n\n\n<figure class=\"wp-block-table is-style-regular\"><table><tbody><tr><td><strong>path<\/strong><\/td><td>Specify the path to be excluded from application to the \"lua\" directive by regular expressions.<br>The \"worker\" directive will be applied by default to all resources except for paths specified in \"global_exclude\" in the PST configuration file.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Example-4\"><\/span>Example<span class=\"ez-toc-section-end\"><\/span><\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>hint:\n  cmds:\n  - cmd: wp shorten url\n    exclude:\n      path:\n      - ^\/<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"exclude_%3E_if\"><\/span>exclude &gt; if<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<p>Specifies the conditions to be excluded from application to the \"lua\" directive. If this is not set, this directive will be applied by default to all resources except for paths specified in \"global_exclude\" in the PST configuration file.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Type-7\"><\/span>Type<span class=\"ez-toc-section-end\"><\/span><\/h4>\n\n\n\n<p>Sequence (String)<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Value-5\"><\/span>Value<span class=\"ez-toc-section-end\"><\/span><\/h4>\n\n\n\n<figure class=\"wp-block-table is-style-regular\"><table><tbody><tr><td><strong><strong>is_kusanagi_pc<\/strong><\/strong><\/td><td>Specify access from a PC browser as an exclusion condition.<\/td><\/tr><tr><td><strong><strong>is_kusanagi_mobile<\/strong><\/strong><\/td><td>Specify access from a mobile browser as an exclusion condition.<\/td><\/tr><tr><td><strong><strong>is_kusanagi_tablet<\/strong><\/strong><\/td><td>Specify access from a tablet browser as an exclusion condition.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Example-5\"><\/span>Example<span class=\"ez-toc-section-end\"><\/span><\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>hint:\n  cmds:\n  - cmd: wp shorten url\n    exclude:\n      if:\n      - is_kusanagi_pc<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"hint_%3E_scripts_directive\"><\/span>hint &gt; scripts directive<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>The following are the \"hint &gt; scripts\" directive coding rules.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"path\"><\/span>path<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<p>Specifies the path to the script or style sheet resource to be set with an \"engagement delay\" condition. The directive must specify either the path or the needle. If neither is specified, the directive will be ignored.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Type-8\"><\/span>Type<span class=\"ez-toc-section-end\"><\/span><\/h4>\n\n\n\n<p>Scalar (String)<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Value-6\"><\/span>Value<span class=\"ez-toc-section-end\"><\/span><\/h4>\n\n\n\n<figure class=\"wp-block-table is-style-regular\"><table><tbody><tr><td><strong>path<\/strong><\/td><td>Specify the path to apply \"engagement delay\".<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Example-6\"><\/span>Example<span class=\"ez-toc-section-end\"><\/span><\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>hint:\n  scripts:\n  - path: \/wp-content\/themes\/twentytwenty\/print.css<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"needle\"><\/span>needle<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<p>Specify the needle to the inline script or style sheet resource to be set with an \"engagement delay\" condition. The directive must specify either the path or the needle. If neither is specified, the directive will be ignored.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Type-9\"><\/span>Type<span class=\"ez-toc-section-end\"><\/span><\/h4>\n\n\n\n<p>Scalar (String)<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Value-7\"><\/span>Value<span class=\"ez-toc-section-end\"><\/span><\/h4>\n\n\n\n<figure class=\"wp-block-table is-style-regular\"><table><tbody><tr><td><strong>needle<\/strong><\/td><td>Specify the inline needle to apply to \"engagement delay\".<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Example-7\"><\/span>Example<span class=\"ez-toc-section-end\"><\/span><\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>hint:\n  scripts:\n  - needle: document.documentElement<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"apply-2\"><\/span>apply<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<p>Specifies the path or condition to which \"engagement delay\" must be applied.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Type-10\"><\/span>Type<span class=\"ez-toc-section-end\"><\/span><\/h4>\n\n\n\n<p>Mapping<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"apply_%3E_path-2\"><\/span>apply &gt; path<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<p>Specifies the path to which \"engagement delay\" must be applied.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Type-11\"><\/span>Type<span class=\"ez-toc-section-end\"><\/span><\/h4>\n\n\n\n<p>Sequence (String)<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Value-8\"><\/span>Value<span class=\"ez-toc-section-end\"><\/span><\/h4>\n\n\n\n<figure class=\"wp-block-table is-style-regular\"><table><tbody><tr><td><strong>path<\/strong><\/td><td>Specify the path to which \"engagement delay\" must be applied by regular expressions.<br>By default, Strategic AI \"David\" will determine the application based on the optimization strategy.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Example-8\"><\/span>Example<span class=\"ez-toc-section-end\"><\/span><\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>hint:\n  scripts:\n  - script: \/wp-content\/themes\/twentytwenty\/print.css\n    apply:\n      path:\n      - ^\/<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"apply_%3E_if-2\"><\/span>apply &gt; if<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<p>Specifies the condition to which \"engagement delay\" must be applied. If the conditions are not specified, Strategic AI \"David\" will determine application based on the optimization strategy.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Type-12\"><\/span>Type<span class=\"ez-toc-section-end\"><\/span><\/h4>\n\n\n\n<p>Sequence (String)<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Value-9\"><\/span>Value<span class=\"ez-toc-section-end\"><\/span><\/h4>\n\n\n\n<figure class=\"wp-block-table is-style-regular\"><table><tbody><tr><td><strong><strong>is_kusanagi_pc<\/strong><\/strong><\/td><td>Specify access from a PC browser as a condition.<\/td><\/tr><tr><td><strong><strong>is_kusanagi_mobile<\/strong><\/strong><\/td><td>Specify access from a mobile browser as a condition.<\/td><\/tr><tr><td><strong><strong>is_kusanagi_tablet<\/strong><\/strong><\/td><td>Specify access from a tablet browser as a condition.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Example-9\"><\/span>Example<span class=\"ez-toc-section-end\"><\/span><\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>hint:\n  scripts:\n  - script: \/wp-content\/themes\/twentytwenty\/print.css\n    apply:\n      if:\n      - is_kusanagi_pc<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"exclude-2\"><\/span>exclude<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<p>Specifies the paths or conditions to be excluded from \"engagement delay\".<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Type-13\"><\/span>Type<span class=\"ez-toc-section-end\"><\/span><\/h4>\n\n\n\n<p>Mapping<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"exclude_%3E_path-2\"><\/span>exclude &gt; path<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<p>Specifies the paths to be excluded from \"engagement delay\".<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Type-14\"><\/span>Type<span class=\"ez-toc-section-end\"><\/span><\/h4>\n\n\n\n<p>Sequence (String)<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Value-10\"><\/span>Value<span class=\"ez-toc-section-end\"><\/span><\/h4>\n\n\n\n<figure class=\"wp-block-table is-style-regular\"><table><tbody><tr><td><strong>path<\/strong><\/td><td>Specify the path not to be applied to \"engagement delay\" by regular expressions.<br>By default, Strategic AI will determine the application based on the optimization strategy.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Example-10\"><\/span>Example<span class=\"ez-toc-section-end\"><\/span><\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>hint:\n  scripts:\n  - script: \/wp-content\/themes\/twentytwenty\/print.css\n    exclude:\n      path:\n      - ^\/<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"exclude_%3E_if-2\"><\/span>exclude &gt; if<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<p>Specifies the conditions to be excluded from application to \"engagement delay\". If the conditions are not specified, Strategic AI \"David\" will determine application based on the optimization strategy.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Type-15\"><\/span>Type<span class=\"ez-toc-section-end\"><\/span><\/h4>\n\n\n\n<p>Sequence (String)<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Value-11\"><\/span>Value<span class=\"ez-toc-section-end\"><\/span><\/h4>\n\n\n\n<figure class=\"wp-block-table is-style-regular\"><table><tbody><tr><td><strong><strong>is_kusanagi_pc<\/strong><\/strong><\/td><td>Specify access from a PC browser as an exclusion condition.<\/td><\/tr><tr><td><strong><strong>is_kusanagi_mobile<\/strong><\/strong><\/td><td>Specify access from a mobile browser as an exclusion condition.<\/td><\/tr><tr><td><strong><strong>is_kusanagi_tablet<\/strong><\/strong><\/td><td>Specify access from a tablet browser as an exclusion condition.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Example-11\"><\/span>Example<span class=\"ez-toc-section-end\"><\/span><\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>hint:\n  scripts:\n  - script: \/wp-content\/themes\/twentytwenty\/print.css\n    exclude:\n      if:\n      - is_kusanagi_pc<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"hint_%3E_features_directive\"><\/span>hint &gt; features directive<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>The following are the \"hint &gt; features\" directive coding rules.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"feature\"><\/span>feature<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<p>Specifies the feature to be set for an optimization strategy. If you do not specify this feature, the directive will be ignored.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Type-16\"><\/span>Type<span class=\"ez-toc-section-end\"><\/span><\/h4>\n\n\n\n<p>Scalar (String)<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Value-12\"><\/span>Value<span class=\"ez-toc-section-end\"><\/span><\/h4>\n\n\n\n<figure class=\"wp-block-table is-style-regular\"><table><tbody><tr><td><strong>lazy load<\/strong><\/td><td>Specify \"lazy load\".<\/td><\/tr><tr><td><strong>proxy<\/strong><\/td><td>Specify \"proxy\".<\/td><\/tr><tr><td><strong>webfont<\/strong><\/td><td>Specify \"webfont\".<\/td><\/tr><tr><td><strong>engagement delay<\/strong><\/td><td>Specify \"engagement delay\".<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Example-12\"><\/span>Example<span class=\"ez-toc-section-end\"><\/span><\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>hint:\n  features:\n  - feature: lazy load<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"enable\"><\/span>enable<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<p>Sets Enable\/Disable for optimization strategies.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Type-17\"><\/span>Type<span class=\"ez-toc-section-end\"><\/span><\/h4>\n\n\n\n<p>Scalar (Boolean)<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Value-13\"><\/span>Value<span class=\"ez-toc-section-end\"><\/span><\/h4>\n\n\n\n<figure class=\"wp-block-table is-style-regular\"><table><tbody><tr><td><strong>true<\/strong><\/td><td>Enable<br>The default setting is \"enabled\".<\/td><\/tr><tr><td><strong>false<\/strong><\/td><td>Disable<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Example-13\"><\/span>Example<span class=\"ez-toc-section-end\"><\/span><\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>hint:\n  features:\n  - feature: lazy load\n    enable: false<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>hint &gt; cmds directive The following are the \"hint &gt; cmds\" directive coding rules. cmd Specifies the name of the \"lua\" directive that sets the conditions. Type Scalar (String) Value directive name Specify the name of the directive. This cannot be omitted. Example apply Specifies the path or the conditions to be applied to the \"lua\" directive.If more than one is specified, the OR condition will be used. Type Mapping apply &gt; path Specifies the path to be applied to the \"lua\" directive. Type Sequence (String) Value path Specify the path to be applied the \"lua\" directive by regular expressions.The \"worker\" directive will be applied by default to all resources ... <\/p>\n<p class=\"read-more-container\"><a title=\"&quot;hint&quot; Directive (3.0.0)\" class=\"read-more button\" href=\"https:\/\/www.wexal.jp\/en\/document-3-0-0\/pst-config-file\/pst-hint-directive\/#more-6051\" aria-label=\"Read more about &quot;hint&quot; Directive (3.0.0)\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":6016,"menu_order":3,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"version":[16],"class_list":["post-6051","page","type-page","status-publish"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>&quot;hint&quot; Directive (3.0.0) - WEXAL\u00ae Page Speed Technology<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.wexal.jp\/en\/document-3-0-0\/pst-config-file\/pst-hint-directive\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"&quot;hint&quot; Directive (3.0.0) - WEXAL\u00ae Page Speed Technology\" \/>\n<meta property=\"og:description\" content=\"hint &gt; cmds directive The following are the &quot;hint &gt; cmds&quot; directive coding rules. cmd Specifies the name of the &quot;lua&quot; directive that sets the conditions. Type Scalar (String) Value directive name Specify the name of the directive. This cannot be omitted. Example apply Specifies the path or the conditions to be applied to the &quot;lua&quot; directive.If more than one is specified, the OR condition will be used. Type Mapping apply &gt; path Specifies the path to be applied to the &quot;lua&quot; directive. Type Sequence (String) Value path Specify the path to be applied the &quot;lua&quot; directive by regular expressions.The &quot;worker&quot; directive will be applied by default to all resources ... Read more\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.wexal.jp\/en\/document-3-0-0\/pst-config-file\/pst-hint-directive\/\" \/>\n<meta property=\"og:site_name\" content=\"WEXAL\u00ae Page Speed Technology\" \/>\n<meta property=\"article:modified_time\" content=\"2022-12-28T11:15:38+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.wexal.jp\/wp-content\/uploads\/2021\/10\/wexal_og.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.wexal.jp\\\/en\\\/document-3-0-0\\\/pst-config-file\\\/pst-hint-directive\\\/\",\"url\":\"https:\\\/\\\/www.wexal.jp\\\/en\\\/document-3-0-0\\\/pst-config-file\\\/pst-hint-directive\\\/\",\"name\":\"\\\"hint\\\" Directive (3.0.0) - WEXAL\u00ae Page Speed Technology\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.wexal.jp\\\/#website\"},\"datePublished\":\"2021-09-24T03:24:33+00:00\",\"dateModified\":\"2022-12-28T11:15:38+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.wexal.jp\\\/en\\\/document-3-0-0\\\/pst-config-file\\\/pst-hint-directive\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.wexal.jp\\\/en\\\/document-3-0-0\\\/pst-config-file\\\/pst-hint-directive\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.wexal.jp\\\/en\\\/document-3-0-0\\\/pst-config-file\\\/pst-hint-directive\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.wexal.jp\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Documentation (3.0.0)\",\"item\":\"https:\\\/\\\/www.wexal.jp\\\/en\\\/document-3-0-0\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"PST Configuration File (3.2.0)\",\"item\":\"https:\\\/\\\/www.wexal.jp\\\/en\\\/document-3-0-0\\\/pst-config-file\\\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"\\\"hint\\\" Directive (3.0.0)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.wexal.jp\\\/#website\",\"url\":\"https:\\\/\\\/www.wexal.jp\\\/\",\"name\":\"WEXAL\u00ae Page Speed Technology\",\"description\":\"the best UX for all Websites.\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.wexal.jp\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\"hint\" Directive (3.0.0) - WEXAL\u00ae Page Speed Technology","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.wexal.jp\/en\/document-3-0-0\/pst-config-file\/pst-hint-directive\/","og_locale":"en_US","og_type":"article","og_title":"\"hint\" Directive (3.0.0) - WEXAL\u00ae Page Speed Technology","og_description":"hint &gt; cmds directive The following are the \"hint &gt; cmds\" directive coding rules. cmd Specifies the name of the \"lua\" directive that sets the conditions. Type Scalar (String) Value directive name Specify the name of the directive. This cannot be omitted. Example apply Specifies the path or the conditions to be applied to the \"lua\" directive.If more than one is specified, the OR condition will be used. Type Mapping apply &gt; path Specifies the path to be applied to the \"lua\" directive. Type Sequence (String) Value path Specify the path to be applied the \"lua\" directive by regular expressions.The \"worker\" directive will be applied by default to all resources ... Read more","og_url":"https:\/\/www.wexal.jp\/en\/document-3-0-0\/pst-config-file\/pst-hint-directive\/","og_site_name":"WEXAL\u00ae Page Speed Technology","article_modified_time":"2022-12-28T11:15:38+00:00","og_image":[{"width":1200,"height":630,"url":"https:\/\/www.wexal.jp\/wp-content\/uploads\/2021\/10\/wexal_og.png","type":"image\/png"}],"twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.wexal.jp\/en\/document-3-0-0\/pst-config-file\/pst-hint-directive\/","url":"https:\/\/www.wexal.jp\/en\/document-3-0-0\/pst-config-file\/pst-hint-directive\/","name":"\"hint\" Directive (3.0.0) - WEXAL\u00ae Page Speed Technology","isPartOf":{"@id":"https:\/\/www.wexal.jp\/#website"},"datePublished":"2021-09-24T03:24:33+00:00","dateModified":"2022-12-28T11:15:38+00:00","breadcrumb":{"@id":"https:\/\/www.wexal.jp\/en\/document-3-0-0\/pst-config-file\/pst-hint-directive\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.wexal.jp\/en\/document-3-0-0\/pst-config-file\/pst-hint-directive\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.wexal.jp\/en\/document-3-0-0\/pst-config-file\/pst-hint-directive\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.wexal.jp\/en\/"},{"@type":"ListItem","position":2,"name":"Documentation (3.0.0)","item":"https:\/\/www.wexal.jp\/en\/document-3-0-0\/"},{"@type":"ListItem","position":3,"name":"PST Configuration File (3.2.0)","item":"https:\/\/www.wexal.jp\/en\/document-3-0-0\/pst-config-file\/"},{"@type":"ListItem","position":4,"name":"\"hint\" Directive (3.0.0)"}]},{"@type":"WebSite","@id":"https:\/\/www.wexal.jp\/#website","url":"https:\/\/www.wexal.jp\/","name":"WEXAL\u00ae Page Speed Technology","description":"the best UX for all Websites.","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.wexal.jp\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/www.wexal.jp\/en\/wp-json\/wp\/v2\/pages\/6051","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.wexal.jp\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.wexal.jp\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.wexal.jp\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.wexal.jp\/en\/wp-json\/wp\/v2\/comments?post=6051"}],"version-history":[{"count":5,"href":"https:\/\/www.wexal.jp\/en\/wp-json\/wp\/v2\/pages\/6051\/revisions"}],"predecessor-version":[{"id":6427,"href":"https:\/\/www.wexal.jp\/en\/wp-json\/wp\/v2\/pages\/6051\/revisions\/6427"}],"up":[{"embeddable":true,"href":"https:\/\/www.wexal.jp\/en\/wp-json\/wp\/v2\/pages\/6016"}],"wp:attachment":[{"href":"https:\/\/www.wexal.jp\/en\/wp-json\/wp\/v2\/media?parent=6051"}],"wp:term":[{"taxonomy":"version","embeddable":true,"href":"https:\/\/www.wexal.jp\/en\/wp-json\/wp\/v2\/version?post=6051"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}