VS 2010 / Leverage Browser Caching And Enable Compression?

Jan 10, 2013

On PageSpeed Insights they recommend highly doing two things:

1) Leverage browser caching

Setting an expiry date or a maximum age in the HTTP headers for static resources instructs the browser to load previously downloaded resources from local disk rather than over the network.

2) Enable compression

Compressing resources with gzip or deflate can reduce the number of bytes sent over the network.

We are with Network solutions and believe they are using IIS 6 with regular asp.net code. Some of the images are using Amazon S3/Cloudfront.

How do we implement the above items? I see a lot for IIS 7.

View 1 Replies


Similar Messages:

HttpHandlers / Modules :: Compression Module And Caching Conflict - Compression X 2

Mar 23, 2010

I have a compression module built based on several examples on the web. Initially, I hooked into the BeginRequest event of the application context to conditionally compress certain file types. This seems to have worked fine for JS and HTML, but CSS was giving me trouble. Here are the specific steps I could take to reproduce the problem consistently.

View 2 Replies

C# - Attempting To Force Gzip Compression On A Page Using GZipStream But Browser Says Using Unsupported Compression

Aug 4, 2010

I'm tring to implement what Steve Souders discusses [URL] about forcing gzip compression

I've got a module that's running this:

[code]....

CompressionUtils.GzipSupported just checks for the 'accepts-encoding' header while
CompressionUtils.GzipSupportedExplicitly and CompressionUtils.GzipNotSupportedExplicitly check for the cookie saying whether the browser really can read gzip

But when I load a page in Firefox I get this error:

Content Encoding Error

The page you are trying to view cannot be shown because it uses an invalid or unsupported form of compression.

and in Fiddler it shows that the content-encoding header has been added but the content hasn't been compressed

View 1 Replies

Configuration ::how To Enable Gzip Compression In IIS 6.0 And IIS 7.0

Jul 1, 2010

how to enable gzip compression in IIS 6.0 and IIS 7.0

View 2 Replies

MVC :: How To Enable Compression In Project Or Site Level

Mar 20, 2011

I need to enable compression to speed up my site.However, I only found way to do it via action filter which requires me to put [compress] action filter to every actions.such as; [URL]aspxThis is quite lots of work and I may miss an aciton which is not desiable.So, is there a way to enable compression site level? I mean, by changing config or put code in request handler to support compression.Also, action fileter approach doesn't compress javascript or css.How do you support compression? Is there a way to support it?I heard that there is a way to do it via IIS, but my hosting site doesn't support this.

View 10 Replies

VS 2010 - Gzip Compression Working / Database Record Not Populating

Jun 19, 2012

I have referred below mentioned links and successfully implemented Gzip, by compressing aspx pages. URL....My website is ajax enabled. One of page is having gridview. While debugging gridview rowCommand fires and records are displaying in debugging mode, but same records are not displaying on web page controls.

View 1 Replies

Web Forms :: Browser Popup Window Maximize Button Is In Enable State In Chrome Browser

Dec 14, 2012

I used javascript code to open popup window.Popup window "Maximize" button is in 

disable state.But in Chrome it is in enable state.I want to make browser maximize button disable.

Below is my javascript code

function Call_PopUp(event, URL) {
window.open(URL, 'CustomPopUp', 'width=990, height=540, menubar=no,scrollbars =yes, resizable=no, top=50,left=50,toolbar=no,dialog=yes,minimizable=yes,maximizable=no');
}

View 1 Replies

AJAX :: Enable Caching On The Script Resource Handler?

Dec 9, 2010

i try optimize my web site, i read if i enable caching on the script resource handler my site improve perfonmance

<system.web.extensions> <scripting> <scriptResourceHandler enableCompression="true" enableCaching="true"/> </scripting> </system.web.extensions>

View 1 Replies

Selected Event Not Raised For ObjectDatasource When Enable-caching Is True?

Jan 14, 2011

