Tagged Questions
0
votes
0answers
74 views
What amount of PHP memory usage is reasonable for multiple WordPress sites? [closed]
It seems like I've been plagued with memory usage issues most of the time I've been blogging (7 years). I upgraded my hosting to a HostGator VPS and still seem to have issues.
I have about a dozen ...
2
votes
5answers
129 views
What's the best web site performance tool for end-users?
When I receive reports that my website is running slowly, I would like to be able to point the end-users to a performance/profiling tool that is easy to use and that has a feature where the end-users' ...
3
votes
4answers
685 views
How to replay traffic to web server from logs to profile / benchmark web app under real load?
Is there a way to get recorder real network traffic to web server, e.g. from web server logs (Apache), and replay this traffic to either profile web application (in Perl) under real load, or benchmark ...
17
votes
5answers
6k views
What is the Google Chrome equivalent to Firebug?
I'm looking for a tool that can:
inspect HTML elements
manage/debug JavaScript
profile performance
modify elements in real-time