Jump to content

need understanding please


Recommended Posts

Hi,

I have installed the svn2925 test version of 1.4.0.2 and need some understanding on parts of the new stuff. What do these do and how do they affect the store and store owner?

1. Tools -> Webservice

2. Preferences -> media server 1, 2, and 3

Thanks!

Link to comment
Share on other sites

I think the web services has to do with the automatic validation in the "European VAT Number" module, though I'm not 100% sure. It will interesting to see what gets added to that tab. The media servers on the Preference tab let you put your images, CSS and Javascript on another server for performance reasons (load balancing).

Link to comment
Share on other sites

  • 3 months later...

The only thing the media servers option does is randomly choose one of the specified media servers each time a CSS or JS file or image is requested, so if you view the source code of your page, you will see different URLs instead of just the one used for all. I don't see how creating subdomains on the same server would help, since it's still the same server receiving all the requests. I think you are supposed to use different servers, so you are balancing the load between multiple servers.

Link to comment
Share on other sites

Thank you for your answer.
I checked a bit more and from what I understand it's possible to use this system on the same server with sub-domains. It allows to override the download limit for each domain name from the browser. Browsers seem to limit the number of parallel download for each domain name (usually 2 or 4). Have sub-domains apparently allows to increase the number of parallel download.
Now what I wonder : if we use a SSL certificate and we use as well this option we might have some problem about images from other domain names not being secured ? If we don't have a wildcard SSL certificate it might cause this case of problem (?).

Link to comment
Share on other sites

The WebService is an semi-open service for other programmers to program against. For example, programatically retrieving your latest orders and processing it through a PHP script on another server to send you an SMS when an order is paid. Or to manage your store through an iPhone App. Or to tie in directly with your FreshBooks account. Etcetera..
It basically gives you the ability to open your store's backend to non-humans.

Link to comment
Share on other sites

×
×
  • Create New...