<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<style>
<!--
@font-face
        {font-family:Calibri}
@font-face
        {font-family:Tahoma}
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin-top:0cm;
        margin-right:0cm;
        margin-bottom:10.0pt;
        margin-left:0cm;
        line-height:115%;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";
        color:black}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline}
a:visited, span.MsoHyperlinkFollowed
        {color:purple;
        text-decoration:underline}
span.EmailStyle17
        {font-family:"Calibri","sans-serif";
        color:#1F497D}
.MsoChpDefault
        {font-size:10.0pt}
@page WordSection1
        {margin:72.0pt 72.0pt 72.0pt 72.0pt}
div.WordSection1
        {}
-->
</style>
</head>
<body bgcolor="white" lang="EN-GB" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal"><span style="color:#1F497D">Are you able to narrow down if it is a particular layer that is causing an issue?</span></p>
<p class="MsoNormal"><a name="_MailEndCompose"><span style="color:#1F497D"> </span></a></p>
<div>
<div style="border:none; border-top:solid #B5C4DF 1.0pt; padding:3.0pt 0cm 0cm 0cm">
<p class="MsoNormal" style="margin-bottom:0cm; margin-bottom:.0001pt; line-height:normal">
<b><span lang="EN-US" style="font-size:10.0pt; font-family:"Tahoma","sans-serif"; color:windowtext">From:</span></b><span lang="EN-US" style="font-size:10.0pt; font-family:"Tahoma","sans-serif"; color:windowtext"> openlayers-users-bounces@lists.osgeo.org [mailto:openlayers-users-bounces@lists.osgeo.org]
<b>On Behalf Of </b>jdmorgan<br>
<b>Sent:</b> 10 July 2012 21:56<br>
<b>To:</b> openlayers-users@lists.osgeo.org<br>
<b>Subject:</b> Re: [OpenLayers-Users] Optimization of raster WMS layers</span></p>
</div>
</div>
<p class="MsoNormal"> </p>
<p class="MsoNormal" style="">Hello, </p>
<p class="MsoNormal" style="">I am following up on this posting as i am still having this issue.  I was it is possible to speed up openlayers without using a tileCache.  My test page is only working with three layers and yet it is fairly slow compared to loading
 the same data through a Flex viewer (that also doesn’t use a cache).  I am sure it is just a matter of a config parameter I am not setting correction. Here is my js when loading the layer:</p>
<p class="MsoNormal" style="margin-bottom:0cm; margin-bottom:.0001pt; line-height:normal">
<br>
    var streetMap = new OpenLayers.Layer.ArcGIS93Rest(<br>
        'ESRI Streets', <br>
        '<a href="http://server.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer/export?f=image">http://server.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer/export?f=image</a>',
<br>
        {layers: 'show:0'},<br>
        {}<br>
    );    <br>
    <br>
    var stateMap = new OpenLayers.Layer.WMS(<br>
        'States', <br>
        '<a href="http://linuxserver/~user/html/vlayers">http://linuxserver/~user/html/vlayers</a>',
<br>
        {layers: 'states', transparent: true},<br>
        {<br>
            isBaseLayer: false, <br>
            transitionEffect: 'resize'<br>
        }<br>
    );<br>
    <br>
    var bigRasterLayer = new OpenLayers.Layer.WMS(<br>
        'EFETAC-NASA_AllYrBaseline_current', <br>
        '<a href="http://linuxserver/~user/fswms/html/ews">http://linuxserver/~user/fswms/html/ews</a>',
<br>
        {layers: 'CONUSRasterData', transparent: true},<br>
        {<br>
            isBaseLayer: false, <br>
            transitionEffect: 'resize',<br>
            buffer: 0<br>
        }<br>
    );    <br>
<br>
    mainMap.addLayers([streetMap, stateMap, bigRasterLayer]);<br>
    mainMap.setCenter(new OpenLayers.LonLat(-98.0859375, 39.095962936305476), 5);
<span style="font-size:12.0pt; font-family:"Times New Roman","serif""></span></p>
</div>
<br>
<hr>
<font face="Arial" color="Gray" size="1"><br>
DISCLAIMER:<br>
<br>
This email may contain confidential information and is intended only for the use of the specific individual(s) to which it is addressed. If you are not the intended recipient of this email, you are hereby notified that any unauthorized use, dissemination or
 copying of this email or the information contained in it or attached to it is strictly prohibited. If you received this message in error, please immediately notify the sender at Infotech or Mail.Admin@infotech-enterprises.com and delete the original message.<br>
</font>
</body>
</html>