Skip to content
This repository was archived by the owner on Feb 4, 2022. It is now read-only.
This repository was archived by the owner on Feb 4, 2022. It is now read-only.

Increase page speed #127

Description

@duichwer

The Website could be improved server side to increase page-speed.

Better page speed might result in more people who get known to okuna via search.

On _.htaccess with default parameters could be added that can be renamed to '.htaccess' on production. (similiar to TYPO3).

  • Enable Caching of js, images, fonts
  • Improve Redirection to avoid chains of redirection
  • Enable optional zipping (gzip) for assets

Example for redirection:

RewriteEngine On
	RewriteCond %{SERVER_PORT} !=443 [OR]
	RewriteCond %{HTTP_HOST} !^www\.
	RewriteRule ^(.*)$ https://www.okuna.io/$1 [R=301,L]

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions