I have a Facebook news app. It takes a bit of time to load the webpage in the app. But an app like Washington post loads the page much faster. How do I make my app load faster?
Improve Facebook app load time
1.4k Views Asked by Raju.allen At
1
There are 1 best solutions below
Related Questions in FACEBOOK
- Facebook Api - Albums/Photos/Comments
- How to get Facebook subscriber count + friend count
- Firebase facebook authentication not working
- Facebook iOS SDK 4 error info.plist
- Why don't any of my facebook share buttons work?
- Can't perform authentication through facebook with Parse
- PlayN and Firefox issues
- How do I stop the facebook send widget from going off the screen?
- Add extended permissions - Facebook
- Pass image, summary, URL to Facebook share button in ASP.NET MVC
- Facebook Open Graph Description in a message length limitation
- Facebook ShareKit image caption not working
- how to display Notification Count in iOS like Facebook
- How to estimate current situation of an old site not created by myself before i launch my new one?
- Facebook Graph API limit publishing to fan page
Related Questions in FACEBOOK-APPS
- Facebook Invalid Scopes error on test app
- Facebook Application Privacy policy
- Are the Facebook API Key and App Secret the same thing?
- Unable to post to facebook page using app token
- facebook app get authentication inside a facebook page
- SSL certificate requirement for Facebook Canvas App development
- Guide for Facebook App
- How to test Friends Data Permissions in Facebook Graph API Explorer
- Are Facebook Messenger page-scoped IDs globally unique?
- How to Change Font And Font Size In Php Gd?
- How to use facebook appid to work with multiple domains (not sub domains)
- joomla facebook comments plugin error: cannot be crawled by Facebook's servers
- Set size of imageview like fb app in android?
- Facebook app submission with empty list of permissions
- Except Developers,Admin and Tester rest of the users not able to use APP
Related Questions in PAGE-LOAD-TIME
- How to get total web page response time from a HAR file?
- Need to fire an event after complete page gets loaded in backbone js
- clarification on when does ajax call within document.ready gets triggered
- ExtJs 4.2 ref-selector vs Ext.getcmp() vs Ext.ComponentQuery.query()
- Explain the difference between the following (2) timing functions/scripts
- How to make this php page load faster
- Httpwatch automation for chrome
- Wordpress Website too much wait Time with Pingdom Tool
- CSS caching Chrome VS Firefox
- Loading multiple PHP files simultaneously to speed up page load time
- Calling functions when needed
- Improve Facebook app load time
- CSS Image Sprites vs. UI Fonts for Social Icons - From a Page Load Speed Perspective
- What does DOM loadtime in the page load timings represent?
- JQuery page load optimization
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Some things you could do are :
Saying that "app like Washington post loads the page very quick..." doesn't help anyone - who knows how many developers and how much time they put into their application. All you can do is make it the best that you can with the tools and resources that you have at your disposal...
If you find a specific issue with your application that you see is slowing things down and you still do not know how to improve the load time - come back here and edit your question to contain more information about that specific problem.
Happy coding!