Skip to content

Performance Issues: Continuous "Tries Left" Log Messages Below Zero #8813

Closed
@khaaleoo

Description

@khaaleoo

Operating System

browser (macos)

Environment (if applicable)

chrome latest

Firebase SDK Version

11.3.1

Firebase SDK Product(s)

Performance

Project Tooling

Vue 3

Detailed Problem Description

I am encountering a performance issue with the Firebase JavaScript SDK where the console logs show an excessive number of "Tries left" messages that continue to decrement below zero

Here are the relevant log messages captured:
[2025-02-27T07:39:47.293Z] Performance: Tries left: -1 [2025-02-27T07:39:47.293Z] Performance: Tries left: -3 [2025-02-27T07:39:58.102Z] Performance: Tries left: -5 [2025-02-27T07:40:09.997Z] Performance: Tries left: -7 [2025-02-27T07:40:20.997Z] Performance: Tries left: -9 [2025-02-27T07:40:20.099Z] Performance: Tries left: -12 [2025-02-27T07:40:31.102Z] Performance: Tries left: -14 [2025-02-27T07:40:31.133Z] Performance: Tries left: -15 [2025-02-27T07:40:31.134Z] Performance: Tries left: -17 [2025-02-27T07:40:41.095Z] Performance: Tries left: -18 [2025-02-27T07:40:41.182Z] Performance: Tries left: -20 [2025-02-27T07:40:41.108Z] Performance: Tries left: -22 [2025-02-27T07:40:41.141Z] Performance: Tries left: -24 [2025-02-27T07:40:41.141Z] Performance: Tries left: -25

Image

Steps and code to reproduce issue

  1. Initialize Firebase Performance Monitoring in the application.
  2. Trigger an operation that involves performance tracking.
  3. Ensure that an error occurs in the console, potentially related to navigator.sendBeacon or fetch flTransportFullUrl.
  4. Observe the console logs for "Tries left" messages.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    close