{"id":14027,"date":"2023-08-09T12:01:41","date_gmt":"2023-08-09T15:01:41","guid":{"rendered":"https:\/\/absam.io\/blog\/?p=14027"},"modified":"2023-08-09T12:01:41","modified_gmt":"2023-08-09T15:01:41","slug":"elementor-14027","status":"publish","type":"post","link":"https:\/\/absam.io\/blog\/elementor-14027\/","title":{"rendered":"Liberando o PHP Opcode Cache para um melhor desempenho"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"14027\" class=\"elementor elementor-14027\" data-elementor-settings=\"{&quot;element_pack_global_tooltip_width&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;element_pack_global_tooltip_width_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;element_pack_global_tooltip_width_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;element_pack_global_tooltip_padding&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;element_pack_global_tooltip_padding_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;element_pack_global_tooltip_padding_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;element_pack_global_tooltip_border_radius&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;element_pack_global_tooltip_border_radius_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;element_pack_global_tooltip_border_radius_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true}}\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-31fbd9e elementor-section-boxed elementor-section-height-default elementor-section-height-default mkdf-parallax-row-no mkdf-row-grid-no mkdf-disabled-bg-image-bellow-no\" data-id=\"31fbd9e\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6433f68\" data-id=\"6433f68\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fa2975d elementor-section-boxed elementor-section-height-default elementor-section-height-default mkdf-parallax-row-no mkdf-row-grid-no mkdf-disabled-bg-image-bellow-no\" data-id=\"fa2975d\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e0d3472\" data-id=\"e0d3472\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-85a9d5d elementor-widget elementor-widget-text-editor\" data-id=\"85a9d5d\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p style=\"white-space-collapse: preserve; color: #000000; font-size: medium; margin-top: 0px; margin-bottom: 0px;\">No ecossistema do PHP, incluindo nos renomados frameworks como o Laravel, destaca-se uma ferramenta de aprimoramento de desempenho extremamente eficaz conhecida como &#8220;opcode cache&#8221;. Esse mecanismo revoluciona a maneira como os aplicativos desenvolvidos em PHP operam, ao armazenar bytecode pr\u00e9-compilado de forma inteligente na mem\u00f3ria. Dado que o PHP \u00e9 uma linguagem interpretada, a cada execu\u00e7\u00e3o de um script, \u00e9 necess\u00e1rio realizar a leitura, an\u00e1lise e convers\u00e3o do c\u00f3digo-fonte para opcodes. Entretanto, com a presen\u00e7a do opcode cache em a\u00e7\u00e3o, os opcodes pr\u00e9-compilados s\u00e3o armazenados na mem\u00f3ria, eliminando a necessidade de recompilar o c\u00f3digo-fonte repetidamente. O impacto disso? Tempos de execu\u00e7\u00e3o consideravelmente mais \u00e1geis e uma not\u00e1vel redu\u00e7\u00e3o na sobrecarga relacionada \u00e0 an\u00e1lise e compila\u00e7\u00e3o de scripts em PHP.<\/p><p style=\"white-space-collapse: preserve; color: #000000; font-size: medium; margin-top: 0px; margin-bottom: 0px;\">\u00a0<\/p><p style=\"white-space-collapse: preserve; color: #000000; font-size: medium; margin-top: 0px; margin-bottom: 0px;\">No presente artigo, iremos nos aprofundar na maneira como essa ferramenta exerce influ\u00eancia sobre os aplicativos, em especial, os desenvolvidos com Laravel ou PHP, proporcionando um desempenho de alta velocidade. Diversas implementa\u00e7\u00f5es de cache opcode est\u00e3o dispon\u00edveis, entre elas o APC, OPcache e Zend OPcache. Abordaremos de forma detalhada a forma ideal de habilitar e configurar o OPcache no contexto do Laravel. Al\u00e9m disso, \u00e9 importante ressaltar que, embora o opcode cache represente um avan\u00e7o significativo, ele constitui apenas um elemento do quebra-cabe\u00e7a quando se trata da otimiza\u00e7\u00e3o do desempenho. Nesse sentido, outras estrat\u00e9gias, tais como otimiza\u00e7\u00e3o de bancos de dados, ado\u00e7\u00e3o de estrat\u00e9gias de cache e aprimoramentos no c\u00f3digo, colaboram de maneira conjunta para criar um aplicativo Laravel verdadeiramente otimizado, capaz de operar em uma velocidade surpreendente, sem precedentes.<\/p><p style=\"white-space-collapse: preserve; color: #000000; font-size: medium; margin-top: 0px; margin-bottom: 0px;\">\u00a0<\/p><p style=\"white-space-collapse: preserve; color: #000000; font-size: medium; margin-top: 0px; margin-bottom: 0px;\">Vamos agora explorar o processo de instala\u00e7\u00e3o do Zend OPcache:<\/p><p style=\"white-space-collapse: preserve; color: #000000; font-size: medium; margin-top: 0px; margin-bottom: 0px;\">\u00a0<\/p><p style=\"white-space-collapse: preserve; color: #000000; font-size: medium; margin-top: 0px; margin-bottom: 0px;\">As etapas necess\u00e1rias para instalar o Zend OPcache variam em fun\u00e7\u00e3o do sistema operacional e da vers\u00e3o do PHP em uso.<\/p><p style=\"white-space-collapse: preserve; color: #000000; font-size: medium; margin-top: 0px; margin-bottom: 0px;\">\u00a0<\/p><p style=\"white-space-collapse: preserve; color: #000000; font-size: medium; margin-top: 0px; margin-bottom: 0px;\">Para sistemas baseados em Ubuntu\/Debian, siga as instru\u00e7\u00f5es abaixo:<\/p><ol><li>Atualize a lista de pacotes dispon\u00edveis:<\/li><\/ol><div style=\"border: 0px solid #d9d9e3; box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(69,89,164,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; margin-bottom: 1rem; border-radius: 0.375rem; --tw-bg-opacity: 1; background-color: rgba(0,0,0,var(--tw-bg-opacity));\"><div style=\"border: 0px solid #d9d9e3; box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(69,89,164,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; position: relative; display: flex; align-items: center; justify-content: space-between; border-top-left-radius: 0.375rem; border-top-right-radius: 0.375rem; --tw-bg-opacity: 1; background-color: rgba(52,53,65,var(--tw-bg-opacity)); padding: 0.5rem 1rem; font-family: S\u00f6hne, ui-sans-serif, system-ui, -apple-system, 'Segoe UI', Roboto, Ubuntu, Cantarell, 'Noto Sans', sans-serif, 'Helvetica Neue', Arial, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; font-size: 0.75rem; line-height: 1rem; --tw-text-opacity: 1; color: rgba(217,217,227,var(--tw-text-opacity));\"><span style=\"border: 0px solid #d9d9e3; box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(69,89,164,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; user-select: text !important;\">\u00a0sql<\/span><\/div><div style=\"border: 0px solid #d9d9e3; box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(69,89,164,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; overflow-y: auto; padding: 1rem;\"><code style=\"border: 0px solid #d9d9e3; box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(69,89,164,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; font-family: inherit; font-size: inherit; color: #ffffff; font-weight: inherit; background: none; border-radius: 0.3em; line-height: 1.5; padding: 0.1em; white-space: normal; overflow-wrap: normal; hyphens: none; tab-size: 4; text-align: left; word-break: normal; word-spacing: normal;\">sudo apt <span style=\"border: 0px solid #d9d9e3; box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(69,89,164,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; user-select: text !important; color: #2e95d3;\">update<\/span><br \/><\/code><\/div><\/div><ol><li>Instale o Zend OPcache atrav\u00e9s do seguinte comando:<\/li><\/ol><div><div style=\"border: 0px solid #d9d9e3; box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(69,89,164,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; margin-bottom: 1rem; border-radius: 0.375rem; --tw-bg-opacity: 1; background-color: rgba(0,0,0,var(--tw-bg-opacity));\"><div style=\"border: 0px solid #d9d9e3; box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(69,89,164,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; position: relative; display: flex; align-items: center; justify-content: space-between; border-top-left-radius: 0.375rem; border-top-right-radius: 0.375rem; --tw-bg-opacity: 1; background-color: rgba(52,53,65,var(--tw-bg-opacity)); padding: 0.5rem 1rem; font-family: S\u00f6hne, ui-sans-serif, system-ui, -apple-system, 'Segoe UI', Roboto, Ubuntu, Cantarell, 'Noto Sans', sans-serif, 'Helvetica Neue', Arial, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; font-size: 0.75rem; line-height: 1rem; --tw-text-opacity: 1; color: rgba(217,217,227,var(--tw-text-opacity));\"><span style=\"border: 0px solid #d9d9e3; box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(69,89,164,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; user-select: text !important;\">\u00a0<\/span><\/div><div style=\"border: 0px solid #d9d9e3; box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(69,89,164,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; overflow-y: auto; padding: 1rem;\"><code style=\"border: 0px solid #d9d9e3; box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(69,89,164,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; font-family: inherit; font-size: inherit; color: #ffffff; font-weight: inherit; background: none; border-radius: 0.3em; line-height: 1.5; padding: 0.1em; white-space: normal; overflow-wrap: normal; hyphens: none; tab-size: 4; text-align: left; word-break: normal; word-spacing: normal;\"><span style=\"color: #fff; font-size: medium; white-space-collapse: preserve; font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-weight: var( --e-global-typography-text-font-weight );\">sudo apt install php-opcache<\/span><br \/><\/code><\/div><\/div><\/div><p style=\"white-space-collapse: preserve; color: #000000; font-size: medium; margin-top: 0px; margin-bottom: 0px;\">No caso de sistemas CentOS\/RHEL, siga os passos abaixo:<\/p><ol><li>Execute o seguinte comando para instalar o Zend OPcache:<\/li><\/ol><div style=\"border: 0px solid #d9d9e3; box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(69,89,164,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; margin-bottom: 1rem; border-radius: 0.375rem; --tw-bg-opacity: 1; background-color: rgba(0,0,0,var(--tw-bg-opacity));\"><div style=\"border: 0px solid #d9d9e3; box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(69,89,164,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; position: relative; display: flex; align-items: center; justify-content: space-between; border-top-left-radius: 0.375rem; border-top-right-radius: 0.375rem; --tw-bg-opacity: 1; background-color: rgba(52,53,65,var(--tw-bg-opacity)); padding: 0.5rem 1rem; font-family: S\u00f6hne, ui-sans-serif, system-ui, -apple-system, 'Segoe UI', Roboto, Ubuntu, Cantarell, 'Noto Sans', sans-serif, 'Helvetica Neue', Arial, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; font-size: 0.75rem; line-height: 1rem; --tw-text-opacity: 1; color: rgba(217,217,227,var(--tw-text-opacity));\"><span style=\"border: 0px solid #d9d9e3; box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(69,89,164,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; user-select: text !important;\">\u00a0<\/span><\/div><div style=\"border: 0px solid #d9d9e3; box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(69,89,164,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; overflow-y: auto; padding: 1rem;\"><code style=\"border: 0px solid #d9d9e3; box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(69,89,164,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; font-family: inherit; font-size: inherit; color: #ffffff; font-weight: inherit; background: none; border-radius: 0.3em; line-height: 1.5; padding: 0.1em; white-space: normal; overflow-wrap: normal; hyphens: none; tab-size: 4; text-align: left; word-break: normal; word-spacing: normal;\"><span style=\"color: #fff; font-size: medium; white-space-collapse: preserve; font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-weight: var( --e-global-typography-text-font-weight );\">sudo yum install php-opcache<\/span><br \/><\/code><\/div><p style=\"white-space-collapse: preserve; color: #fff; font-size: medium; margin-top: 0px; margin-bottom: 0px;\">\u00a0<\/p><\/div><p style=\"white-space-collapse: preserve; color: #000000; font-size: medium; margin-top: 0px; margin-bottom: 0px;\">Ap\u00f3s a conclus\u00e3o da instala\u00e7\u00e3o, ser\u00e1 necess\u00e1rio habilitar a extens\u00e3o OPcache na configura\u00e7\u00e3o do PHP. Localize o arquivo de configura\u00e7\u00e3o do PHP (normalmente chamado de php.ini) em seu sistema.<\/p><p style=\"white-space-collapse: preserve; color: #000000; font-size: medium; margin-top: 0px; margin-bottom: 0px;\">\u00a0<\/p><p style=\"white-space-collapse: preserve; color: #000000; font-size: medium; margin-top: 0px; margin-bottom: 0px;\">Utilizando um editor de texto, como o nano, vim ou gedit, abra o arquivo php.ini. Procure pela linha que cont\u00e9m o seguinte trecho:<\/p><p style=\"white-space-collapse: preserve; color: #000000; font-size: medium; margin-top: 0px; margin-bottom: 0px;\">\u00a0<\/p><div style=\"border: 0px solid #d9d9e3; box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(69,89,164,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; margin-bottom: 1rem; border-radius: 0.375rem; --tw-bg-opacity: 1; background-color: rgba(0,0,0,var(--tw-bg-opacity));\"><div style=\"border: 0px solid #d9d9e3; box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(69,89,164,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; position: relative; display: flex; align-items: center; justify-content: space-between; border-top-left-radius: 0.375rem; border-top-right-radius: 0.375rem; --tw-bg-opacity: 1; background-color: rgba(52,53,65,var(--tw-bg-opacity)); padding: 0.5rem 1rem; font-family: S\u00f6hne, ui-sans-serif, system-ui, -apple-system, 'Segoe UI', Roboto, Ubuntu, Cantarell, 'Noto Sans', sans-serif, 'Helvetica Neue', Arial, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; font-size: 0.75rem; line-height: 1rem; --tw-text-opacity: 1; color: rgba(217,217,227,var(--tw-text-opacity));\"><span style=\"border: 0px solid #d9d9e3; box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(69,89,164,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; user-select: text !important;\">\u00a0ini<\/span><\/div><div style=\"border: 0px solid #d9d9e3; box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(69,89,164,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; overflow-y: auto; padding: 1rem;\"><p style=\"white-space-collapse: preserve; color: #fff; font-size: medium; margin-top: 0px; margin-bottom: 0px;\">;zend_extension=opcache<\/p><\/div><\/div><p style=\"white-space-collapse: preserve; color: #000000; font-size: medium; margin-top: 0px; margin-bottom: 0px;\">Remova o ponto e v\u00edrgula (;) do in\u00edcio da linha para ativar a extens\u00e3o, ficando da seguinte maneira:<\/p><p style=\"white-space-collapse: preserve; color: #000000; font-size: medium; margin-top: 0px; margin-bottom: 0px;\">\u00a0<\/p><p style=\"white-space-collapse: preserve; color: #000000; font-size: medium; margin-top: 0px; margin-bottom: 0px;\">\u00a0<\/p><div style=\"border: 0px solid #d9d9e3; box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(69,89,164,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; margin-bottom: 1rem; border-radius: 0.375rem; --tw-bg-opacity: 1; background-color: rgba(0,0,0,var(--tw-bg-opacity));\"><div style=\"border: 0px solid #d9d9e3; box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(69,89,164,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; position: relative; display: flex; align-items: center; justify-content: space-between; border-top-left-radius: 0.375rem; border-top-right-radius: 0.375rem; --tw-bg-opacity: 1; background-color: rgba(52,53,65,var(--tw-bg-opacity)); padding: 0.5rem 1rem; font-family: S\u00f6hne, ui-sans-serif, system-ui, -apple-system, 'Segoe UI', Roboto, Ubuntu, Cantarell, 'Noto Sans', sans-serif, 'Helvetica Neue', Arial, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; font-size: 0.75rem; line-height: 1rem; --tw-text-opacity: 1; color: rgba(217,217,227,var(--tw-text-opacity));\"><span style=\"border: 0px solid #d9d9e3; box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(69,89,164,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; user-select: text !important;\">\u00a0ini<\/span><\/div><div style=\"border: 0px solid #d9d9e3; box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(69,89,164,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; overflow-y: auto; padding: 1rem;\"><p style=\"white-space-collapse: preserve; color: #fff; font-size: medium; margin-top: 0px; margin-bottom: 0px;\">zend_extension=opcache<\/p><\/div><\/div><p style=\"white-space-collapse: preserve; color: #000000; font-size: medium; margin-top: 0px; margin-bottom: 0px;\">Ap\u00f3s realizar essa modifica\u00e7\u00e3o, reinicie o servidor web.<\/p><p style=\"white-space-collapse: preserve; color: #000000; font-size: medium; margin-top: 0px; margin-bottom: 0px;\">\u00a0<\/p><p style=\"white-space-collapse: preserve; color: #000000; font-size: medium; margin-top: 0px; margin-bottom: 0px;\">Ap\u00f3s efetuar essas configura\u00e7\u00f5es, a primeira requisi\u00e7\u00e3o ir\u00e1 mostrar os tempos de processamento e uso de mem\u00f3ria conforme o habitual. No entanto, as requisi\u00e7\u00f5es subsequentes apresentar\u00e3o uma transforma\u00e7\u00e3o not\u00e1vel, resultando em um aplicativo que opera quase cinco vezes mais r\u00e1pido do que antes.<\/p><p style=\"white-space-collapse: preserve; color: #000000; font-size: medium; margin-top: 0px; margin-bottom: 0px;\">\u00a0<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>No ecossistema do PHP, incluindo nos renomados frameworks como o Laravel, destaca-se uma ferramenta de aprimoramento de desempenho extremamente eficaz conhecida como &#8220;opcode cache&#8221;. Esse mecanismo revoluciona a maneira como os aplicativos desenvolvidos em PHP operam, ao armazenar bytecode pr\u00e9-compilado [&hellip;]<\/p>\n","protected":false},"author":6,"featured_media":14033,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[41],"tags":[],"class_list":["post-14027","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-conteudo"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.1 (Yoast SEO v27.2) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Liberando o PHP Opcode Cache para um melhor desempenho - Blog da Absam<\/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:\/\/absam.io\/blog\/elementor-14027\/\" \/>\n<meta property=\"og:locale\" content=\"pt_BR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Liberando o PHP Opcode Cache para um melhor desempenho\" \/>\n<meta property=\"og:description\" content=\"No ecossistema do PHP, incluindo nos renomados frameworks como o Laravel, destaca-se uma ferramenta de aprimoramento de desempenho extremamente eficaz conhecida como &#8220;opcode cache&#8221;. Esse mecanismo revoluciona a maneira como os aplicativos desenvolvidos em PHP operam, ao armazenar bytecode pr\u00e9-compilado [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/absam.io\/blog\/elementor-14027\/\" \/>\n<meta property=\"og:site_name\" content=\"Blog da Absam\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/absam.io\" \/>\n<meta property=\"article:published_time\" content=\"2023-08-09T15:01:41+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/absam.io\/blog\/wp-content\/uploads\/2023\/08\/desenvolvedor-1-1.png\" \/>\n\t<meta property=\"og:image:width\" content=\"2144\" \/>\n\t<meta property=\"og:image:height\" content=\"1206\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Ramon Soarez\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Escrito por\" \/>\n\t<meta name=\"twitter:data1\" content=\"Ramon Soarez\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. tempo de leitura\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/absam.io\/blog\/elementor-14027\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/absam.io\/blog\/elementor-14027\/\"},\"author\":{\"name\":\"Ramon Soarez\",\"@id\":\"https:\/\/absam.io\/blog\/#\/schema\/person\/033a3fffb2e13d3eb8dd34f19d08a026\"},\"headline\":\"Liberando o PHP Opcode Cache para um melhor desempenho\",\"datePublished\":\"2023-08-09T15:01:41+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/absam.io\/blog\/elementor-14027\/\"},\"wordCount\":524,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/absam.io\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/absam.io\/blog\/elementor-14027\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/absam.io\/blog\/wp-content\/uploads\/2023\/08\/desenvolvedor-1-1.png\",\"articleSection\":[\"Conte\u00fado\"],\"inLanguage\":\"pt-BR\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/absam.io\/blog\/elementor-14027\/\",\"url\":\"https:\/\/absam.io\/blog\/elementor-14027\/\",\"name\":\"Liberando o PHP Opcode Cache para um melhor desempenho - Blog da Absam\",\"isPartOf\":{\"@id\":\"https:\/\/absam.io\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/absam.io\/blog\/elementor-14027\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/absam.io\/blog\/elementor-14027\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/absam.io\/blog\/wp-content\/uploads\/2023\/08\/desenvolvedor-1-1.png\",\"datePublished\":\"2023-08-09T15:01:41+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/absam.io\/blog\/elementor-14027\/#breadcrumb\"},\"inLanguage\":\"pt-BR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/absam.io\/blog\/elementor-14027\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"pt-BR\",\"@id\":\"https:\/\/absam.io\/blog\/elementor-14027\/#primaryimage\",\"url\":\"https:\/\/absam.io\/blog\/wp-content\/uploads\/2023\/08\/desenvolvedor-1-1.png\",\"contentUrl\":\"https:\/\/absam.io\/blog\/wp-content\/uploads\/2023\/08\/desenvolvedor-1-1.png\",\"width\":2144,\"height\":1206},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/absam.io\/blog\/elementor-14027\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"In\u00edcio\",\"item\":\"https:\/\/absam.io\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Liberando o PHP Opcode Cache para um melhor desempenho\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/absam.io\/blog\/#website\",\"url\":\"https:\/\/absam.io\/blog\/\",\"name\":\"Blog da Absam\",\"description\":\"Conte\u00fados sobre cloud computing, data centers, infraestrutura, automa\u00e7\u00e3o e alta performance para profissionais e empresas que buscam tecnologia de ponta\",\"publisher\":{\"@id\":\"https:\/\/absam.io\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/absam.io\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"pt-BR\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/absam.io\/blog\/#organization\",\"name\":\"Blog da Absam\",\"url\":\"https:\/\/absam.io\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"pt-BR\",\"@id\":\"https:\/\/absam.io\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/absam.io\/blog\/wp-content\/uploads\/2024\/02\/logo-absam-150x150-1-1.png\",\"contentUrl\":\"https:\/\/absam.io\/blog\/wp-content\/uploads\/2024\/02\/logo-absam-150x150-1-1.png\",\"width\":150,\"height\":150,\"caption\":\"Blog da Absam\"},\"image\":{\"@id\":\"https:\/\/absam.io\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/absam.io\",\"https:\/\/br.linkedin.com\/company\/absam-io\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/absam.io\/blog\/#\/schema\/person\/033a3fffb2e13d3eb8dd34f19d08a026\",\"name\":\"Ramon Soarez\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"pt-BR\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/e3cc09f6cfc63a7452c4542bf8c71588dd2616a0ae05df93846ac5930721d165?s=96&d=mm&r=g\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/e3cc09f6cfc63a7452c4542bf8c71588dd2616a0ae05df93846ac5930721d165?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/e3cc09f6cfc63a7452c4542bf8c71588dd2616a0ae05df93846ac5930721d165?s=96&d=mm&r=g\",\"caption\":\"Ramon Soarez\"},\"url\":\"https:\/\/absam.io\/blog\/author\/ramon\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Liberando o PHP Opcode Cache para um melhor desempenho - Blog da Absam","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:\/\/absam.io\/blog\/elementor-14027\/","og_locale":"pt_BR","og_type":"article","og_title":"Liberando o PHP Opcode Cache para um melhor desempenho","og_description":"No ecossistema do PHP, incluindo nos renomados frameworks como o Laravel, destaca-se uma ferramenta de aprimoramento de desempenho extremamente eficaz conhecida como &#8220;opcode cache&#8221;. Esse mecanismo revoluciona a maneira como os aplicativos desenvolvidos em PHP operam, ao armazenar bytecode pr\u00e9-compilado [&hellip;]","og_url":"https:\/\/absam.io\/blog\/elementor-14027\/","og_site_name":"Blog da Absam","article_publisher":"https:\/\/www.facebook.com\/absam.io","article_published_time":"2023-08-09T15:01:41+00:00","og_image":[{"width":2144,"height":1206,"url":"https:\/\/absam.io\/blog\/wp-content\/uploads\/2023\/08\/desenvolvedor-1-1.png","type":"image\/png"}],"author":"Ramon Soarez","twitter_card":"summary_large_image","twitter_misc":{"Escrito por":"Ramon Soarez","Est. tempo de leitura":"3 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/absam.io\/blog\/elementor-14027\/#article","isPartOf":{"@id":"https:\/\/absam.io\/blog\/elementor-14027\/"},"author":{"name":"Ramon Soarez","@id":"https:\/\/absam.io\/blog\/#\/schema\/person\/033a3fffb2e13d3eb8dd34f19d08a026"},"headline":"Liberando o PHP Opcode Cache para um melhor desempenho","datePublished":"2023-08-09T15:01:41+00:00","mainEntityOfPage":{"@id":"https:\/\/absam.io\/blog\/elementor-14027\/"},"wordCount":524,"commentCount":0,"publisher":{"@id":"https:\/\/absam.io\/blog\/#organization"},"image":{"@id":"https:\/\/absam.io\/blog\/elementor-14027\/#primaryimage"},"thumbnailUrl":"https:\/\/absam.io\/blog\/wp-content\/uploads\/2023\/08\/desenvolvedor-1-1.png","articleSection":["Conte\u00fado"],"inLanguage":"pt-BR"},{"@type":"WebPage","@id":"https:\/\/absam.io\/blog\/elementor-14027\/","url":"https:\/\/absam.io\/blog\/elementor-14027\/","name":"Liberando o PHP Opcode Cache para um melhor desempenho - Blog da Absam","isPartOf":{"@id":"https:\/\/absam.io\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/absam.io\/blog\/elementor-14027\/#primaryimage"},"image":{"@id":"https:\/\/absam.io\/blog\/elementor-14027\/#primaryimage"},"thumbnailUrl":"https:\/\/absam.io\/blog\/wp-content\/uploads\/2023\/08\/desenvolvedor-1-1.png","datePublished":"2023-08-09T15:01:41+00:00","breadcrumb":{"@id":"https:\/\/absam.io\/blog\/elementor-14027\/#breadcrumb"},"inLanguage":"pt-BR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/absam.io\/blog\/elementor-14027\/"]}]},{"@type":"ImageObject","inLanguage":"pt-BR","@id":"https:\/\/absam.io\/blog\/elementor-14027\/#primaryimage","url":"https:\/\/absam.io\/blog\/wp-content\/uploads\/2023\/08\/desenvolvedor-1-1.png","contentUrl":"https:\/\/absam.io\/blog\/wp-content\/uploads\/2023\/08\/desenvolvedor-1-1.png","width":2144,"height":1206},{"@type":"BreadcrumbList","@id":"https:\/\/absam.io\/blog\/elementor-14027\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"In\u00edcio","item":"https:\/\/absam.io\/blog\/"},{"@type":"ListItem","position":2,"name":"Liberando o PHP Opcode Cache para um melhor desempenho"}]},{"@type":"WebSite","@id":"https:\/\/absam.io\/blog\/#website","url":"https:\/\/absam.io\/blog\/","name":"Blog da Absam","description":"Conte\u00fados sobre cloud computing, data centers, infraestrutura, automa\u00e7\u00e3o e alta performance para profissionais e empresas que buscam tecnologia de ponta","publisher":{"@id":"https:\/\/absam.io\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/absam.io\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"pt-BR"},{"@type":"Organization","@id":"https:\/\/absam.io\/blog\/#organization","name":"Blog da Absam","url":"https:\/\/absam.io\/blog\/","logo":{"@type":"ImageObject","inLanguage":"pt-BR","@id":"https:\/\/absam.io\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/absam.io\/blog\/wp-content\/uploads\/2024\/02\/logo-absam-150x150-1-1.png","contentUrl":"https:\/\/absam.io\/blog\/wp-content\/uploads\/2024\/02\/logo-absam-150x150-1-1.png","width":150,"height":150,"caption":"Blog da Absam"},"image":{"@id":"https:\/\/absam.io\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/absam.io","https:\/\/br.linkedin.com\/company\/absam-io"]},{"@type":"Person","@id":"https:\/\/absam.io\/blog\/#\/schema\/person\/033a3fffb2e13d3eb8dd34f19d08a026","name":"Ramon Soarez","image":{"@type":"ImageObject","inLanguage":"pt-BR","@id":"https:\/\/secure.gravatar.com\/avatar\/e3cc09f6cfc63a7452c4542bf8c71588dd2616a0ae05df93846ac5930721d165?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/e3cc09f6cfc63a7452c4542bf8c71588dd2616a0ae05df93846ac5930721d165?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/e3cc09f6cfc63a7452c4542bf8c71588dd2616a0ae05df93846ac5930721d165?s=96&d=mm&r=g","caption":"Ramon Soarez"},"url":"https:\/\/absam.io\/blog\/author\/ramon\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/absam.io\/blog\/wp-json\/wp\/v2\/posts\/14027","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/absam.io\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/absam.io\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/absam.io\/blog\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/absam.io\/blog\/wp-json\/wp\/v2\/comments?post=14027"}],"version-history":[{"count":0,"href":"https:\/\/absam.io\/blog\/wp-json\/wp\/v2\/posts\/14027\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/absam.io\/blog\/wp-json\/wp\/v2\/media\/14033"}],"wp:attachment":[{"href":"https:\/\/absam.io\/blog\/wp-json\/wp\/v2\/media?parent=14027"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/absam.io\/blog\/wp-json\/wp\/v2\/categories?post=14027"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/absam.io\/blog\/wp-json\/wp\/v2\/tags?post=14027"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}