Tagged Questions
1
vote
1answer
116 views
document.addEventListener slows down loading
I have a Web App. I have written a Calendar javascript code. A script tag is in body of html code loads that js file from server.
Until writing the last codes, loading page was taking around 900 ms. ...
0
votes
1answer
858 views
php curl - long redirect time in curl_getinfo()
The code works, but it takes up to 10 seconds to load the page. Then I add curl_getinfo(), and discovered the redirect time has used 90% of the total time....
<?php
//
$url = ...
0
votes
0answers
138 views
The speed of Rails 3 application
I am struggling whole this day with a problem that my application works slowly. For example, if I set to the browser www.my_app_in_rails3.com, so it takes a few seconds than is the page loaded.
I am ...
0
votes
0answers
214 views
Xcode: Why does my UITextField act slow in my UITableViewCell?
I have an app where I load a UIViewController with an UITableView. In the UITableViewCells I have a UITextField. Which I have added in the cellForRowAtIndexPath:
- (UITableViewCell ...
