JCSama / CodeIgniter-develbar

CodeIgniter Developer Toolbar is a third party library based on Profiler Library with additional functionality for debugging and optimisation, Database, Models, Helpers, Libraries, Views, Ajax...
MIT License
176 stars 57 forks source link

Is there a way to follow AJAX queries? #6

Closed yahyaerturan closed 7 years ago

yahyaerturan commented 7 years ago

This is a fine library. I just wonder that if there is a way to follow AJAX queries as well?

JCSama commented 7 years ago

That's a new feature I'm working on it.

JCSama commented 7 years ago

@yahyaerturan check the new version 0.8

yahyaerturan commented 7 years ago

Great! It catches the ajax calls and list them.

But there is no change in Database queries fyi. What I am targeting is to check the queries within ajax calls.

Another topic, last time and this time, I had to change overflow:scroll to overflow:auto. Otherwise I can't go over the tabs.

.develbar ul li div.detail .scroll {overflow:auto}

Meanwhile, I encountered an error with view.png file. It is resolved when I delete data['icon']. It is probably because I am using twig and there is no view data because of it.

yahyaerturan commented 7 years ago

As a suggestion, in ajax tabs, it'd be nice to see posted data.

JCSama commented 7 years ago

@yahyaerturan thank you for your feedback, I'll add your suggestions : 1 - CSS fixe 2 - Display posted Data 3 - Database queries within ajax calls.