betheluniversity / cascade

Implementing Cascade Server
2 stars 1 forks source link

Faculty Bio publish sets are slow #743

Closed c-schwarze closed 8 years ago

c-schwarze commented 8 years ago

I noticed that the faculty bio publish sets are really slow (~40 minutes). Currently, whenever a faculty bio is submitted, all 4 school faculty bio publish sets are published, which each publish 10-15 faculty pages.

I created a prototype solution using PHP, so we no longer need to publish those publish sets.

Here are the current pages using velocity: CAS https://www.bethel.edu/undergrad/academics/chemistry/faculty https://www.bethel.edu/undergrad/academics/physics/faculty CAPS https://www.bethel.edu/adult-undergrad/academics/organizational-leadership/faculty https://www.bethel.edu/adult-undergrad/academics/accounting/faculty GS https://www.bethel.edu/graduate/academics/gerontology/faculty SEM https://staging.bethel.edu/seminary/academics/marriage-family-therapy/faculty

Here are the testing pages using my PHP code: CAS https://staging.bethel.edu/_testing/caleb-schwarze/php-faculty-listings/faculty-listing-php-chemistry https://staging.bethel.edu/_testing/caleb-schwarze/php-faculty-listings/faculty-listing-php-physics CAPS https://staging.bethel.edu/_testing/caleb-schwarze/php-faculty-listings/faculty-listing-php-org-leadership https://staging.bethel.edu/_testing/caleb-schwarze/php-faculty-listings/faculty-listing-php-accounting GS https://staging.bethel.edu/_testing/caleb-schwarze/php-faculty-listings/faculty-listing-php-gerontology SEM https://staging.bethel.edu/_testing/caleb-schwarze/php-faculty-listings/faculty-listing-php-marriage-family-therapy

c-schwarze commented 8 years ago

This is live.