purbeast0
No Lifer
Luckily I've known my web host for a long time, or else my site would be taken offline he said.
I don't really know where to start. Basically, what could be making a website take up so many resources? My main page is just listing a bunch of stuff that is pretty much pulled from an SQL database.
However the DB it's pulling information from has already 80K records in it, and it is growing by about 1K a day. Could that have something to do with it? Could it be the way that I'm pulling the information that is taking up so many resources?
I haven't taken courses in SQL or anything so I'm not really sure what I could change to optimize it. When I do SQL queries, I am doing 'SELECT *' instead of selecting individual fields. Should I instead ONLY be selecting the fields of the table that I use? Could that be making THAT much of a difference?
My assumption is that the resources are being used from the DB just for the sheer fact that my page basically lists information in a table pulled from a DB, but as I said, it's a large one. Also I am automatically having fields inserted to the DB, at around 1K/day. Could that be causing some type of resource issue as well? My total index.php file is almost 100Kb as well. Could that be causing some issues?
Any suggestions or areas I shold look at would be appreciated. And it's not the site that's in my signature either.
I don't really know where to start. Basically, what could be making a website take up so many resources? My main page is just listing a bunch of stuff that is pretty much pulled from an SQL database.
However the DB it's pulling information from has already 80K records in it, and it is growing by about 1K a day. Could that have something to do with it? Could it be the way that I'm pulling the information that is taking up so many resources?
I haven't taken courses in SQL or anything so I'm not really sure what I could change to optimize it. When I do SQL queries, I am doing 'SELECT *' instead of selecting individual fields. Should I instead ONLY be selecting the fields of the table that I use? Could that be making THAT much of a difference?
My assumption is that the resources are being used from the DB just for the sheer fact that my page basically lists information in a table pulled from a DB, but as I said, it's a large one. Also I am automatically having fields inserted to the DB, at around 1K/day. Could that be causing some type of resource issue as well? My total index.php file is almost 100Kb as well. Could that be causing some issues?
Any suggestions or areas I shold look at would be appreciated. And it's not the site that's in my signature either.