• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In
Build has been canceled!

imRohan / Pantry
97%
master: 92%

Build:
Build:
LAST BUILD BRANCH: rl-remove-logflare
DEFAULT BRANCH: master
Repo Added 21 Apr 2020 11:55AM UTC
Files 10
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH rl-remove-logflare
branch: rl-remove-logflare
CHANGE BRANCH
x
Reset
  • rl-remove-logflare
  • add-bitio-sponsorship
  • add/common-lisp-lib
  • dependabot/npm_and_yarn/ajv-6.12.6
  • dependabot/npm_and_yarn/async-2.6.4
  • dependabot/npm_and_yarn/axios-0.21.1
  • dependabot/npm_and_yarn/axios-0.21.2
  • dependabot/npm_and_yarn/class-validator-0.14.0
  • dependabot/npm_and_yarn/decode-uri-component-0.2.2
  • dependabot/npm_and_yarn/dns-packet-1.3.4
  • dependabot/npm_and_yarn/elliptic-6.5.3
  • dependabot/npm_and_yarn/elliptic-6.5.4
  • dependabot/npm_and_yarn/eventsource-1.1.1
  • dependabot/npm_and_yarn/express-4.17.3
  • dependabot/npm_and_yarn/follow-redirects-1.14.9
  • dependabot/npm_and_yarn/got-11.8.5
  • dependabot/npm_and_yarn/handlebars-4.7.7
  • dependabot/npm_and_yarn/hosted-git-info-2.8.9
  • dependabot/npm_and_yarn/http-cache-semantics-4.1.1
  • dependabot/npm_and_yarn/http-proxy-1.18.1
  • dependabot/npm_and_yarn/ini-1.3.8
  • dependabot/npm_and_yarn/loader-utils-1.4.2
  • dependabot/npm_and_yarn/minimatch-3.1.2
  • dependabot/npm_and_yarn/minimist-1.2.6
  • dependabot/npm_and_yarn/node-sass-7.0.0
  • dependabot/npm_and_yarn/path-parse-1.0.7
  • dependabot/npm_and_yarn/qs-6.5.3
  • dependabot/npm_and_yarn/redis-3.1.1
  • dependabot/npm_and_yarn/semver-5.7.2
  • dependabot/npm_and_yarn/ssri-6.0.2
  • dependabot/npm_and_yarn/tar-4.4.19
  • dependabot/npm_and_yarn/terser-4.8.1
  • dependabot/npm_and_yarn/tmpl-1.0.5
  • dependabot/npm_and_yarn/tree-kill-1.2.2
  • dependabot/npm_and_yarn/url-parse-1.5.1
  • dependabot/npm_and_yarn/url-parse-1.5.10
  • dependabot/npm_and_yarn/url-parse-1.5.3
  • dependabot/npm_and_yarn/url-parse-1.5.7
  • dependabot/npm_and_yarn/websocket-extensions-0.1.4
  • dependabot/npm_and_yarn/word-wrap-1.2.4
  • dependabot/npm_and_yarn/ws-5.2.3
  • dependabot/npm_and_yarn/y18n-3.2.2
  • develop
  • feature/crm
  • feature/dashboardUpdate
  • feature/errorEmails
  • feature/mergeBasketContent
  • feature/newAccountNotifications
  • feature/re-captcha
  • feature/status
  • fixes/accountTTL
  • fixes/error-log
  • fixes/seo
  • frontend/dashboard
  • frontend/fixes5
  • hotfix/addPantryIDToErrors
  • hotfix/redisScanCount
  • issue/19
  • master
  • patch-1
  • refactoring/accountBlocksMgmt
  • refresh-file-import-scheme
  • refs/tags/v1.1
  • refs/tags/v1.1.1
  • refs/tags/v1.2.1
  • refs/tags/v1.3
  • refs/tags/v2.0
  • refs/tags/v2.1.0
  • refs/tags/v2.5.0
  • refs/tags/v2.5.1
  • rl-add-dev-mode
  • rl-add-logflare
  • rl-add-npm-script
  • rl-add-recaptcha-unhappypath-test
  • rl-add-socket-io
  • rl-add-sponsor-badge
  • rl-allow-users-to-contribute
  • rl-basket-link
  • rl-build-2.5.1
  • rl-build-assets
  • rl-deprecate-status
  • rl-derp
  • rl-edit-mode
  • rl-expiry-date
  • rl-fix-codesmells
  • rl-fix-errors-view-logic
  • rl-fix-json-styling
  • rl-identify-account-for-rate-limiting
  • rl-include-dist
  • rl-increase-limit
  • rl-minor-ui-changes
  • rl-more-rate-limiting
  • rl-new-ui
  • rl-onboardng-edit
  • rl-per-min-limit
  • rl-private-basket-paths
  • rl-rate-limiting
  • rl-release-aug-30
  • rl-remove-dist-folders
  • rl-remove-old-todo
  • rl-remove-socket
  • rl-shimmer
  • rl-show-errors
  • rl-update-basket-method
  • rl-update-node-sass
  • update-typescript

30 Oct 2025 06:30PM UTC coverage: 96.939% (+5.1%) from 91.803%
f82d896ed75c16b50960036f65cf1f2bf3ae9944

push

github

imRohan
Improve Performance and Reduce Complexity

A bit of background info. Pantry is currently hosted on a AWS Lightsail
instance and has been seeing a large increase in traffic. Due to this,
performance issues have come to light and Pantry has suffered many
outages in the last few weeks. The memory usage of the application would
spike, causing the instance to encroach into the burstable zone. Once
there, Lightsail would restart.

The root issue was Logflare, which changed its pricing and blocked our
API requests, slowing down the thread for each request.

In order to speed up performance of the application we need to remove
Logflare, stop emailing users of each error, prevent accounts from
storing errors, and include a dist folder which speeds up deployment.

43 of 46 branches covered (93.48%)

Branch coverage included in aggregate %.

11 of 11 new or added lines in 2 files covered. (100.0%)

4 existing lines in 1 file now uncovered.

242 of 248 relevant lines covered (97.58%)

4.42 hits per line

Relevant lines Covered
Build:
Build:
248 RELEVANT LINES 242 COVERED LINES
4.42 HITS PER LINE
Source Files on rl-remove-logflare
  • Tree
  • List 8
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
f82d896e... rl-remove-logflare Improve Performance and Reduce Complexity A bit of background info. Pantry is currently hosted on a AWS Lightsail instance and has been seeing a large increase in traffic. Due to this, performance issues have come to light and Pantry has suffered... push 30 Oct 2025 06:31PM UTC imRohan github
96.94
ce29749c... rl-remove-logflare WIP include src push 30 Oct 2025 05:11PM UTC imRohan github
93.79
9890d120... rl-remove-logflare WIP push 30 Oct 2025 04:55PM UTC imRohan github
93.79
See All Builds (445)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc