Give us feedback
prefetch
Service icon

PreFetch

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded on 22 October 2021 by 
0.0
 (0 ratings)
prefetch

PreFetch

Documentation
1.0.0

PreFetch


The best thing: To get you started, you don't need to do anything and it prefetches all your modules at 5:00 in the morning 😀


But when you want it to work for you?

  • Go to the PreFetch timer and adjust the Schedule.

But what else can you do?

  • More Detailed logs? Change the SiteProperty DetailedLogging to True.
  • Call the Timer from your CI/CD pipeline?
    • Change the SiteProperty APIToken to a new unique value (64 random characters will keep a brute-force attacker busy)
    • Call the REST interface from your CI/CD tool with the following
      • Url: https://{fill_in_your_domain}/PreFetch/rest/PreFetch/StartPreFetch
      • Header: API-token: {the unique token you have also entered in your site property}

Have fun and enjoy a quick initial load, every, day, of, the, year!