{"id":16858926,"url":"https://github.com/ross/memcache-debug-panel","last_synced_at":"2025-03-22T06:31:20.235Z","repository":{"id":1381972,"uuid":"1336571","full_name":"ross/memcache-debug-panel","owner":"ross","description":"A django-debug-toolbar panel for memcached debugging information (memcache and pylibmc supported)","archived":false,"fork":false,"pushed_at":"2014-07-15T00:28:11.000Z","size":208,"stargazers_count":48,"open_issues_count":2,"forks_count":13,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-15T19:37:57.606Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ross.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-02-07T05:07:04.000Z","updated_at":"2025-01-02T13:33:34.000Z","dependencies_parsed_at":"2022-07-29T12:38:59.214Z","dependency_job_id":null,"html_url":"https://github.com/ross/memcache-debug-panel","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ross%2Fmemcache-debug-panel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ross%2Fmemcache-debug-panel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ross%2Fmemcache-debug-panel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ross%2Fmemcache-debug-panel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ross","download_url":"https://codeload.github.com/ross/memcache-debug-panel/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244918500,"owners_count":20531682,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-13T14:15:37.230Z","updated_at":"2025-03-22T06:31:18.579Z","avatar_url":"https://github.com/ross.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"======================\nMemcache Debug Toolbar\n======================\n\nThe Memcache Debug Toolbar is an add-on for Django Debug Toolbar for tracking\nmemcached usage. It currently supports both the ``pylibmc`` and ``memcache`` libraries.\n\nThis is definitely beta software, but I've found it useful in work and personal\nprojects. Feedback welcome, patches appreciated. - Ross McFarland\n\nInstallation\n============\n\n#. Install and configure `Django Debug Toolbar \u003chttps://github.com/django-debug-toolbar/django-debug-toolbar\u003e`_.\n\n#. Add the ``memcache_toolbar`` app to your ``INSTALLED_APPS``.\n\n#. Import the panel corresponding to the library you're using.\n\n   The following must be imported in your ``settings.py`` file so that it has a\n   chance to replace the caching library with one capable of tracking. You'll\n   probably want to import it in ``local_settings.py`` (if you use the pattern) or\n   at least wrap the import line in ``if DEBUG``:\n\n   For ``memcache``::\n\n\timport memcache_toolbar.panels.memcache\n\n   For ``pylibmc``::\n\n\timport memcache_toolbar.panels.pylibmc\n\nConfiguration\n=============\n\n#. Add the ``memcache`` or ``pylibmc`` panel to ``DEBUG_TOOLBAR_PANELS``.\n\n   You'll need to add the panel corresponding to the library you'll be using to\n   the list of debug toolbar's panels in the order in which you'd like it to\n   appear::\n\n\tDEBUG_TOOLBAR_PANELS = (\n            ...\n\t    'memcache_toolbar.panels.memcache.MemcachePanel',\n\t    # if you use pylibmc you'd include its panel instead\n\t    # 'memcache_toolbar.panels.pylibmc.PylibmcPanel',\n\t)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fross%2Fmemcache-debug-panel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fross%2Fmemcache-debug-panel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fross%2Fmemcache-debug-panel/lists"}