Nie jesteś zalogowany.
Jeśli nie posiadasz konta, zarejestruj je już teraz! Pozwoli Ci ono w pełni korzystać z naszego serwisu. Spamerom dziękujemy!
Prosimy o pomoc dla małej Julki — przekaż 1% podatku na Fundacji Dzieciom zdazyć z Pomocą.
Więcej informacji na dug.net.pl/pomagamy/.
Strony: 1
witam serdecznie.
Posiadam VPS, który obsługuje moją stronę internetową. Jest zainstalowany Debian 8 64bit, serwer www Nginx. wszystko działa poprawnie ale dość wolno.
Chce polepszyć szybkość strony korzystając z modułu od Google - ngx_pagespeed.
po wykonaniu polecenia na serwerze:
bash <(curl -f -L -sS https://ngxpagespeed.com/install) \
--nginx-version latest
nastąpiła automatyczna instalacja modułu, wszystko przebiegło poprawnie.
Na końcu otrzymałem komunikat
ngx_pagespeed is ready to be build against nginx.
when running ./configure:
Give ./configure the following arguments:
--add-module=/root/nginx_pagespeed-latest-stable
If this is for integration with an already-built nginx, make sure to include any other arguments you orginally passed to ./configure. you can see these with 'nginx -V'.
JAK dokończyć tą konfigurację zeby uaktywnić modul ?
Proszę o pomoc.
Pozdrawiam
Wojciech Słomiński
Offline
If this is for integration with an already-built nginx, make sure to include any other arguments you orginally passed to ./configure. you can see these with 'nginx -V'.
Offline
Strony: 1
Time (s) | Query |
---|---|
0.00010 | SET CHARSET latin2 |
0.00004 | SET NAMES latin2 |
0.00088 | SELECT u.*, g.*, o.logged FROM punbb_users AS u INNER JOIN punbb_groups AS g ON u.group_id=g.g_id LEFT JOIN punbb_online AS o ON o.ident='3.144.45.187' WHERE u.id=1 |
0.00077 | UPDATE punbb_online SET logged=1732455126 WHERE ident='3.144.45.187' |
0.00049 | SELECT * FROM punbb_online WHERE logged<1732454826 |
0.00085 | DELETE FROM punbb_online WHERE ident='13.58.38.184' |
0.00075 | DELETE FROM punbb_online WHERE ident='18.227.209.214' |
0.00078 | DELETE FROM punbb_online WHERE ident='54.36.149.5' |
0.00305 | DELETE FROM punbb_online WHERE ident='66.249.64.10' |
0.00054 | SELECT topic_id FROM punbb_posts WHERE id=314496 |
0.00070 | SELECT id FROM punbb_posts WHERE topic_id=29934 ORDER BY posted |
0.00095 | SELECT t.subject, t.closed, t.num_replies, t.sticky, f.id AS forum_id, f.forum_name, f.moderators, fp.post_replies, 0 FROM punbb_topics AS t INNER JOIN punbb_forums AS f ON f.id=t.forum_id LEFT JOIN punbb_forum_perms AS fp ON (fp.forum_id=f.id AND fp.group_id=3) WHERE (fp.read_forum IS NULL OR fp.read_forum=1) AND t.id=29934 AND t.moved_to IS NULL |
0.00005 | SELECT search_for, replace_with FROM punbb_censoring |
0.00093 | SELECT u.email, u.title, u.url, u.location, u.use_avatar, u.signature, u.email_setting, u.num_posts, u.registered, u.admin_note, p.id, p.poster AS username, p.poster_id, p.poster_ip, p.poster_email, p.message, p.hide_smilies, p.posted, p.edited, p.edited_by, g.g_id, g.g_user_title, o.user_id AS is_online FROM punbb_posts AS p INNER JOIN punbb_users AS u ON u.id=p.poster_id INNER JOIN punbb_groups AS g ON g.g_id=u.group_id LEFT JOIN punbb_online AS o ON (o.user_id=u.id AND o.user_id!=1 AND o.idle=0) WHERE p.topic_id=29934 ORDER BY p.id LIMIT 0,25 |
0.00106 | UPDATE punbb_topics SET num_views=num_views+1 WHERE id=29934 |
Total query time: 0.01194 s |