Database changes from 1.0.01 to 1.0.02

User Avatar
👤 admin
🔴 Admin
✍️ It's not important where you are, it's important with who you are and how you live with them.
⏳ Last active: 15 Apr 2025 at 16:00
📅 Created: 03 Mar 2025 at 15:19
👀 Viewed: 36 times
✉️ Send Email

Just open phpmyadmin and put

CREATE INDEX idx_page_visited ON visitors(page_visited);

this will make page visit calculation more faster

If you want to comment: Login or Register