I'm working on startup project and i have company profile for each employer contains images , videos , and some contents save to database, i'm thinking to create html page for each company and save it to the server and direct users to this page instead of one page and retrieve data each time.
and of course each time if some data changed for one company from our dashboard we will replace the exists one with the new content and save it to the server
Is it a good practice or not ?