Dino Geek, versucht dir zu helfen

Wie konfiguriere ich die Browser-Cache-Einstellungen in Drupal 8?


Die Browser-Cache-Einstellungen in Drupal 8 können über das .htaccess-File oder über Module wie das “Page Cache Expiration” modifiziert werden. Hier sind die Schritte:

1. Über das .htaccess-File:
- Öffne das .htaccess-File in Deinem Drupal 8-Root-Verzeichnis.
- Füge die folgenden Zeilen am Anfang des Files ein:

```

  1. EXPIRES CACHING ##
    ExpiresActive On ExpiresDefault “access plus 1 month“ ExpiresByType image/jpg “access plus 1 year“ ExpiresByType image/jpeg “access plus 1 year“ ExpiresByType image/gif “access plus 1 year“ ExpiresByType image/png “access plus 1 year“ ExpiresByType text/css “access plus 1 month“ ExpiresByType text/html “access plus 1 month“ ExpiresByType application/pdf “access plus 1 month“ ExpiresByType text/x-javascript “access plus 1 month“ ExpiresByType application/x-shockwave-flash “access plus 1 month“ ExpiresByType image/x-icon “access plus 1 year“ ExpiresDefault “access plus 1 month”
  2. EXPIRES CACHING ##
    ```

Diese Konfiguration sorgt dafür, dass Browser-Cache für bestimmte Filetypen für eine bestimmte Zeitspanne aktiviert ist.

2. Über das “Page Cache Expiration”-Modul:
- Lade und installiere das “Page Cache Expiration”-Modul über das Drupal-Backend.
- Gehe zu Home > Administration > Configuration > Development > Performance > Page Cache Expiration Settings.
- Hier kannst Du die Page-Cache-Laufzeit in Sekunden einstellen.

Beachte: Wenn Du den Browser-Cache verlängerst, brauchen auch Änderungen längere Zeit, um auf der Website sichtbar zu werden besonders wenn es sich um gehostete Static Files wie CSS- oder JavaScript-Dateien.


Erstellen Sie einfach Artikel, um Ihr SEO zu optimieren
Erstellen Sie einfach Artikel, um Ihr SEO zu optimieren





DinoGeek bietet einfache Artikel über komplexe Technologien

Möchten Sie in diesem Artikel zitiert werden? Es ist ganz einfach, kontaktieren Sie uns unter dino@eiki.fr

CSS | NodeJS | DNS | DMARC | MAPI | NNTP | htaccess | PHP | HTTPS | Drupal | WEB3 | LLM | Wordpress | TLD | Domain | IMAP | TCP | NFT | MariaDB | FTP | Zigbee | NMAP | SNMP | SEO | E-Mail | LXC | HTTP | MangoDB | SFTP | RAG | SSH | HTML | ChatGPT API | OSPF | JavaScript | Docker | OpenVZ | ChatGPT | VPS | ZIMBRA | SPF | UDP | Joomla | IPV6 | BGP | Django | Reactjs | DKIM | VMWare | RSYNC | Python | TFTP | Webdav | FAAS | Apache | IPV4 | LDAP | POP3 | SMTP

| Whispers of love (API) | Déclaration d'Amour |






Rechtliche Hinweise / Allgemeine Nutzungsbedingungen