Reputation: 109
I created account with godaddy to test performance i created very simple asp.net mvc5 application where I'm using EF6 with MySQL, where i have only one table with two columns and 5 rows of data in it.
return View(db.TodoStatus.OrderBy(o => o.Name).ToList());
I tried this from different locations on different time but same result. I contacted their help lien they said to pay more and buy some enterprise package.
I want to know if there could be something wrong with my configurations or godaddy is a garbage hosting option.
Upvotes: 1
Views: 781
Reputation: 1
I used to use godaddy and they are very slow. Especially with their shared hosting platform. I wouldn't waste the time and money with them by upgrading to their enterprise package. Just move to good host such as Liquidweb.com or Inmotionhosting.com For example you can see how my site https://utvgearhq.com loads with Inmotion Hosting. It is very heavy with large graphics but still loads quick, especially to how it loaded before on Godaddy.
Upvotes: 0