mehul
7 May 2020 16:29
1
Hello,
i have just changed API url and category from your existing demo “https://demo-custom-homepage-categories.now.sh/ ” and then deployed it on now, but relative to your demo my dom size it too high as you can see live here https://demofrontity-e3baq5669.now.sh/ , your dom size is just 41 kb and my dome size is above 294kb , why??
juanma
11 May 2020 16:08
6
Hi @mehul
Have a look at the solution of this thread
Hi @sarang ,
I think you’re getting much more data in the REST API because of some plugins you may have installed (try to deactivate your plugins and check the size of your REST API)
What you can do to control the amount of data received from the server is creating custom endpoints in your Wordpress installation and then, creating custom handlers in Frontity to access the data provided in these custom endpoints
If you still need more support from the community, we’d need that you provide, so…
Hope it helps