tikibar icon indicating copy to clipboard operation
tikibar copied to clipboard

A debugging and information toolbar for django, designed for lightweight impact so it can be enabled selectively and run in production.

Results 11 tikibar issues
Sort by recently updated
recently updated
newest added

You can see that the raw data is there if you export the tikibar data as json, but functions beyond the lowest thirty are not displayed when you look at...

This decorator would be able to wrap methods and functions. If a decorated function/method exists, tikibar would show a "Functions" tab that would show the time spent in each timed...

When you turn the tikibar off, it should be turned off on your API domain as well as your main domain.

The test application in the tikibar repo should use as much of Tikibar's functionality as possible.

Right now we collect the SQL metrics tikibar uses in a custom piece of Eventbrite-specific code. We should work on getting a piece of middleware running that does the same...

STR: 1. Open Tikibar on any page. 2. Click on the settings wheel/gear, then Turn off Tikibar for all pages. Expected: Tikibar should be removed and the page should go...

bug

If multiple domains are being powered by the same Django app, and if tikibar is enabled on one domain, it should show up on other domains. The use case right...

bug
enhancement

Right now, we use Eventbrite's custom SQL handler to log things to tikibar. To make tikibar usable for non-Eventbrite people, we need to include a SQL logger that people can...

Open Sourcing

Right now, the client timing tab in tikibar is doing a bad impersonation of the Chrome devtools waterfall. Someone who is motivated to work on frontend things should feel free...

enhancement

The way tikibar handles analytics actions is one of the last things that needs to change before we can open source tikibar. One way of doing this is to make...

Open Sourcing