function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Justin RuckJustin Ruck 

Charts on a VF Page, apex:include, or add component?

I have a VF page that is quite large and takes some time to load, due to a few charts which pulls in data from 3 objects.  To have a smaller size and less load time, what would be the best option:  Would it be to create a separate VF page for the charts and just do an apex:include?  Should I create a component for the charts and just pull them into the VF page?  Or should I just leave the charts directly on the page?  
Best Answer chosen by Justin Ruck
Justin RuckJustin Ruck
I figured it out myself that they should just be added as a component.