Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate performance of php repository #1085

Open
quba42 opened this issue May 14, 2024 · 0 comments
Open

Investigate performance of php repository #1085

quba42 opened this issue May 14, 2024 · 0 comments

Comments

@quba42
Copy link
Collaborator

quba42 commented May 14, 2024

A user reported that the following repository took 3 hours to publish (using a singing service).

Remote:

{
  "pulp_href": "/pulp/api/v3/remotes/deb/apt/17a654af-58a4-4150-b49f-b5a598917293/",
  "pulp_created": "2023-03-21T09:47:46.975582Z",
  "name": "php",
  "url": "https://packages.sury.org/php",
  "ca_cert": null,
  "client_cert": null,
  "tls_validation": true,
  "proxy_url": "<REDACTED>",
  "pulp_labels": {},
  "pulp_last_updated": "2024-04-23T05:30:47.005622Z",
  "download_concurrency": null,
  "max_retries": null,
  "policy": "immediate",
  "total_timeout": null,
  "connect_timeout": null,
  "sock_connect_timeout": null,
  "sock_read_timeout": null,
  "headers": null,
  "rate_limit": null,
  "hidden_fields": [
    {
      "name": "client_key",
      "is_set": false
    },
    {
      "name": "proxy_username",
      "is_set": false
    },
    {
      "name": "proxy_password",
      "is_set": false
    },
    {
      "name": "username",
      "is_set": false
    },
    {
      "name": "password",
      "is_set": false
    }
  ],
  "distributions": "bullseye bookworm",
  "components": "main",
  "architectures": "amd64",
  "sync_sources": false,
  "sync_udebs": false,
  "sync_installer": false,
  "gpgkey": null,
  "ignore_missing_package_indices": false
}

It may be worth investigating if there is anything about this repository that makes it less performant than other similarly sized repositories.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant