Traducir "php cache" a Inglés

Mostrando 50 de 50 traducciones de la frase "php cache" de Alemán a Inglés

Traducciones de php cache

"php cache" en Alemán se puede traducir en las siguientes palabras / frases en Inglés:

php php
cache any cache caches caching stored

Traducción de Alemán a Inglés de php cache

Alemán
Inglés

DE Eine Kombination von mehreren, ausgesprochen grosszügig ausgelegten Zwischenspeichern (PHP-Cache [RAM], Filesystem-Cache [RAM], Storage-Cache [RAM und SSD], Datenbank-Cache [RAM und SSD] macht das Abrufen Ihrer Website besonders schnell.

EN A combination of multiple, extra-large caches (PHP cache [RAM], file system cache [RAM], storage cache [RAM and SSD] and database cache [RAM and SSD]) makes your website load super fast.

Alemán Inglés
ram ram
ssd ssd
schnell fast
php php
cache cache
storage storage
macht makes
website website
und and
datenbank database
kombination combination
mehreren multiple
von of
eine a

DE Eine Kombination von mehreren, ausgesprochen grosszügig ausgelegten Zwischenspeichern (PHP-Cache [RAM], Filesystem-Cache [RAM], Storage-Cache [RAM und SSD], Datenbank-Cache [RAM und SSD] macht das Abrufen Ihrer Website besonders schnell.

EN A combination of multiple, extra-large caches (PHP cache [RAM], file system cache [RAM], storage cache [RAM and SSD] and database cache [RAM and SSD]) makes your website load super fast.

Alemán Inglés
ram ram
ssd ssd
schnell fast
php php
cache cache
storage storage
macht makes
website website
und and
datenbank database
kombination combination
mehreren multiple
von of
eine a

DE Cache-Steuerungs-Header, Cache-Tags und Page Rules ermöglichen konfigurierbare und langlebige Cache-TTLs für Videoinhalte. Mit Cache-Tags können differenziertere Bereinigungen und TTL-Anpassungen vorgenommen werden.

EN Cache Control Headers, Cache Tags, & Page Rules allow video content cache TTLs to be configurable and long-lived. Cache Tags allow for more granular purging and TTL customizations.

Alemán Inglés
page page
rules rules
ermöglichen allow
konfigurierbare configurable
videoinhalte video content
cache cache
header headers
tags tags
ttl ttl
anpassungen customizations
und and
für for

DE Es gibt drei primäre Aktionen, mit denen Sie Ihre Cache-Einstellungen im Dashboard anpassen können: Cache Purge, Cache-Level und Browser-Cache-TTL.

EN There are three primary actions that allow you to customize your caching settings in the Dashboard: Purge Cache, Caching Level, and Browser Cache TTL.

Alemán Inglés
primäre primary
aktionen actions
dashboard dashboard
level level
browser browser
ttl ttl
im in the
einstellungen settings
cache cache
drei three
und and
ihre your

DE Wenn Sie eine Cache-Erweiterung wie z.B. WP-Rocket, W3 Total Cache oder WP Super Cache nutzen, muss der Cache vollständig geleert oder zudem das Plugin deaktiviert und wieder aktiviert werden.

EN If you use a cache extension like WP-rocket, W3 Total Cache or WP Super Cache, you will need to completely empty all cache by disabling and then re-enabling the plugin.

Alemán Inglés
cache cache
wp wp
super super
wieder re
aktiviert enabling
total total
oder or
nutzen use
plugin plugin
erweiterung extension
b a
und and
der the

DE Wenn nach der Installation eines SSL-Zertifikats ein Problem auftritt, sollten Sie als erstes den Cache Ihres Browsers und Ihrer Website leeren, wenn Sie eine Cache-Engine wie z.B. WP Super Cache oder W3 Total Cache nutzen.

EN We also recommend consulting this guide which identifies the majority of the solutions to problems that you could encounter.

Alemán Inglés
super this
den the
wenn to

DE Wenn Sie eine Cache-Erweiterung wie z.B. WP-Rocket, W3 Total Cache oder WP Super Cache nutzen, muss der Cache vollständig geleert oder zudem das Plugin deaktiviert und wieder aktiviert werden.

EN If you use a cache extension like WP-rocket, W3 Total Cache or WP Super Cache, you will need to completely empty all cache by disabling and then re-enabling the plugin.

Alemán Inglés
cache cache
wp wp
super super
wieder re
aktiviert enabling
total total
oder or
nutzen use
plugin plugin
erweiterung extension
b a
und and
der the

DE Für 32-bit-PHP auf einem 32-bit-System oder für 64-bit-PHP auf einem 64-bit-System ist [(HKEY_LOCAL_MACHINE\SOFTWARE\PHP] zu verwenden; für 32-bit-PHP auf einem 64-bit-System ist stattdessen [HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\PHP]] zu verwenden

EN For 32-bit PHP on a 32-bit OS or a 64-bit PHP on a 64-bit OS use [(HKEY_LOCAL_MACHINE\SOFTWARE\PHP] for 32-bit version of PHP on a 64-bit OS use [HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\PHP]] instead

Alemán Inglés
php php
oder or
software software
verwenden use
stattdessen instead
für for
auf on
einem a
zu of

DE $ PHP_INI_SCAN_DIR=:/usr/local/etc/php.d php PHP wird alle Dateien in /etc/php.d/*.ini, und dann /usr/local/etc/php.d/*.ini als Konfigurationsdateien laden

EN $ PHP_INI_SCAN_DIR=:/usr/local/etc/php.d php PHP will load all files in /etc/php.d/*.ini, then /usr/local/etc/php.d/*.ini as configuration files

Alemán Inglés
php php
local local
etc etc
dateien files
konfigurationsdateien configuration files
laden load
ini ini
usr usr
d d
wird will
dann then
in in
alle all
als as

DE $ PHP_INI_SCAN_DIR=/usr/local/etc/php.d: php PHP wird alle Dateien in /usr/local/etc/php.d/*.ini, und dann /etc/php.d/*.ini als Konfigurationsdateien laden.

EN $ PHP_INI_SCAN_DIR=/usr/local/etc/php.d: php PHP will load all files in /usr/local/etc/php.d/*.ini, then /etc/php.d/*.ini as configuration files.

Alemán Inglés
php php
local local
etc etc
dateien files
konfigurationsdateien configuration files
laden load
ini ini
usr usr
d d
wird will
dann then
in in
alle all
als as

DE Öffnen Sie das Terminal, lesen Sie das Kapitel PHP auf der Kommandozeile des PHP-Handbuchs und führen Sie php -v aus, um die PHP-Version dieses PHP-Binärprogramms zu sehen

EN Open up the terminal, read the command line section of the PHP manual, and execute php -v to check the PHP version of this PHP binary

DE Behoben: PHP > Fix potential PHP fatal in PHP 8+ mit bestimmten gecachten Daten, wenn der Cache einen Zeichenfolgen statt eines erwarteten Arrays zurückgibt. (@sc0ttkclark)

EN Fixed: PHP > Fix potential PHP fatal in PHP 8+ with certain cached data when cache returns string instead of an expected array. (@sc0ttkclark)

DE Falls die Datei php-SAPI.ini existiert (wobei SAPI die verwendete SAPI ist, was als Dateinamen z. B. php-cli.ini oder php-apache.ini ergibt), wird diese anstelle der php.ini verwendet. Der Name der SAPI kann durch

EN If php-SAPI.ini exists (where SAPI is the SAPI in use, so, for example, php-cli.ini or php-apache.ini), it is used instead of php.ini. The SAPI name can be determined with

Alemán Inglés
php php
name name
ini ini
oder or
verwendete use
kann can
anstelle instead of
verwendet used
wobei with
die example
ist exists
als in

DE $ PHP_INI_SCAN_DIR=/usr/local/etc/php.d php PHP wird alle Dateien in /usr/local/etc/php.d/*.ini als Konfigurationsdateien laden

EN $ PHP_INI_SCAN_DIR=/usr/local/etc/php.d php PHP will load all files in /usr/local/etc/php.d/*.ini as configuration files

Alemán Inglés
php php
local local
etc etc
dateien files
konfigurationsdateien configuration files
laden load
ini ini
usr usr
d d
wird will
in in
alle all
als as

DE Diese Beispiele werden eine große Zahl von Paketen, inklusive spezieller PHP-Pakete wie php-cgi, php-cli und php-dev, anzeigen

EN The examples will show a lot of packages including several PHP specific ones like php-cgi, php-cli and php-dev

DE Ohne Cache Protection wird der Write-Cache standardmäßig deaktiviert - dies kann allerdings negative Auswirkungen auf die Performance haben! Daher empfehlen wir Ihnen die Verwendung eines Cache Protection Moduls!

EN Without cache protection, the write cache is usually deactivated, but this can have negative effects on performance! As a result, we recommend the use of a cache protection module!

Alemán Inglés
cache cache
protection protection
deaktiviert deactivated
auswirkungen effects
moduls module
kann can
performance performance
verwendung use
ohne without
wir we
daher as
empfehlen recommend
wird the
dies this
negative negative
haben have

DE Einige der beliebtesten WordPress-Cache-Plugins sind W3 Total Cache, WP Rocket oder LiteSpeed Cache.

EN Some of the most popular WordPress cache plugins are W3 Total Cache, WP Rocket, or LiteSpeed Cache.

Alemán Inglés
total total
cache cache
rocket rocket
plugins plugins
litespeed litespeed
oder or
wordpress wordpress
wp wp
einige some
sind are

DE HTTP Cache umgehen nach IP, Parameter oder Cookie. Dieses App erweitert Shopware's HTTP Cache. Der Cache kann durch zuvor festgelegte URL Parameter und Cookies umgangen werden.

EN Circumvent HTTP cache by IP, parameter or cookie. This app extends the shopware HTTP cache. The cache can also be skipped by pre-defined URL parameters and cookies if set.

Alemán Inglés
http http
cache cache
umgehen circumvent
ip ip
app app
erweitert extends
url url
oder or
cookie cookie
cookies cookies
und and
parameter parameters
kann can
der the
werden be
dieses this
durch by

DE Aktualisiert das CSS des Object-Cache-Panels, um für die neue Version von object-cache.php mit besserem stats() bereit zu sein

EN Update object cache panel CSS to be ready for new object-cache.php release with better stats()

DE Aktualisiert das CSS des Object-Cache-Panels, um für die neue Version von object-cache.php mit besserem stats() bereit zu sein

EN Update object cache panel CSS to be ready for new object-cache.php release with better stats()

DE Aktualisiert das CSS des Object-Cache-Panels, um für die neue Version von object-cache.php mit besserem stats() bereit zu sein

EN Update object cache panel CSS to be ready for new object-cache.php release with better stats()

DE Aktualisiert das CSS des Object-Cache-Panels, um für die neue Version von object-cache.php mit besserem stats() bereit zu sein

EN Update object cache panel CSS to be ready for new object-cache.php release with better stats()

DE Aktualisiert das CSS des Object-Cache-Panels, um für die neue Version von object-cache.php mit besserem stats() bereit zu sein

EN Update object cache panel CSS to be ready for new object-cache.php release with better stats()

DE Aktualisiert das CSS des Object-Cache-Panels, um für die neue Version von object-cache.php mit besserem stats() bereit zu sein

EN Update object cache panel CSS to be ready for new object-cache.php release with better stats()

DE Aktualisiert das CSS des Object-Cache-Panels, um für die neue Version von object-cache.php mit besserem stats() bereit zu sein

EN Update object cache panel CSS to be ready for new object-cache.php release with better stats()

DE Aktualisiert das CSS des Object-Cache-Panels, um für die neue Version von object-cache.php mit besserem stats() bereit zu sein

EN Update object cache panel CSS to be ready for new object-cache.php release with better stats()

DE Aktualisiert das CSS des Object-Cache-Panels, um für die neue Version von object-cache.php mit besserem stats() bereit zu sein

EN Update object cache panel CSS to be ready for new object-cache.php release with better stats()

DE Aktualisiert das CSS des Object-Cache-Panels, um für die neue Version von object-cache.php mit besserem stats() bereit zu sein

EN Update object cache panel CSS to be ready for new object-cache.php release with better stats()

DE Aktualisiert das CSS des Object-Cache-Panels, um für die neue Version von object-cache.php mit besserem stats() bereit zu sein

EN Update object cache panel CSS to be ready for new object-cache.php release with better stats()

DE Aktualisiert das CSS des Object-Cache-Panels, um für die neue Version von object-cache.php mit besserem stats() bereit zu sein

EN Update object cache panel CSS to be ready for new object-cache.php release with better stats()

DE Aktualisiert das CSS des Object-Cache-Panels, um für die neue Version von object-cache.php mit besserem stats() bereit zu sein

EN Update object cache panel CSS to be ready for new object-cache.php release with better stats()

DE Aktualisiert das CSS des Object-Cache-Panels, um für die neue Version von object-cache.php mit besserem stats() bereit zu sein

EN Update object cache panel CSS to be ready for new object-cache.php release with better stats()

DE Aktualisiert das CSS des Object-Cache-Panels, um für die neue Version von object-cache.php mit besserem stats() bereit zu sein

EN Update object cache panel CSS to be ready for new object-cache.php release with better stats()

DE Benötigt mindestens WordPress 3.9 und PHP 5.3! (lies mehr über die empfohlene PHP Version und warum du die neueste PHP Version brauchst)

EN WordPress 3.9 and PHP 5.3.3 required! (read more about recommended php version and why you should switch to modern php)

Alemán Inglés
wordpress wordpress
php php
empfohlene recommended
neueste modern
lies and
benötigt required
mehr more
version version
du you

DE Die Unterstützung von PHP 7.2 wird eingestellt ? was ist mit Magento 1 unter PHP 7.3, 7.4 und PHP 8?

EN PHP 7.2 support is discontinued ? what about Magento 1 under PHP 7.3, 7.4 and PHP 8?

Alemán Inglés
unterstützung support
php php
eingestellt discontinued
magento magento
und and
wird is
unter under

DE Ältere PHP-Versionen wie PHP 5.6 werden nicht unterstützt, da sie von PHP selbst nicht unterstützt werden.

EN Older PHP versions like PHP 5.6 are not supported, because they are not supported by PHP itself.

Alemán Inglés
php php
unterstützt supported
versionen versions
nicht not
werden are
da because
von by
wie like

DE Eine Website läuft mit PHP 7 unter bestimmten Bedingungen bis zu doppelt so schnell wie mit PHP 5.6 und bis zu 14-mal so schnell wie mit PHP 5

EN Depending on the case in point, a site operating with PHP 7 will run up to twice as fast as with PHP 5.6 and up to 14 times faster than with PHP 5

Alemán Inglés
php php
website site
schnell fast
und and
doppelt twice
mit with
zu to
eine a
mal times

DE Webanwendungen, die bereits mit PHP 7 kompatibel sind, kommt diese Leistungssteigerung ebenfalls zugute: Eine WordPress-Site unter PHP 7 könnte laut Zend bis zu 183 Abfragen pro Sekunde mehr als unter PHP 5.6 ausführen

EN Web applications already compatible with PHP 7 also benefit from this performance gain and according to Zend, a WordPress site with PHP 7 could also run up to 183 requests per second more than with PHP 5.6

Alemán Inglés
webanwendungen web applications
php php
zugute benefit
wordpress wordpress
site site
könnte could
bereits already
mit with
mehr more
eine a
laut according to
zu to
diese this
bis from
pro per

DE Unter Leistung können Sie die durchschnittlichen PHP + MySQL-Antwortzeiten, den PHP-Durchsatz, die PHP-Arbeitszeitbegrenzung und die AJAX-Nutzung sehen:

EN In Performance, you can see average PHP + MySQL response times, PHP Throughput, PHP Worker Limit, and AJAX usage:

Alemán Inglés
durchschnittlichen average
php php
mysql mysql
durchsatz throughput
ajax ajax
nutzung usage
unter in
leistung performance
können can

DE PHP: Migration von PHP 7.3.x auf PHP 7.4.x - Manual

EN PHP: Migrating from PHP 7.3.x to PHP 7.4.x - Manual

Alemán Inglés
php php
migration migrating
x x
manual manual

DE Die Konfigurationsdatei (php.ini) wird beim Start von PHP eingelesen. Für die Servermodul-Versionen von PHP geschieht dies nur einmal beim Start des Webservers. Für die CGI- und CLI-Versionen geschieht dies bei jedem Aufruf.

EN The configuration file (php.ini) is read when PHP starts up. For the server module versions of PHP, this happens only once when the web server is started. For the CGI and CLI versions, it happens on every invocation.

Alemán Inglés
konfigurationsdatei configuration file
php php
ini ini
versionen versions
geschieht happens
für for
von of
wird the
start on
dies this
nur only

DE $ php PHP wird alle Dateien in /etc/php.d/*.ini als Konfigurationsdateien laden

EN $ php PHP will load all files in /etc/php.d/*.ini as configuration files

Alemán Inglés
php php
dateien files
etc etc
konfigurationsdateien configuration files
laden load
d d
ini ini
wird will
in in
alle all
als as

DE Eine Website läuft mit PHP 7 unter bestimmten Bedingungen bis zu doppelt so schnell wie mit PHP 5.6 und bis zu 14-mal so schnell wie mit PHP 5

EN Depending on the case in point, a site operating with PHP 7 will run up to twice as fast as with PHP 5.6 and up to 14 times faster than with PHP 5

Alemán Inglés
php php
website site
schnell fast
und and
doppelt twice
mit with
zu to
eine a
mal times

DE Webanwendungen, die bereits mit PHP 7 kompatibel sind, kommt diese Leistungssteigerung ebenfalls zugute: Eine WordPress-Site unter PHP 7 könnte laut Zend bis zu 183 Abfragen pro Sekunde mehr als unter PHP 5.6 ausführen

EN Web applications already compatible with PHP 7 also benefit from this performance gain and according to Zend, a WordPress site with PHP 7 could also run up to 183 requests per second more than with PHP 5.6

Alemán Inglés
webanwendungen web applications
php php
zugute benefit
wordpress wordpress
site site
könnte could
bereits already
mit with
mehr more
eine a
laut according to
zu to
diese this
bis from
pro per

DE Benötigt mindestens WordPress 3.9 und PHP 5.3! (lies mehr über die empfohlene PHP Version und warum du die neueste PHP Version brauchst)

EN WordPress 3.9 and PHP 5.3.3 required! (read more about recommended php version and why you should switch to modern php)

Alemán Inglés
wordpress wordpress
php php
empfohlene recommended
neueste modern
lies and
benötigt required
mehr more
version version
du you

DE PHP: Migration von PHP 7.2.x auf PHP 7.3.x - Manual

EN PHP: Migrating from PHP 7.2.x to PHP 7.3.x - Manual

Alemán Inglés
php php
migration migrating
x x
manual manual

DE PHP: Migration von PHP 7.4.x auf PHP 8.0.x - Manual

EN PHP: Migrating from PHP 7.4.x to PHP 8.0.x - Manual

Alemán Inglés
php php
migration migrating
x x
manual manual

DE Benötigt mindestens WordPress 3.9 und PHP 5.3! (lies mehr über die empfohlene PHP Version und warum du die neueste PHP Version brauchst)

EN WordPress 3.9 and PHP 5.3.3 required! (read more about recommended php version and why you should switch to modern php)

Alemán Inglés
wordpress wordpress
php php
empfohlene recommended
neueste modern
lies and
benötigt required
mehr more
version version
du you

DE Benötigt mindestens WordPress 3.9 und PHP 5.3! (lies mehr über die empfohlene PHP Version und warum du die neueste PHP Version brauchst)

EN WordPress 3.9 and PHP 5.3.3 required! (read more about recommended php version and why you should switch to modern php)

Alemán Inglés
wordpress wordpress
php php
empfohlene recommended
neueste modern
lies and
benötigt required
mehr more
version version
du you

DE Benötigt mindestens WordPress 3.9 und PHP 5.3! (lies mehr über die empfohlene PHP Version und warum du die neueste PHP Version brauchst)

EN WordPress 3.9 and PHP 5.3.3 required! (read more about recommended php version and why you should switch to modern php)

Alemán Inglés
wordpress wordpress
php php
empfohlene recommended
neueste modern
lies and
benötigt required
mehr more
version version
du you

Mostrando 50 de 50 traducciones