T
T
Taras Serevann2016-08-17 18:06:22
PHP
Taras Serevann, 2016-08-17 18:06:22

PHP result caching?

Is there a solution that, say, at the web server level, does not pass the request to PHP for execution every time, but, for example, once every 5-10 minutes, and the rest of the time it returns the static version of the page that PHP should generate from the cache? What is it called?
That at the majority of requests PHP/MySQL and td. were not involved at all.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Alexander Aksentiev, 2016-08-17
@Sanasol

https://www.nginx.com/blog/nginx-caching-guide/

M
Melkij, 2016-08-17
@melkij

nginx.org/ru/docs/http/ngx_http_memcached_module.html
Regular, but someone else should write to the cache.
https://github.com/openresty/srcache-nginx-module
Third party, can write read itself, including not only memcache.

I
Igor Vorotnev, 2016-08-17
@HeadOnFire

nginx fastcgi_cache

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question