Click here for Toll-Free Service for your business starting at $2.00 per month
Quote from: Aleeious on September 19, 2014, 03:42:44 AMQuote from: admin on September 19, 2014, 03:19:40 AMSorry I'm still getting the error:Quote from: Aleeious on September 19, 2014, 03:15:45 AM
I applied for migration via help desk, but i cannot access the ticket anymore because I tried to upgrade my help desk account to a full account. As a result I am as of this post am still waiting for the validation email which until i receive and click on the link won't let me log in. The helpdesk username is the same as my panel username. Any assistance would be greatly appreciated.
Sincerely,
Aleeious
I have forced your Helpdesk account as validated.QuoteAny assistance would be greatly appreciated.
Sorry, you must validate your account by clicking the link you received in our email to you. If you did not receive and email, click here.
Please go back and try again. If the problem persists, please contact an administrator.
Sincerely,
Aleeious
Quote from: admin on September 19, 2014, 03:19:40 AMSorry I'm still getting the error:Quote from: Aleeious on September 19, 2014, 03:15:45 AM
I applied for migration via help desk, but i cannot access the ticket anymore because I tried to upgrade my help desk account to a full account. As a result I am as of this post am still waiting for the validation email which until i receive and click on the link won't let me log in. The helpdesk username is the same as my panel username. Any assistance would be greatly appreciated.
Sincerely,
Aleeious
I have forced your Helpdesk account as validated.
QuoteAny assistance would be greatly appreciated.
Sorry, you must validate your account by clicking the link you received in our email to you. If you did not receive and email, click here.
Please go back and try again. If the problem persists, please contact an administrator.
Quote from: Aleeious on September 19, 2014, 03:15:45 AM
I applied for migration via help desk, but i cannot access the ticket anymore because I tried to upgrade my help desk account to a full account. As a result I am as of this post am still waiting for the validation email which until i receive and click on the link won't let me log in. The helpdesk username is the same as my panel username. Any assistance would be greatly appreciated.
Sincerely,
Aleeious
Quote from: admin on August 11, 2014, 12:29:55 AMI'm sorry but everytime i see:
As long as your site isn't taking multiple seconds per page load, you are generally fine. (We are not talking about time waiting on downloading files to the client computer, Nginx offloads that part from Apache very well, but time waiting on your pages to generate due to waiting for MySQL, waiting for a remote API, etc.)
For the most part, we try to keep the load low on the servers. We let users exceed CPU-I/O time limits for a period of time in case they are working with their site or are getting a traffic spike. When we get complaints on the performance of a specific server, if we find these high resource users and the reason they are using resources is Google is crawling their site (because their site takes 10 seconds to load on each pageview), we generally disable the user and attempt to help them index their tables or explain what processes are using too many resources.
If your site loads fast, you will likely never fall into this group.
By replying to this topic, we didn't want to send the message that we were thinking of discontinuing the service, because we are not. We may need to consolidate it further in an effort to lose less money, but there is no reason the service will need to be discontinued in the near future.
Quote from: adminI start to fear the worst.
I guess our only choice will be to shut this down.
Quote from: adminMy app uses where clauses for user.username, username.password, matchindex.id, matchindex.challenger and matchindex.defender. You can see how everything works on my github page. Any assistance would be greatly appreciated.
You should create indexes for any column your are sorting or filtering by. If you are not sorting by that column (i.e. using it in an ORDER BY clause) or filtering by that field (using it in a WHERE clause), this will not be necessary. [This should also be done if joining tables using these fields.]