The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
2answers
46 views

laggy web page with jquery and images [closed]

I have a slow down problem with my single page website: basically it uses a LOT of memory (around 120MB) and, when scrolling, it can easily reach 40-90% of CPU usage! I am wondering what the problem ...
1
vote
1answer
35 views

Is there any profiling tool to measure web application performance by identifying common interactions paths?

I would like to measure how long it takes to complete a single operation such as "UPDATING AGE ON A CUSTOMER FORM", "INSERT A NEW CUSTOMER" in my web application. Is there any tool with some web ...
0
votes
0answers
71 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 ...
0
votes
2answers
186 views

Subscription based eCommerce Site selling Physical Goods [closed]

I want to implement a system where customers can buy physical products as subscription with recurring billing. Customers will come to my site, visit product page and buy stuff. They need to register ...
1
vote
0answers
114 views

Php profiling on production server or other options [closed]

Alright I need some help here. I am commonly asked to speed up certain sections of some websites that I program for. I have yet to be able to figure out how to use a good php diagnosis/profiling ...
2
votes
5answers
127 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
670 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
5k 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