There is nearly 50MB of JSON file data. How to display it to the user through URL access?
Things that come to mind so far:
1. Paginated display
2. Provide data package download
Is it really possible to directly display 50MB of data through the GET URL?
There is nearly 50MB of JSON file data. How to display it to the user through URL access?
Things that come to mind so far:
1. Paginated display
2. Provide data package download
Is it really possible to directly display 50MB of data through the GET URL?
Not shown. Chrome just blew up.
It is recommended to display it in pages
Provides data package download. If the download is JSON, unless the user is a programmer, he or she will not be able to understand JSON
Actually, everything is fine.
It depends on the specific use.
With such a large amount of data, I think it is for statistical purposes or something like that, so I suggest you directly provide it for download
.
If you want to paginate, the other user will have to request many times to get all the data