Make Counter Script More Efficient

I have a PHP/MySQL script that creates website hit counters. The script generates some code which is placed on a website. Each code has a counter ID. The counter counts and displays the number of visitors. The script uses a lot of RAM and CPU power. I need to reduce it as much as possible and modify the admin section. Here is what I need:

MODIFICATIONS
1. Make the script more efficient to reduce CPU usage (load) and reduce the RAM usage.
2. Make additions or modifications to the admin repo…

Leave a Reply

Your email address will not be published. Required fields are marked *