I've a Gridview control using an ODS(ObjectDataSource) to fetch data. For the best performance and efficiency, I've turned-off the view state of Gridview (i.e. EnableViewstate = "false".And I've also enabled caching in the associated Objectdatasource. This eliminates as much as 50-60% performance optimization because it eliminates the DB round-trip .. courtesy ODS Caching.So, after this I got stuck into the famous "ODS sorting" issue but I managed to invent a tricky solution for it and its working fine

View 4 Replies

UpdatePanel With Browser Caching?

Jan 13, 2011

I recently learned that UpdatePanels use HTTP requests with the "no-cache" header added. This causes images inside it to be downloaded on every UpdatePanel update. Do not want.So how do I prevent this?I've thought about extending the UpdatePanel control and try scraping out the "no-cache"-part of the requests, but surely there must be a more elegant solution.

View 2 Replies

Web Forms :: Clearing Browser Caching Xml Files?

Nov 30, 2010

i want ot clear the browser caching xml files as i am not abel to load the newly edited xml file

View 4 Replies

Better Compression With System.IO.Compression?

Jan 31, 2010

I'm getting around 50% compression using System.IO.Compression and I think it could/should be getting around 75% by setting the compression level higher. Is there a way to improve the compression level or should I be looking for a different solution?

View 2 Replies

Web Forms :: Prevent Browser From Caching Image - Trsponse.Cache.NoStore Didn't Work

Feb 22, 2011

[Code]....

How to prevent browser from caching image, Trsponse.Cache.NoStore didn't work

View 3 Replies

VS 2010 - Enable To Update And Delete To Access Database

Oct 26, 2011

I am trying to create Web Application using ASP.Net via Visual Studio 2010. The Database that I use is Access, with connection Method OleDb

When using the query "Update" or "Delete", the programs shows no errors, but the data in Access does not change.
While for query "Select" and "Insert", the data is displayed and inserted successfully.

The Following code is the sample query "Delete" that I used..

Code:
Imports System.Data.OleDb
Partial Class frmTEst
Inherits System.Web.UI.Page
Protected Sub Button1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Button1.Click

[Code] ....

Previously I tried a direct query using AccessDataSource, but the result just the same, Update and Delete can't be done. But the Select and Insert can be executed successfully.

Is there any problem with my Access configuration or whether the problem is in the coding itself..?

View 1 Replies

Visual Studio :: Enable .asp Files In 2010 Website Project?

Nov 11, 2010

how I can enable .asp files in a simple VS2010 Website project? For example: Start VS2010 Click "File/New Web Site..." Accept defaults Add an html file called "Test.asp" Attempt to open Test.asp (debug project with that file active) and you get the following error: "This type of page is not served. ... is not server because it has been explicitly forbidden. The extension '.asp' may be incorrect " SO, HOW DO I EXPLICITLY ALLOW IT? VS2010 is using the ASP.NET Development Server....

View 2 Replies

Forms Data Controls :: Leverage DynamicControl Without Starting From Dynamic Data Web Application Project Template?

Feb 1, 2010

I think it is possible, what steps should I go through? And those videos all using Linq as data source, what if I have my own object data source and binding them in code behind, what about it?

View 3 Replies

State Management :: Partial Page Caching (user Control Caching) And Button Events?

Jun 14, 2010

I have a page with a number of user controls, In one of my user controls I have a button event. I turn on output cache for the user control that has the button and vary by control using the ID property of a hidden field control in the user control. whenever I turn on the output cache my button event doesn't fire.

View 2 Replies

VS 2010 View In Browser Not Same As In Designer?

Mar 5, 2011

I'm just getting started in ASP.net and am building a site. I made a change to a style sheet to change the color of the links in my menu control on my master page. It looks great in the designer and is just the way I want it. Although, if I view default.aspx in the browser it is back to how it was before I made the change. Can anyone give me some suggestions on places to look to figure out why it isn't right in the browser?

View 6 Replies

VS 2010 Remove URL From Android Browser When Using AJAX?

Mar 4, 2011

Below is the code to remove the URL bar on page load.... But I'm using AJAX with some panels and once the panels change, the URL comes back. Anyone experience this and know how to get around it?

Code:
<script type="text/javascript">
window.onload = function () {
setTimeout(function () { window.scrollTo(0, 1); }, 100);
}
</script>

View 1 Replies

Force VS 2010 To Use IE Without Resetting IE As My default browser ?

Jul 4, 2010

Google Chrome is my default browser. however when i run VS 2010 it opens the page in Chrome. I want to force VS 2010 to open it in IE. how it can be done without resetting IE as my default browser ?

View 1 Replies

VS 2010 - Adobe Reader In Web Browser / IFrame

Jul 25, 2011

Our ASP.NET application allows the users to review any number of PDF forms. A simple listbox holds filenames and the forms are displayed inside a standard iFrame. The setup is simple and effective: when the user clicks on a filename, that filename is loaded into the iFrame, and shown to the user.

Users are allowed to digitally sign the forms. For appearance purposes, a bitmap of the user' signature is generated and placed in the appropriate location of the PDF form.

The bitmap file format is GIF, and the background is transparent.

We use iTextSharp for form-filling, and we also use iTextSharp to place the bitmap on the forms. Nothing special.

We can readily verify that the signature bitmap is correctly placed on the form, and that the bitmap itself is definitely transparent.

Problem 1:

After placing the bitmap of the user' signature on the form, the form is reloaded and displayed to the user (for verification) and, in most cases, the forms do not display the bitmap. Opening the PDF reveal that the bitmap has been placed and is definitely visible in Adobe Reader (9 and 10 - these are the versions available for testing).

Experimentation and quite a bit of research seems to suggest that the problem lies in caching. One of the possible solution/suggestion is to append a time-stamp or a GUID to the URL, when loading the form after applying the bitmap. In theory, this should prevent Adobe Reader from using a cached copy of the PDF form.

We have tried appending a time-stamp and/or a GUID, without any success: the forms still display without the bitmap. At the risk of repeating myself: the PDF form is correctly signed, and the bitmap is correctly placed. It is just not visible.

This problem seems common to users running the application on intranet web servers (IIS 7). The one application instance running on public web server (IIS 7) does not seem affected by this problem.

Problem 2:

As mentioned, the GIF file generated by our application has a transparent background. In almost all cases, Adobe Reader (9 and 10) seems to understand and respect the transparency of the bitmap.

In one very peculiar case (when the application is running on a Windows 7 64 bit machine with IIS 7), when the bitmap is placed on the form, it becomes opaque (complete loss of transparency).

Again, the problem seems related to Adobe Reader, because the bitmap being applied positively sports a transparent background.

View 1 Replies

VS 2010 - Menu And Google Chrome Browser

Aug 15, 2012

I have an application including an Asp:menu. This renders perfectly in both IE and Firefox, see screenshot gf1.jpg.

Running in Chrome the rendering is bad. There is added wide space in the top menu, so the area is much wider, and thereby not correct. See gf2.jpg.

I have tried using this workaround found by surfing, but it is still the same. Can I add some additional code, that will prevent this?

Code:
If Request.UserAgent.IndexOf("Chrome") > 0 Then
If Request.Browser.Adapters.Count > 0 Then
Request.Browser.Adapters.Clear()
Response.Redirect(Page.Request.Url.AbsoluteUri)
End If
End If

I want it to be displayed equally in IE, Firefox and Chrome....

View 2 Replies

WCF / ASMX :: Implement Caching Using System.Web.Caching?

May 15, 2010

how to implement caching in wcf service using System.Web.Caching

View 2 Replies

VS 2010 - Browser Not Routing To Default Error Page

Jun 13, 2012

I defined a default error page in the ASP.Net Web Site Administration tool. The page exists in root directory. I also confirmed that it pointed to my frmErrorPage.aspx by looking in my Web.config file

Code:
<system.web>
<customErrors defaultRedirect="~/frmErrorPage.aspx" />

Running my site locally from within visual studio, I tried to surf to a non existent page. This threw an error as it is suppose to, but did not pull up my custom error page. I get

Code:
Server Error in '/' Application.
The resource cannot be found.
Description: HTTP 404. ...

View 8 Replies

VS 2010 - SQLState Server Destroy All Sessions When 1 Browser Is Closed

Oct 31, 2011

I have started using an SQLState server to store my objSessionData object and many more session data.

<sessionState mode="SQLServer" sqlConnectionString="Server=**********;UID=*****; PWD=***" cookieless="false" stateNetworkTimeout="20" timeout="60" />

I open two browser, log into the application, proceed in a few pages to store some information in the objSessionData for both browser (2 differrent session).If I close the first broswer, and now keep on going on the 2nd broswer, everything that was in session is now lost.It looks like Session 1 detroyed session 1 and session 2.I have tried to change the cookieless to TRUE and when it is set to TRUE, I do not get this problem at all.

View 9 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved