How to analyze a page?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
klevis miho
Forum Contributor
Posts: 413
Joined: Wed Oct 29, 2008 2:59 pm
Location: Albania
Contact:

How to analyze a page?

Post by klevis miho »

How can I analyze a page? For example to get the "Total HTTP Requests", "total page size" etc.
Thnx in advance.
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: How to analyze a page?

Post by Christopher »

I think you are talking about web stats. You would use a program that runs on the web server and analyzes the server logs. It will produce reports with that kind of information.
(#10850)
klevis miho
Forum Contributor
Posts: 413
Joined: Wed Oct 29, 2008 2:59 pm
Location: Albania
Contact:

Re: How to analyze a page?

Post by klevis miho »

No no, not that. I want for example, the pages size(the size that is displayed on the browser) etc.
klevis miho
Forum Contributor
Posts: 413
Joined: Wed Oct 29, 2008 2:59 pm
Location: Albania
Contact:

Re: How to analyze a page?

Post by klevis miho »

Ok I found it out myself on how to do this, so I wanted to share it here:

http://www.php.net/manual/en/function.curl-getinfo.php
Post Reply