urlhum / UrlHum

The modern, privacy-aware URL Shortener built in PHP.
https://urlhum.com
MIT License
683 stars 120 forks source link

Added index on short_url and user_id #94

Open tareq1988 opened 4 years ago

tareq1988 commented 4 years ago

The clicks and URLs table doesn’t have necessary index on short_url, which is required for a faster DB query.