Kate,

You can set a global default cache period for all static file handlers in
your app.yaml file, using 'default_expiration' as described here:

http://code.google.com/appengine/docs/python/config/appconfig.html#Static_File_Handlers
That should let you reduce the number of static file requests that are made.

  -Amy

On Wed, Nov 16, 2011 at 2:56 PM, Kate <[email protected]> wrote:

> Even though I have complied with the python definition for my static
> files diectoroes the static files (style sheets, images) are STILL
> showinfg as instance requests on my dashboard!
>
> " Due to the way estimates are calculated, the sum of individual
> resource costs may not match the displayed total exactly."
>
> and then the "requests" are listed, including my images and
> stylesheets directories declared as
>
> - url: /stylesheets
>  static_dir: templates/stylesheets
>
>
> - url: /static/images
>  static_dir: static/images
>
> - url: /static
>  static_dir: static
>
> - url: /robots.txt
>  static_files: robots.txt
>  upload: robots.txt
>
> WHY is this???
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to