Jump to content
  • 0

Format zdjęc webp


Namee

Question

3 answers to this question

Recommended Posts

  • 0

Jeśli masz serwer Cloud zainstaluj dodatek PageSpeed. Jeśli obsługuje to usługodawca to napisz do niego wiadomość, aby zainstalował na Twoim serwerze dodatek PageSpeed. Jest to dodatek do serwerów VPS, który automatycznie konwertuje wszystkie zdjęcia (nawet gdy wrzucić jpg png itp) na webp. Mało tego optymalizuje kod poprzez minifikacje i inne bajery.

Można także poszukać modułu

Ewentualnie możesz wykonać sam przez SSH w swoim serwerze Cloud, w zależności od dystrybucji, która posiadasz.

CentOS / Fedora

wget https://dl-ssl.google.com/dl/linux/direct/mod-pagespeed-stable_current_x86_64.rpm

Następnie wykonujemy polecenia instalacyjne:

sudo yum install at # jeżeli nie jest zainstalowany

sudo rpm -U mod-pagespeed-*.rpm

Aktualizacja modułu:

sudo yum install at # jeżeli nie jest zainstalowany

sudo rpm -U mod-pagespeed-*.rpm

Debian / Ubuntu

wgert https://dl-ssl.google.com/dl/linux/direct/mod-pagespeed-stable_current_amd64.deb

Następnie wykonujemy polecenia instalacyjne:

sudo dpkg -i mod-pagespeed-*.deb

sudo apt-get -f install

Aktualizacja modułu:

sudo yum update mod-pagespeed-beta lub mod-pagespeed-stable

sudo /etc/init.d/httpd restart

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...