Enabling Caching in Web-kit based cocoa application
Enabling Caching in Web-kit based cocoa application
- Subject: Enabling Caching in Web-kit based cocoa application
- From: JanakiRam <email@hidden>
- Date: Thu, 6 Dec 2007 12:39:59 +0530
Hi All,
I'm new to Webkit-Cocoa world , Pls bear with me if the question
looks simple enough.
I've a cocoa application which shows my local app server pages. I'm
loading the pages using following code snippet.
[[webView mainFrame] requestWithURL:[NSURL
URLWithString:urlString]]];
When ever i try to load a new page , its taking same time(2-3
sec) to load page every time. But when i try to open my page using Safari,
its taking time for the first , next subsequent loads take no time ( less
that 1/2 sec ).
I think the problem could be cache issue. I'm also planning
to cache images inside a page , which will reduce most of the traffic.
Is there any way to provide caching capability to web-view in a
cocoa application
Please provide some pointers on resolving this issue . Thanks in
Advance.
-JanakiRam.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden