Skip to content
This repository was archived by the owner on Dec 18, 2019. It is now read-only.
This repository was archived by the owner on Dec 18, 2019. It is now read-only.

Configure htaccess to support caching of resources for better performance #115

Description

@cqueern

Was looking over the .htaccess file
and thought you might consider adding something like the following to enable caching of images, css, javascript resources, etc for better client side performance.

ExpiresActive On
ExpiresByType image/gif A2592000
ExpiresByType image/png A2592000
ExpiresByType image/jpeg A2592000
ExpiresByType text/css A2592000
ExpiresByType image/svg+xml A2592000
ExpiresByType application/javascript A2592000

Related performance recommendations can be found over at Google's Page Speed Insights.

Thanks for your hard work. Morgue looks like a great project!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions