[PR #1441] [MERGED] Accurate response time and size #3312

Closed
opened 2026-03-17 00:56:19 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/1441
Author: @liyasthomas
Created: 1/25/2021
Status: Merged
Merged: 1/28/2021
Merged by: @liyasthomas

Base: mainHead: feat/response-time


📝 Commits (10+)

  • f41621d feat: accurate response time with axios interceptor
  • 4d19633 fix: response time calculation
  • 423d667 feat: response size + refactor(ui): response section
  • 0b2ce26 refactor: better copy + clean up
  • 0a3c8e0 fix(ui): broken mobile responsiveness
  • 08aac99 fix(ui): broken tooltip position on header
  • 2e56fda Add fallback to the new time data mechanism
  • ba3d69d Fixed failing test on proxy requests on Extension Strategy
  • 53fdf3f feat: response status indicator
  • c3983ca Merge branch 'main' into feat/response-time

📊 Changes

14 files changed (+144 additions, -48 deletions)

View changed files

📝 assets/scss/styles.scss (+1 -1)
components/http/http-response-meta.vue (+47 -0)
components/http/http-response.vue (+23 -0)
📝 components/lenses/renderers/HTMLLensRenderer.vue (+1 -1)
📝 components/lenses/renderers/ImageLensRenderer.vue (+1 -1)
📝 components/lenses/renderers/JSONLensRenderer.vue (+1 -1)
📝 components/lenses/renderers/RawLensRenderer.vue (+1 -1)
📝 components/lenses/renderers/XMLLensRenderer.vue (+1 -1)
📝 components/ui/tabs.vue (+2 -2)
📝 helpers/strategies/AxiosStrategy.js (+20 -0)
📝 helpers/strategies/ExtensionStrategy.js (+30 -2)
📝 lang/en-US.json (+3 -1)
📝 pages/graphql.vue (+1 -1)
📝 pages/index.vue (+12 -36)

📄 Description

  • Response time

    • Axios strategy

    • Extension strategy

  • Response size

    • Axios strategy

    • Extension strategy

  • Refactor response section


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hoppscotch/hoppscotch/pull/1441 **Author:** [@liyasthomas](https://github.com/liyasthomas) **Created:** 1/25/2021 **Status:** ✅ Merged **Merged:** 1/28/2021 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `main` ← **Head:** `feat/response-time` --- ### 📝 Commits (10+) - [`f41621d`](https://github.com/hoppscotch/hoppscotch/commit/f41621dbe3eb6905ad2e323ffba8cae657f006f5) feat: accurate response time with axios interceptor - [`4d19633`](https://github.com/hoppscotch/hoppscotch/commit/4d1963343bd4c0d21ae6a31691a6f0422a7fc20b) fix: response time calculation - [`423d667`](https://github.com/hoppscotch/hoppscotch/commit/423d667c4605f7a1980904ca948ece29e4f0dcde) feat: response size + refactor(ui): response section - [`0b2ce26`](https://github.com/hoppscotch/hoppscotch/commit/0b2ce2626500c4f8a7bc9bf3df190dc41db56b9d) refactor: better copy + clean up - [`0a3c8e0`](https://github.com/hoppscotch/hoppscotch/commit/0a3c8e043d43c930f5f4de7f5c340a33ed292d23) fix(ui): broken mobile responsiveness - [`08aac99`](https://github.com/hoppscotch/hoppscotch/commit/08aac99ea994f123e18f05be4eb14d21778e3cf7) fix(ui): broken tooltip position on header - [`2e56fda`](https://github.com/hoppscotch/hoppscotch/commit/2e56fda0e4fa02150bb63d9a8f423eedb7580092) Add fallback to the new time data mechanism - [`ba3d69d`](https://github.com/hoppscotch/hoppscotch/commit/ba3d69da5413645c9d0fb876bb9c2efd816f856f) Fixed failing test on proxy requests on Extension Strategy - [`53fdf3f`](https://github.com/hoppscotch/hoppscotch/commit/53fdf3f720ef6b66a2ceda579e1f71ab7e0b17c7) feat: response status indicator - [`c3983ca`](https://github.com/hoppscotch/hoppscotch/commit/c3983cabbcbd3faca302709c621f40700f1823a6) Merge branch 'main' into feat/response-time ### 📊 Changes **14 files changed** (+144 additions, -48 deletions) <details> <summary>View changed files</summary> 📝 `assets/scss/styles.scss` (+1 -1) ➕ `components/http/http-response-meta.vue` (+47 -0) ➕ `components/http/http-response.vue` (+23 -0) 📝 `components/lenses/renderers/HTMLLensRenderer.vue` (+1 -1) 📝 `components/lenses/renderers/ImageLensRenderer.vue` (+1 -1) 📝 `components/lenses/renderers/JSONLensRenderer.vue` (+1 -1) 📝 `components/lenses/renderers/RawLensRenderer.vue` (+1 -1) 📝 `components/lenses/renderers/XMLLensRenderer.vue` (+1 -1) 📝 `components/ui/tabs.vue` (+2 -2) 📝 `helpers/strategies/AxiosStrategy.js` (+20 -0) 📝 `helpers/strategies/ExtensionStrategy.js` (+30 -2) 📝 `lang/en-US.json` (+3 -1) 📝 `pages/graphql.vue` (+1 -1) 📝 `pages/index.vue` (+12 -36) </details> ### 📄 Description - Response time - [x] Axios strategy - [x] Extension strategy - Response size - [x] Axios strategy - [x] Extension strategy - Refactor response section --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 00:56:19 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#3312
No description provided.