I’m building a website and the main part of my website I want to focus on is my homepage.
I’d like to know if its possible to be able to have a featured collection on my homepage and have at least 100 products being posted on my homepage instead of the limit amount that shopify allows which is about 50.
I did that on one website before and this is fairy possible but after doing some code tricks. Check here https://egas.com.au/ . You can find View More under New Arrivals.
So, depending on your theme it may be different to alter the code.
These are the types of modifications that can strangle an online business.
Do not blindly do changes like on the homepage without proper a/b testing and watching conversions and bounce rates.
By doing this you can literally be doubling the page size, increasing render time, reducing overall page performance, and increasing your users bandwidth usage all in one go.
Your doubling the elements the images and for some themes that javascript, app widgets, etc.
There is a reason there are sane defaults like 50 product per collection pagination.
At minimum make sure the theme is lazyloading below the fold images.
Saner alternatives,
Implement a CtA for infinite scrolling so customers can choose their experience impact.
Or simply use a view more link to fully paginated collection pages(a/b test linking to 2nd page not first).