Wordpress directory and db question

wwsosop

Regular Member
Joined
Jul 7, 2024
Messages
474
Reaction score
186
I am going to start building out a directory site today and wondering if there should be any database concerns with php.? I really dont expect when they site is live to go over 500 db entries. I may give out 5-25 free entires than paywall it, other than that the site will be a blog as well.
 
what do u mean by db concerns with PHP ? you mean security or performance ?

with mere 500 entries u should be more than fine. if ur concerns are securiy it depend on how u coded it. you should check for common attacks like sql injections, xss etc...
 
what do u mean by db concerns with PHP ? you mean security or performance ?

with mere 500 entries u should be more than fine. if ur concerns are securiy it depend on how u coded it. you should check for common attacks like sql injections, xss etc...
I was thinking about storage for how much data, since wordpress plugins and never considered attacks to it since wordpress. First is my first attempt trying to think about any headaches.

Thanks
 
For 500 entries, PHP should handle it fine, just optimize your tables over time.
 
I did run into a issue today that crashed the CPU using geodirectory plugin. Such a weird issue and it actually resovled itself.

Godaddy tried to blame it on lack of data, hidden malware files and not enough resources. Tried to get me to buy a 600 dollar subscription to their managed wordpress to fix a random issue. This can be a whole other thread. I back checked everything he said so he confidently BS me.

I have a feeling though I need to move all my assets off of godaddy when i renew.
 
I am going to start building out a directory site today and wondering if there should be any database concerns with php.? I really dont expect when they site is live to go over 500 db entries. I may give out 5-25 free entires than paywall it, other than that the site will be a blog as well.

Have you checked Voxel theme? Oh man, I love it. I can upload it here for free if you want.
 
Back
Top