Click here to Skip to main content
15,867,704 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

I want to know web-page performance of given URL, Specifically time
difference (between request and response) for each resource used in
given URL (webpage).

Google Page Speed API does the same, but it requires *.HAR file as input, I don’t know how to generate HAR File for given URL.

Can you please guide me; I want to integrate this functionality to my
existing WPF application.

Thanks,
Hiren Shah.
Posted
Updated 10-Jun-17 5:09am

Is there any thing you can make use of from here[^]
 
Share this answer
 
No,
Because I had posted that Request.

FYI
IT’s Desktop Based Application (using .NET Framework 3.5, WPF),

1st I have to host IE in that application

2nd Get HTTP & HTTPS Request & Response Log File

3rd Generate HAR File From Above Log File

4th Pass it to Google pagespeed API (har_to_pagespeed.exe), Which in turn Generate Data

5th Using these data, I represent Tabular chart on my Desktop application.

I cannot use any tool or I have to use open-source code.

Can you suggest How to achieve this gole?

Even I don’t know how do I achieve result of above 5 steps except 4 (usage of har_to_pagespeed.exe).
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900