Is the HTML and database optimization permanent? Meaning that it won have to be redone every time a new database is uploaded?
Optimization consists of several parts. Some of them concern the structure and requests for data base. This optimization is permanent and doesn’t depend on import new data. Another part of procedures optimize the order of data storage. It is temporal. This procedures will be taken away to separate script and implemented automatically with some periodicity. You also will be ale to implement it manually after new data import.