MySQL database access speed and Url rewrite support on GoDaddy and Arvixe


I have exactly same database structure on the MySQL server of GoDaddy and Arvixe. And using same tool "phpMyAdmin" to retrieve a set of data from same table with same number of records, indexes, operation history etc. (Basically each records are inserted to two server at the same time), the speed is as following:

From Arvixe, 
Showing rows 60 - 89 (454 total, Query took 0.0583 sec)

From GoDaddy:
Showing rows 60 - 89 (454 total, Query took 0.1000 sec)

However, I am having a problem to migrate my web site from GoDaddy to Arvixe because I developed as system that uses url rewrite feature as following.

void Application_BeginRequest(object sender, EventArgs e) 
    {
        HttpContext.Current.RewritePath(strUrl, "", queryString.ToString(), false);
    } 

It has been working well on GoDaddy for years, but not work on Arvixe. After spending 40 minutest to explain what the problem is with Arvixe support online, I was told that Arvixe only support the url rewrite using web.config. But I was told they will check whether they can install the support for the url rewrite module. Mot sure what the problem is, or what is the difference of GoDaddy IIS and Arvixe IIS.






Comments

  1. Hello,

    I am the Operations Manager at Arvixe. The difference is that we use IIS 7 and you are most likely on IIS 6 at Godaddy. We do already have URL Rewrite installed and you may wish to use this blog post to properly implement it -
    http://blog.arvixe.com/how-to-do-a-rewrite-rule-in-web-config/

    ===================

    http://improve.dk/blog/2006/12/11/making-url-rewriting-on-iis7-work-like-iis6 will also have some more information on this.

    ReplyDelete
  2. Hi Arvand,

    Thanks for your comment and reply. I am sure that I have IIS 7 setup on both Arvixe and GoDaddy server. The reason might be pipeline mode option I have selected. Not sure yet but I will do more search. It might be a setting issue.

    ReplyDelete

Post a Comment

Popular posts from this blog

Javascript Hosted on Google Drive Not Working Reliably

Newsmag Theme and External Featured Image

Responsive Web Design