- eZ httpbench
eZ httpbench is a simple benchmark program written in PHP. It fetches a web page and measures the time elapsed and does some calculations based on that. eZ httpbench calculates: Total time alapsed, average time per page, data throughput, maximum number of pages served per minute, hour, day and month.
Price: Free (GPL)
Version: 1.0
Platform: Linux, Unix, Windows
http://developer.ez.no/article/static/49/
(Rating: 0.00 Votes: 0)
Rate It
Review It
- HTTP Compression with PHP
Speed up your HTTP downloads with this code by compressing your HTML. Most newer browsers since 1998/1999 have been equipped to support the HTTP 1.1 standard known as "content-encoding." Essentially the browser indicates to the server that it can accept "content encoding" and if the server is capable it will then compress the data and transmit it. The browser decompresses it and then renders the page. Requires zlib.
Price: Free
Version: 1.20
Platform: Unix, Linux, Win 98/NT
http://php.weblogs.com/http_compression
(Rating: 0.00 Votes: 0)
Rate It
Review It
- Sockhead
Have you any idea why your network program is not giving you the right answers, or how come you just got redirected\? Sockhead enables you to send a simple HTTP/1.1 request to a server and view the response from the other server. Sockhead allows you to include additional request headers in your response as in RFC 2616 (HTTP/1.1). Required is PHP and the ability to create a connection to the desired server.
Price: Free (GPL)
Version: 0.3.1
http://kimihia.org.nz/projects/sockhead/
(Rating: 0.00 Votes: 0)
Rate It
Review It
- Yahc
Yahc is an HTTP connection class. Yahc is used in PHP when you need to connect to a server on an arbitary port to execute arcane commands. It offers much more flexibility than the fopen() and other file related commands in PHP.
Price: Free (GPL)
Version: 0.4
http://kimihia.org.nz/projects/yahc/
(Rating: 0.00 Votes: 0)
Rate It
Review It
|