in Education by
I have developed a website that queries NASA's image API. The website works fine on my desktop browser. However, when I try to search from my phone, it gets stuck freshing and then crashes. Any idea how I could solve this? The link is: https://searchnasa.herokuapp.com/ All of my javascript is written in the file functions.js, which you can view through sources. JavaScript questions and answers, JavaScript questions pdf, JavaScript question bank, JavaScript questions and answers pdf, mcq on JavaScript pdf, JavaScript questions and solutions, JavaScript mcq Test , Interview JavaScript questions, JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)

1 Answer

0 votes
by
I am receiving the following error on MacOS Safari: This webpage was reloaded because it was using significant memory. There are currently two requests being made for each resulting image: image thumbnail (https://images-assets.nasa.gov/image/PIA07081/PIA07081~thumb.jpg) image supplemental links (https://images-assets.nasa.gov/image/PIA07081/collection.json) [ "http://images-assets.nasa.gov/image/PIA07081/PIA07081~orig.jpg", "http://images-assets.nasa.gov/image/PIA07081/PIA07081~small.jpg", "http://images-assets.nasa.gov/image/PIA07081/PIA07081~thumb.jpg", "http://images-assets.nasa.gov/image/PIA07081/metadata.json" ] The collection.json requests are not being made by the NASA Image and Video Library implementation. Therefore, I believe these requests are causing your issues. You should delay these requests until the data is needed which is after the user opens the image detail modal. You may even be able to go further by making the assumption that the image files are always in the same format. Notice, the different image sizes are simply a ~[orig|small|thumb].jpg suffix on the image path.

Related questions

0 votes
    I'm trying to make it so when a user scrolls down a page, click a link, do whatever it is they ... , JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 12, 2022 in Education by JackTerrance
0 votes
    So I'm basically finished with a program, and at the end of it I'm printing Strings from an array to a file. The array may ... the code I'm using to check for null for(int i=0;i...
asked Feb 13, 2022 in Education by JackTerrance
0 votes
    I want to display among other things a Label containing an Image , the image in this Label is a ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 13, 2022 in Education by JackTerrance
0 votes
    Please refer to my test case https://jsfiddle.net/1c3Lmace/13/ This is my code $(document).ready( ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jul 20, 2022 in Education by JackTerrance
0 votes
    I made a form with an imput text and a select. To submit the form i want the user to click a ... , JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 24, 2022 in Education by JackTerrance
0 votes
    I made a form with an imput text and a select. To submit the form i want the user to click a ... , JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 23, 2022 in Education by JackTerrance
0 votes
    I have the following Javascript code which controls an accordion type set of divs. The set of divs is ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 26, 2022 in Education by JackTerrance
0 votes
    How can I sort an event by id in DESC order? My all events are coming and by default they are ... , JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jul 26, 2022 in Education by JackTerrance
0 votes
    How can I sort an event by id in DESC order? My all events are coming and by default they are ... , JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jul 20, 2022 in Education by JackTerrance
0 votes
    I have a field as Image. I want to set it compulsory on button click event in javascript. Hereis ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jul 14, 2022 in Education by JackTerrance
0 votes
    I have loop inside loop like this: var len = bolumlerUnique.length; function bolumleriGonder() { for (i ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked May 27, 2022 in Education by JackTerrance
0 votes
    I have loop inside loop like this: var len = bolumlerUnique.length; function bolumleriGonder() { for (i ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked May 19, 2022 in Education by JackTerrance
0 votes
    I have loop inside loop like this: var len = bolumlerUnique.length; function bolumleriGonder() { for (i ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked May 14, 2022 in Education by JackTerrance
0 votes
    Good afternoon. What happens that I want to get a text string with HTML tags, but the summernote interprets ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked May 4, 2022 in Education by JackTerrance
0 votes
    So now I'm trying to customize Jquery steps by adding a score for each question's option. But the ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 7, 2022 in Education by JackTerrance
...