businessdad
MVPHackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
businessdad MVP
Reactions
-
Re: CPU Overload
As I suggested in another thread, you could do some profiling on your server and provide the results to the team. It will help them focusing on the slowest part, removing some of the investigation re… (View Post)1 -
Re: Vanilla Performance Discussion
If you would like to know what code is causing the performance issues, you could try using XDebug profiler and then a tool like KCacheGrind to inspect it, but beware that it may take a significant am… (View Post)2 -
Re: Dreaming of a Vanilla module manager
That may be right, but many users don't want to learn how to touch files. UI is, in my experience, the most expensive part of all software. The basic Logger plugin took me one day to implement. Addin… (View Post)2 -
Re: Better Bonk
I agree. That's why one of my pet projects is the error butler, which will go hand in hand with the Logger. :) (View Post)1 -
Re: Email is Required- OpenID plugin
That is correct. There is an issue with the core OpenID plugin, though, which causes the email address to be wiped after the user entered it. That is, the User would enter the address, submit it and … (View Post)1