{"id":6070,"date":"2021-08-26T01:05:20","date_gmt":"2021-08-25T16:05:20","guid":{"rendered":"https:\/\/www.wexal.jp\/?page_id=6070"},"modified":"2022-12-22T13:31:55","modified_gmt":"2022-12-22T04:31:55","slug":"pst-worker-directive","status":"publish","type":"page","link":"https:\/\/www.wexal.jp\/en\/document-3-0-0\/pst-config-file\/pst-worker-directive\/","title":{"rendered":"\"worker\" Directive (3.0.0)"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Basic_Coding\"><\/span>Basic Coding<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>The following are the \"worker\" 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 \"worker\" directive to be executed.<\/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>worker:\n  scripts:\n  - cmd: optimize<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"args\"><\/span>args<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<p>Specifies options for the \"worker\" directive to be executed.<\/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>Sequence (Mapping) or Mapping<\/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<p>Options are different depending on the selected \"worker\" directive. Refer to each \"worker\" directive for more information.<\/p>\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>worker:\n  scripts:\n  - cmd: optimize\n    args:\n      ie11: true\n      ie11_ab: true<\/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 \"worker\" 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-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-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>path<\/strong><\/td><td>Specify the path or the conditions to be applied to the \"worker\" directive by regular expression.<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-3\"><\/span>Example<span class=\"ez-toc-section-end\"><\/span><\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>worker:\n  scripts:\n  - cmd: optimize\n    apply:\n    - ^\/wp-content<\/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 \"worker\" 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-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-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 or conditions to be excluded from application to the \"worker\" directive.<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>worker:\n  scripts:\n  - cmd: optimize\n    exclude:\n    - \/wp-content\/plugins<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"worker_%3E_images_directive\"><\/span>worker &gt; images directive<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<h3 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"optimize\"><\/span>optimize<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<p>Sets the method of resource optimization for images.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"args-2\"><\/span>args<span class=\"ez-toc-section-end\"><\/span><\/h4>\n\n\n\n<p>You can set multiple optimization methods. If you set more than one method, the condition matched first will be applied. If you do not set options, resource optimization will not take place.<\/p>\n\n\n\n<h5 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Type-5\"><\/span>Type<span class=\"ez-toc-section-end\"><\/span><\/h5>\n\n\n\n<p>Sequence (Mapping)<\/p>\n\n\n\n<h5 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"args_%3E_formats\"><\/span>args &gt; formats<span class=\"ez-toc-section-end\"><\/span><\/h5>\n\n\n\n<p>Specifies the format (file type) in which image resource optimization is applied. If the type is not specified, resource optimization will not take place.<\/p>\n\n\n\n<h6 class=\"wp-block-heading\">Type<\/h6>\n\n\n\n<p>Sequence (String)<\/p>\n\n\n\n<h6 class=\"wp-block-heading\">Value<\/h6>\n\n\n\n<figure class=\"wp-block-table is-style-regular\"><table><tbody><tr><td><strong>png<\/strong><\/td><td>Optimize images for \"png\" files.<\/td><\/tr><tr><td><strong>jpg<\/strong><\/td><td>Optimize images for \"jpg\/jpeg\" files.<\/td><\/tr><tr><td><strong>gif<\/strong><\/td><td>Optimize images for \"gif\" files.<\/td><\/tr><tr><td><strong>webp<\/strong><\/td><td>Output optimized files with \"WebP\" file format.<\/td><\/tr><tr><td><strong>jp2<\/strong><\/td><td>Output optimized files with \"JPEG2000\" file format.<\/td><\/tr><tr><td><strong>jxr<\/strong><\/td><td>Output optimized files with \"JXR\" file format.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h5 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"args_%3E_resize\"><\/span>args &gt; resize<span class=\"ez-toc-section-end\"><\/span><\/h5>\n\n\n\n<p>Specifies the maximum resolution of the image. If the height or width exceeds the specified value, the image will be scaled down to fit within the specified maximum resolution while maintaining the aspect ratio. Downsizing the image will reduce the file size. If not specified, the image will not be resized.<\/p>\n\n\n\n<h6 class=\"wp-block-heading\">Type<\/h6>\n\n\n\n<p>Scalar (String)<\/p>\n\n\n\n<h6 class=\"wp-block-heading\">Value<\/h6>\n\n\n\n<figure class=\"wp-block-table is-style-regular\"><table><tbody><tr><td><strong><strong>height &amp; width (pixels)<\/strong><\/strong><\/td><td>Specify the resolution of the image.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h5 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"args_%3E_quality\"><\/span>args &gt; quality<span class=\"ez-toc-section-end\"><\/span><\/h5>\n\n\n\n<p>Specify the image compression level. The lower the value, the more compressed the image and smaller the file size, but the quality of the image will be lower. If not specified, the image will not be compressed.<\/p>\n\n\n\n<h6 class=\"wp-block-heading\">Type<\/h6>\n\n\n\n<p>Scalar (Numeric)<\/p>\n\n\n\n<h6 class=\"wp-block-heading\">Value<\/h6>\n\n\n\n<figure class=\"wp-block-table is-style-regular\"><table><tbody><tr><td><strong><strong>image compression level<\/strong><\/strong><\/td><td>Specify a value from 1 to 100.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h5 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"args_%3E_strip\"><\/span>args &gt; strip<span class=\"ez-toc-section-end\"><\/span><\/h5>\n\n\n\n<p>Removes meta data and comments in the image. By stripping off this data (not directly related to the image), the image file size will be reduced. If not specified, the image will not be compressed.<\/p>\n\n\n\n<h6 class=\"wp-block-heading\">Type<\/h6>\n\n\n\n<p>Scalar (Boolean)<\/p>\n\n\n\n<h6 class=\"wp-block-heading\">Value<\/h6>\n\n\n\n<figure class=\"wp-block-table is-style-regular\"><table><tbody><tr><td><strong>true<\/strong><\/td><td>Remove meta data and comments.<\/td><\/tr><tr><td><strong>false<\/strong><\/td><td>Keep meta data and comments.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h5 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"args_%3E_gif_lossy\"><\/span>args &gt; gif_lossy<span class=\"ez-toc-section-end\"><\/span><\/h5>\n\n\n\n<p>Specifies the acceptable amount of compression artifacts when compressing GIF images. If you set a larger value, the image file will be smaller in size. However, compression artifacts will increase. If not specified, the image will not be compressed.<\/p>\n\n\n\n<h6 class=\"wp-block-heading\">Type<\/h6>\n\n\n\n<p>Scalar (Numeric)<\/p>\n\n\n\n<h6 class=\"wp-block-heading\">Value<\/h6>\n\n\n\n<figure class=\"wp-block-table is-style-regular\"><table><tbody><tr><td><strong>compression artifact<\/strong><\/td><td>Specify a value from 30 to 200.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h5 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"args_%3E_webp_lossy\"><\/span>args &gt; webp_lossy<span class=\"ez-toc-section-end\"><\/span><\/h5>\n\n\n\n<p>Specifies the image compression level for WebP. The lower the value, the more compressed the image and smaller the file size, but the quality of the image will be lower. If not specified, the image will not be compressed.<\/p>\n\n\n\n<h6 class=\"wp-block-heading\">Type<\/h6>\n\n\n\n<p>Scalar (Numeric)<\/p>\n\n\n\n<h6 class=\"wp-block-heading\">Value<\/h6>\n\n\n\n<figure class=\"wp-block-table is-style-regular\"><table><tbody><tr><td><strong><strong>image compression level<\/strong><\/strong><\/td><td>Specify a value from 1 to 100.<\/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>worker:\n  images:\n  - cmd: optimize\n    args:\n      formats:\n      - png\n      - jpg\n      - gif\n      - webp\n      resize: 1920x1080\n      quality: 80\n      strip: true\n      gif_lossy: 80\n      webp_lossy: 75\n    apply: .\n    exclude: \/wp-content\/uploads\/2019\/<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"worker_%3E_scripts_directive\"><\/span>worker &gt; scripts directive<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<h3 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"optimize-2\"><\/span>optimize<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<p>Sets the resource optimization method for scripts.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"args-3\"><\/span>args<span class=\"ez-toc-section-end\"><\/span><\/h4>\n\n\n\n<p>You can set multiple optimization methods. If you set more than one method, the condition matched first will be applied. If you do not set options, resource optimization will not take place.<\/p>\n\n\n\n<h5 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Type-6\"><\/span>Type<span class=\"ez-toc-section-end\"><\/span><\/h5>\n\n\n\n<p>Sequence (Mapping)<\/p>\n\n\n\n<h5 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"args_%3E_ie11\"><\/span>args &gt; ie11<span class=\"ez-toc-section-end\"><\/span><\/h5>\n\n\n\n<p>Enables optimization for IE11.<\/p>\n\n\n\n<h6 class=\"wp-block-heading\">Type<\/h6>\n\n\n\n<p>Scalar (Boolean)<\/p>\n\n\n\n<h6 class=\"wp-block-heading\">Value<\/h6>\n\n\n\n<figure class=\"wp-block-table is-style-regular\"><table><tbody><tr><td><strong>true<\/strong><\/td><td>Enable<\/td><\/tr><tr><td><strong>false<\/strong><\/td><td>Disable<br>The default setting is disabled.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h5 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"args_%3E_ie11_ab\"><\/span>args &gt; ie11_ab<span class=\"ez-toc-section-end\"><\/span><\/h5>\n\n\n\n<p>When optimization for IE11 is enabled, A\/B testing will run and the smaller file size will be applied.<\/p>\n\n\n\n<h6 class=\"wp-block-heading\">Type<\/h6>\n\n\n\n<p>Scalar (Boolean)<\/p>\n\n\n\n<h6 class=\"wp-block-heading\">Value<\/h6>\n\n\n\n<figure class=\"wp-block-table is-style-regular\"><table><tbody><tr><td><strong>true<\/strong><\/td><td>Enable<\/td><\/tr><tr><td><strong>false<\/strong><\/td><td>Disable<br>The default setting is disabled.<\/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>worker:\n  scripts:\n  - cmd: optimize\n    args:\n      ie11: true\n      ie11_ab: true\n    apply: .\n    exclude: \/wp-content\/themes\/twentytwenty\/<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"worker_%3E_stylesheets_directive\"><\/span>worker &gt; stylesheets directive<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<h3 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"optimize-3\"><\/span>optimize<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<p>Sets the resource optimization method for style sheets.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"args-4\"><\/span>args<span class=\"ez-toc-section-end\"><\/span><\/h4>\n\n\n\n<p>You can set multiple optimization methods. If you set more than one method, the condition matched first will be applied. If you do not set options, resource optimization will not take place.<\/p>\n\n\n\n<h5 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Type-7\"><\/span>Type<span class=\"ez-toc-section-end\"><\/span><\/h5>\n\n\n\n<p>Sequence (Mapping)<\/p>\n\n\n\n<h5 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"args_%3E_ie11-2\"><\/span>args &gt; ie11<span class=\"ez-toc-section-end\"><\/span><\/h5>\n\n\n\n<p>Enables optimization for IE11.<\/p>\n\n\n\n<h6 class=\"wp-block-heading\">Type<\/h6>\n\n\n\n<p>Scalar (Boolean)<\/p>\n\n\n\n<h6 class=\"wp-block-heading\">Value<\/h6>\n\n\n\n<figure class=\"wp-block-table is-style-regular\"><table><tbody><tr><td><strong>true<\/strong><\/td><td>Enable<\/td><\/tr><tr><td><strong>false<\/strong><\/td><td>Disable<br>The default setting is disabled.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h5 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"args_%3E_ie11_ab-2\"><\/span>args &gt; ie11_ab<span class=\"ez-toc-section-end\"><\/span><\/h5>\n\n\n\n<p>When optimization for IE11 is enabled, A\/B testing will run and the smaller file size will be applied.<\/p>\n\n\n\n<h6 class=\"wp-block-heading\">Type<\/h6>\n\n\n\n<p>Scalar (Boolean)<\/p>\n\n\n\n<h6 class=\"wp-block-heading\">Value<\/h6>\n\n\n\n<figure class=\"wp-block-table is-style-regular\"><table><tbody><tr><td><strong>true<\/strong><\/td><td>Enable<\/td><\/tr><tr><td><strong>false<\/strong><\/td><td>Disable<br>The default setting is disabled.<\/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>worker:\n  stylesheets:\n  - cmd: optimize\n    args:\n      ie11: true\n      ie11_ab: true\n    apply: .\n    exclude: \/wp-content\/themes\/twentytwenty\/<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Basic Coding The following are the \"worker\" directive coding rules. cmd Specifies the name of the \"worker\" directive to be executed. Type Scalar (String) Value directive nameSpecify the name of the directive. This cannot be omitted. Example args Specifies options for the \"worker\" directive to be executed. Type Sequence (Mapping) or Mapping Value Options are different depending on the selected \"worker\" directive. Refer to each \"worker\" directive for more information. Example apply Specifies the path or the conditions to be applied to the \"worker\" directive.If more than one is specified, the OR condition will be used. Type Sequence (String) Value pathSpecify the path or the conditions to be applied to ... <\/p>\n<p class=\"read-more-container\"><a title=\"&quot;worker&quot; Directive (3.0.0)\" class=\"read-more button\" href=\"https:\/\/www.wexal.jp\/en\/document-3-0-0\/pst-config-file\/pst-worker-directive\/#more-6070\" aria-label=\"Read more about &quot;worker&quot; Directive (3.0.0)\">Read more<\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"parent":6016,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"version":[16],"class_list":["post-6070","page","type-page","status-publish"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>&quot;worker&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-worker-directive\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"&quot;worker&quot; Directive (3.0.0) - WEXAL\u00ae Page Speed Technology\" \/>\n<meta property=\"og:description\" content=\"Basic Coding The following are the &quot;worker&quot; directive coding rules. cmd Specifies the name of the &quot;worker&quot; directive to be executed. Type Scalar (String) Value directive name Specify the name of the directive. This cannot be omitted. Example args Specifies options for the &quot;worker&quot; directive to be executed. Type Sequence (Mapping) or Mapping Value Options are different depending on the selected &quot;worker&quot; directive. Refer to each &quot;worker&quot; directive for more information. Example apply Specifies the path or the conditions to be applied to the &quot;worker&quot; directive.If more than one is specified, the OR condition will be used. Type Sequence (String) Value path Specify the path or the conditions to be ... Read more\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.wexal.jp\/en\/document-3-0-0\/pst-config-file\/pst-worker-directive\/\" \/>\n<meta property=\"og:site_name\" content=\"WEXAL\u00ae Page Speed Technology\" \/>\n<meta property=\"article:modified_time\" content=\"2022-12-22T04:31:55+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-worker-directive\\\/\",\"url\":\"https:\\\/\\\/www.wexal.jp\\\/en\\\/document-3-0-0\\\/pst-config-file\\\/pst-worker-directive\\\/\",\"name\":\"\\\"worker\\\" Directive (3.0.0) - WEXAL\u00ae Page Speed Technology\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.wexal.jp\\\/#website\"},\"datePublished\":\"2021-08-25T16:05:20+00:00\",\"dateModified\":\"2022-12-22T04:31:55+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.wexal.jp\\\/en\\\/document-3-0-0\\\/pst-config-file\\\/pst-worker-directive\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.wexal.jp\\\/en\\\/document-3-0-0\\\/pst-config-file\\\/pst-worker-directive\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.wexal.jp\\\/en\\\/document-3-0-0\\\/pst-config-file\\\/pst-worker-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\":\"\\\"worker\\\" 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":"\"worker\" 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-worker-directive\/","og_locale":"en_US","og_type":"article","og_title":"\"worker\" Directive (3.0.0) - WEXAL\u00ae Page Speed Technology","og_description":"Basic Coding The following are the \"worker\" directive coding rules. cmd Specifies the name of the \"worker\" directive to be executed. Type Scalar (String) Value directive name Specify the name of the directive. This cannot be omitted. Example args Specifies options for the \"worker\" directive to be executed. Type Sequence (Mapping) or Mapping Value Options are different depending on the selected \"worker\" directive. Refer to each \"worker\" directive for more information. Example apply Specifies the path or the conditions to be applied to the \"worker\" directive.If more than one is specified, the OR condition will be used. Type Sequence (String) Value path Specify the path or the conditions to be ... Read more","og_url":"https:\/\/www.wexal.jp\/en\/document-3-0-0\/pst-config-file\/pst-worker-directive\/","og_site_name":"WEXAL\u00ae Page Speed Technology","article_modified_time":"2022-12-22T04:31:55+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-worker-directive\/","url":"https:\/\/www.wexal.jp\/en\/document-3-0-0\/pst-config-file\/pst-worker-directive\/","name":"\"worker\" Directive (3.0.0) - WEXAL\u00ae Page Speed Technology","isPartOf":{"@id":"https:\/\/www.wexal.jp\/#website"},"datePublished":"2021-08-25T16:05:20+00:00","dateModified":"2022-12-22T04:31:55+00:00","breadcrumb":{"@id":"https:\/\/www.wexal.jp\/en\/document-3-0-0\/pst-config-file\/pst-worker-directive\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.wexal.jp\/en\/document-3-0-0\/pst-config-file\/pst-worker-directive\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.wexal.jp\/en\/document-3-0-0\/pst-config-file\/pst-worker-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":"\"worker\" 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\/6070","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\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.wexal.jp\/en\/wp-json\/wp\/v2\/comments?post=6070"}],"version-history":[{"count":6,"href":"https:\/\/www.wexal.jp\/en\/wp-json\/wp\/v2\/pages\/6070\/revisions"}],"predecessor-version":[{"id":6117,"href":"https:\/\/www.wexal.jp\/en\/wp-json\/wp\/v2\/pages\/6070\/revisions\/6117"}],"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=6070"}],"wp:term":[{"taxonomy":"version","embeddable":true,"href":"https:\/\/www.wexal.jp\/en\/wp-json\/wp\/v2\/version?post=6070"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}