laminas / laminas-developer-tools

Module for developer and debug tools for use with laminas-mvc applications.
BSD 3-Clause "New" or "Revised" License
23 stars 13 forks source link

Page for background-collection #5

Open weierophinney opened 4 years ago

weierophinney commented 4 years ago

this PR sets up a page, where you can view former collected toolbar entries by accessing the route /zdt-background-reque.

Known Bugs:

Missing:


Originally posted by @Blaimi at https://github.com/zendframework/zend-developer-tools/pull/211

weierophinney commented 4 years ago

@Blaimi Are you still working on this? If so, could you rebase, and also please provide a screenshot detailing what is displayed? I'm not entirely sure what this will do in its current state. :smile:

Thanks in advance!


Originally posted by @weierophinney at https://github.com/zendframework/zend-developer-tools/pull/211#issuecomment-245596632

weierophinney commented 4 years ago

We are using this version in our development-process but for zend 2.4.

It’s working, but not very intuitive, very slow and it crashes, if you have more than ~25 lines/toolbars. Since the cache is not cleaning up itself and the page displays everytime everything available 25 lines are reached very fast.

To answer your question: yes, we are still working with it. We are planning to migrate/update to Zend3 but not in the next few weeks. Maybe in Q1/17 along with the migration to Debian 9 and php7. I don’t think that we have much spare time to invest in this project since we are unable to use the current version of zdt (depends on zend ^3.0) in our own development-process.

zdt-background-requests


Originally posted by @Blaimi at https://github.com/zendframework/zend-developer-tools/pull/211#issuecomment-245904558

weierophinney commented 4 years ago

I think this is definitely an interesting feature. However, we need unit tests for the new functionality.


Originally posted by @weierophinney at https://github.com/zendframework/zend-developer-tools/pull/211#issuecomment-382042966