• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

TexasDigitalLibrary / Vireo / 5673074983
57%
main: 59%

Build:
Build:
LAST BUILD BRANCH: dependabot/maven/org.apache.tika-tika-core-3.2.2
DEFAULT BRANCH: main
Ran 26 Jul 2023 07:51PM UTC
Jobs 1
Files 494
Run time 14s
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

pending completion
5673074983

push

github

kaladay
Issue 1842: Submission create is taking longer by processing unneeded data.

The Submission create takes a long time because the back end is returning the full created Submission model.
The front end then processing the entire Submission model.
This takes a long time.

The processed model is added to the Submission repo but then a redirect is performed on the ID.
All of that just created Submission model data is lost due to the redirect.
Loading and processing that data is a waste of time.

Redesign the back end to instead return an ID on create rather than the full model.
Instead, return just the newly created Submission ID.
On redirect, the new Submission is fully loaded anyway and so only getting the ID is not a problem.

This saves ~2000ms in my local test case.

1020 of 2041 branches covered (49.98%)

Branch coverage included in aggregate %.

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

7674 of 13169 relevant lines covered (58.27%)

6.8 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
0.74
0.0% src/main/java/org/tdl/vireo/controller/SubmissionController.java
1
90.91
-2.27% src/main/webapp/app/controllers/submission/newSubmissionController.js
Jobs
ID Job ID Ran Files Coverage
1 5673074983.1 26 Jul 2023 07:51PM UTC 494
57.16
GitHub Action Run
Source Files on build 5673074983
  • Tree
  • List 494
  • Changed 4
  • Source Changed 1
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • 6e755e04 on github
  • Prev Build on 4.2.4_staging (#5658250751)
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