Resources - Static Resources

About

Static resources are resources that don't need to be generated.

They are file found in a local file system served by a web http server as the body of a response.

The type of file returns is given by the content type header.

List

Below is a list non-exhaustive of static web resource.

Storage

They are generally stored in a CDN that is implemented over an object storage application (such as s3)





Discover More
Map Of Internet 1973
A Content delivery network delivers Static resources such as image locally worldwide

A description for the search page result engine
A web resource is the data of the web

This articles shows what a web resource is, how to access it and how it's defined. Web resources is also known as web content. The most known web resource is an html page with its CSS and Javascript but...
Card Puncher Data Processing
Datacadamia - Data all the things

Computer science from a data perspective
HTTP - Cache (Cache-Control Header, Bursting, )

When sending a response, several headers have an influence / control over the cache store, we call them cache control headers The cache control header are: Name Description Cache-Control Define properties...
Chrome Devtool Network 304
How to implement and check a Web / HTTP cache ?

Implementing and verifying that the HTTP cache is set and working properly is not a straightforward task. This article gives you a step by step.
Java Conceptuel Diagram
Java - Jetty (Web Server)

is a java web server Jetty provides: an HTTP server (to send back static content), HTTP client (to make http request), and javax.servlet container (to send back...
Web - Static Web Site

A Static website is a web application that is composed of static resources. (ie the web site doesn't need to generate dynamic pages at runtime) The first reason to create or generate a static website...
What is a dynamic resource ?

A dynamic resource is a resource generated by a process at runtime.



Share this page:
Follow us:
Task Runner