Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • go go
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 21
    • Issues 21
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • SRCT
  • gogo
  • Issues
  • #39

Closed
Open
Created Jul 01, 2016 by David Haynes@dhaynes3🙆Owner

Page cacheing static pages

Summary

In order to reduce load on the server which is serving the same pages over and over we can use cacheing to save a local copy of a page to the user's browser. This is generally done on static pages, or pages that do not dynamically change all the time. This is implemented in roomlist so this should be a straight copy paste.

Resources

  • redis cacheing of pages
  • see https://git.gmu.edu/srct/roomlist/blob/master/roomlist/settings/settings.py#L202
  • https://git.gmu.edu/srct/roomlist/blob/master/requirements.txt#L18
  • https://git.gmu.edu/srct/roomlist/blob/master/README.md#L47
  • roomlist!8 (commits)
  • roomlist!16 (commits)
Assignee
Assign to
Time tracking