Forum Moderators: buckworks
Between the 2 sites i am getting around 40k unique visits and 290k pageviews.
Each site is hosted on a different shared server with each respective programmer who built it.
They both are written in asp and use mysql. Both servers each do go down 2-3 times per month and sometimes the sites are slugs when i act as a customer.
I need to do something to take these sites to the next level so my question is should i move both to 1 windows vps or ded box?
Also wondering if i should make one shopping cart for both sites for ease of use or keep each site with its own shopping cart. Having the 2 separate shopping carts is time consuming and sometimes tricky and we have been flirting with the idea of keeping the sites but using 1 shared cart/backend.
Lastly i need any recommendations on a reliable and modern ecomm- shopping cart system.
I have had these sites for years now without any major changes but im seeing decreasing sales and more problems than ever and i need to make a change. I have tested adsense on the sites and that doesnt yield greater revenue than the sales of the products so an ecommerce redo i think is the key. Many thanks
I need to do something to take these sites to the next level so my question is should i move both to 1 windows vps or ded box?
I have not messed with VPS but absolutely, positively recommend leasing (or buying, which would be co-location) a dedicated server, there is no going back! :-) The increase in reliability, speed, and uptime is like night and day.
This will offer a few additional advantages, some of which you can do with a VPS as well:
Once you are on a dedicated server, you have control over the server configuration. This is a bit of a big deal because you can do things "outside the domain" that would be helpful in configuring the two sites. You won't get this with a VPS. If you do any command-line work, or need to install server modules, etc., this is a big plus.
Second, you can program the two sites to work from a single database. You can/are probably doing this anyway, but if the mysql server is on the same box or internal network as the domain, it doesn't have to do a remote request and will be way faster.
You can begin experimenting with one of them to avoid duplicate content problems but still sell the exact same products. Just as an example:
product table
record_id item_code
site table
record id product_record_id site_id item_price item_desc
So you have two tables, the second one holding product information specific to each site. The reasoning here is you can make the descriptions and prices slightly different on one site than the other, eliminating the possibility for duplicate content penalties.
Having it all in one box (dedi or VPS) you can program a centralized interface for managing both sites. In my opinion it was the best move we ever made for my wife's biz, we couldn't really afford it but in retrospect I don't see how we could ever afford not to!
If you are getting that kind of traffic and pageviews each site can host it's own server.
Keep one on the east coast on one on the west coast make a backup for each site as a disater recover on each server so all you need to do is point the dns to the respective server and both sites will be up in case one server crashes or a act of God.
Don't move them together at all period. Keep them seperated.
Not sure what you mean by one will tank, you mean tank as far as traffic or SEO tank?
I was thinking about housing both sites in one VPS and then having a shared shopping cart between the 2.
I finally went to one site and did a 301 from the other to the main site as it got to be too time consuming to keep both.
Im planning on elancing this job out but first need to get the servers so that the elancers can move the sites to vps1 and vps2 and start the work of both sites usings one centralized cart and backend. Im trying to create an architecture so that i can explain it to them but im having trouble thinking this out myself, any help understanding or explaining would be great!