Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • CARA CARA
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 64
    • Issues 64
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 6
    • Merge requests 6
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Issue
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • CARA
  • CARACARA
  • Merge requests
  • !243

Merged
Created Aug 10, 2021 by Philip Elson@pelson🐍Owner

Move QR generation to the browser, saving some time and effort on the server.

  • Overview 6
  • Commits 3
  • Pipelines 7
  • Changes 7

Results in a crisper QR code, and there is a slight performance improvement (minor). Closes #188 (closed).

Before:

[I 210810 17:36:59 web:2250] 200 POST /calculator/report (::1) 2686.36ms
[I 210810 17:37:04 web:2250] 200 POST /calculator/report (::1) 1171.51ms

After:

[I 210810 17:37:28 web:2250] 200 POST /calculator/report (::1) 2574.42ms
[I 210810 17:37:34 web:2250] 200 POST /calculator/report (::1) 1198.98ms
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: feature/qr-clientside