| Razor Optimizer Requirements |
|
| Thursday, 31 July 2008 11:41 | |||
|
Razor Optimizer Server:
Browser Requirements:
Hardware Requirements: Given that Razor acquires and processes a large amount of data (application runtime profiling can easily generate megabytes of data) in the browser, we recommend the following client hardware requirements:
Application Requirements: At the current stage (alpha release), Razor Optimizer requires all your JavaScript assets reside in the same web host (same domain) and they should all be loaded using relative URLs instead of absolute URLs. For example: <script type="text/javascript" src="/../script/myscript.js"></script>
is a relative URL that Razor Optimizer supports;
<script type="text/javascript" src="http://aa.com/script/myscript.js"></script>
is an absolute URL that Razor Optimizer will not be able to capture.
|
|||
| Last Updated ( Thursday, 05 February 2009 19:07 ) |