-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Divaserve.php script needs a rewrite #9
Comments
I've updated example.html to use it, check out port 9002 for an example. While caching seems to help (it brought down the AJAX request response time to less than 20 milliseconds for the most part, with 7-9-ms being most common), the initial load is fairly slow, at nearly 1 second. Should I try to rewrite to optimise this initial load time? |
No, I think we can tackle this problem a couple of different ways. I've enabled apc on the demo server and it seems to be working a bit better now. I've also added preliminary support for caching the JSON response in memcache so that it doesn't have to read it from the file if it already has cached it. We should test this functionality some more. |
Although the initial load is still slow (800-900 ms), subsequent loads are fairly fast, and the use of memcache has probably helped. Is this good enough, or should we try to find a way to speed up the initial load as well? |
I think we can call this "done." |
Great! On Sat, May 28, 2011 at 11:17 PM, ahankinson
|
The Divaserve php script is nowhere near ready for release. It needs a rewrite.
The text was updated successfully, but these errors were encountered: