Click here to Skip to main content
15,885,141 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hello,
I have a wordpress website and it always goes beyong my host's query limit, even when I am just writing posts. The customer support told me I could set my queries to reset more often. he even gave me a link:
http://www.sitepoint.com/optimizing-mysql-application/[^]

The problem is that I have no idea what it says and I dont know anything about queries and databases! I know ftp so i can modify my files but if someone could help me/explain to me it owuld be very appreciated! thank you
Posted
Comments
[no name] 24-May-14 16:34pm    
It says "create indexes for your database tables".
Member 10837066 24-May-14 16:35pm    
so what should i do?
[no name] 24-May-14 16:45pm    
Well if I was you, I would be creating indexes for my database. If you are unwilling or unable to do this yourself, then you need to go find a website where you can hire someone to do this for you.
Member 10837066 24-May-14 16:47pm    
Then what is your forum for? You're a funny guy
[no name] 24-May-14 16:50pm    
This forum is to help programmers with programming problems. It is not a website where you can get someone to work for you for free.

1 solution

This is about un documented limit of your hosting provider
You have this solution
* create multi user for one database and select on at random whenever one call your site
* enable a good caching plugin
* switch to use sqlite as wp database; if you have a small site
* change your hosting provider and this is the real best of all solution


* many hosting provider that offer wp hosting they do not support real traffic on it, and put lots of undocumented limits.

if you plan to pay 4$/m you may try: http://www.arvixe.com/coupons[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900