Timeline for How could I optimize an AJAX-based site by avoiding unnecessary/duplicate file-reads for each AJAX call?
Current License: CC BY-SA 4.0
3 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Apr 13, 2020 at 2:37 | vote | accept | mmseng | ||
| Apr 13, 2020 at 2:34 | comment | added | mmseng | Thanks. I see that there's a way to use shared memory in PHP. Not sure how kosher that is, but I might play around with it. It would be very inconvenient to do in JS, since all the device communication is done server side, and has to be done server side due to networking limitations, and I'd have to have PHP dump the data to HTML, just so JS could grab it and dump it somewhere and send it right back in a request. I already do a bunch of that (without local caching) to make JS function and it's not the prettiest thing. No idea if this is how the pros do it, but it seems to work /shrug. | |
| Apr 9, 2020 at 21:18 | history | answered | GHP | CC BY-SA 4.0 |