fao89 / pulpcore

Repository for pulpcore package https://pypi.org/project/pulpcore/
GNU General Public License v2.0
0 stars 0 forks source link

Add memory/performance tips to the plugin writer's guide #144

Open fao89 opened 2 years ago

fao89 commented 2 years ago

Author: ttereshc (ttereshc)

Redmine Issue: 5858, https://pulp.plan.io/issues/5858


Motivation

There were memory and run time improvements made to the pulpcore and pulp_rpm. It's likely that other existing plugins and the newly created ones will eventually reach the point when they are not performant enough. To make it easier for plugin writers and to reduce investigation time in the future, let's add a section to the docs where common sources of performance issues and solutions to them are gathered.

Solution

Create a page and make a new menu item "Performance" for the plugin writers' guide.

Share the best practices and what was learnt during the recent memory/performance investigation and how to avoid such problems.