In order to not reinvent the wheel,
Someone knows a script (or class) that can read the log file from apache web service (access_log) and returns information about the times you have viewed a resource as a picture?
My system is Centos7 and Apache.
I thought to program a PHP script which stores the resource requests in bbdd, but why to increase the load with several insert queries per page? when can use the access_log
Thanks in advance!