HowTo

July 2019

HowTo: WordPress Performance – Start

By |2020-02-01T20:51:17+00:00July 24th, 2019|Hosting, HowTo, HowTo First, HowTo Series: Wordpress Performance, In The Web, Wordpress, Wordpress performance|

When talking about Wordpress performance, a lot of keywords come up: TTFB, latency, TTR (Time To Render), bandwidth, redis, nginx, Apache, caching, CDN, Cloudflare and much more. There are too many [...]

October 2015

compile nginx on CentOS7.1 with google pagespeed

By |2017-12-26T21:56:34+00:00October 13th, 2015|HowTo, Linux/BSD Operating Systems, nginx, Pagespeed, Web Performance, Web Server Performance, Web Servers|

nginx with gcc First run with gcc to make nginx: ./configure --prefix=/usr/share/nginx --sbin-path=/usr/sbin/nginx --conf-path=/etc/nginx/nginx.conf --error-log-path=/var/log/nginx/error.log --http-log-path=/var/log/nginx/access.log --http-client-body-temp-path=/var/lib/nginx/tmp/client_body --http-proxy-temp-path=/var/lib/nginx/tmp/proxy --http-fastcgi-temp-path=/var/lib/nginx/tmp/fastcgi --http-uwsgi-temp-path=/var/lib/nginx/tmp/uwsgi --http-scgi-temp-path=/var/lib/nginx/tmp/scgi --pid-path=/run/nginx.pid --lock-path=/run/lock/subsys/nginx --user=nginx --group=nginx --with-file-aio --with-ipv6 --with-http_ssl_module --with-http_realip_module --with-http_addition_module --with-http_xslt_module --with-http_image_filter_module [...]

Go to Top