Skip to content

Commit

Permalink
Add note about query, loading time and cron
Browse files Browse the repository at this point in the history
  • Loading branch information
bumbummen99 committed May 1, 2021
1 parent c10d61d commit 63d4d15
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,9 @@ Simply download the latest release skycraft.zip from the Releases page or click
## Update
The Theme does integrate the wp-update-server to provide theme updates. These should work automatically, if you encounter any issues with the update server please let me know via mail or by creating an issue on this repository.

## Performance

Using this theme your server will be queried every minute at max but due to how WordPress handles scheduled tasks it will run on a request to your site, slowing that request down leading to a very long page load time. To mitigate that issue you will want to use a [real Cronjob for WordPress](https://docs.wpwebelite.com/replace-wordPress-cron-with-a-real-cron-job/) where your hosting situation does allow it. Using a real Cronjob your Site will run scheduled Tasks in the Background. **Make sure to configure a short interval, at best 1 minute**.

## Custom Textures
This theme does support the use of any texture pack. Simply replace the textures in the img/ folder with your version. You might have to adjust the left/right images to fit.
This theme does support the use of any texture pack. Simply replace the textures in the img/ folder with your version. You might have to adjust the left/right images to fit.

0 comments on commit 63d4d15

Please sign in to comment.