318 Commits

Author SHA1 Message Date
Tetrakern
dabcb63910 Apply fast AJAX to avatars
And this time I added the argument too!
2023-08-21 15:17:43 +02:00
Tetrakern
8fb8041a92 Apply fast AJAX to get_nonce 2023-08-21 14:18:53 +02:00
Tetrakern
0a86ec1467 Apply fast AJAX to logged-in check 2023-08-21 13:25:25 +02:00
Tetrakern
e7bea9aac0 Apply fast AJAX to fingerprint 2023-08-21 09:30:11 +02:00
Tetrakern
800ec64c69 Apply fast AJAX to checkmarks 2023-08-21 03:08:01 +02:00
Tetrakern
708b2213aa Apply fast AJAX to reminders 2023-08-21 02:34:01 +02:00
Tetrakern
e6e62c1588 Skip cache checks and purging in fast AJAX 2023-08-21 01:12:55 +02:00
Tetrakern
869c55741e Prepare comment for fast AJAX
At least some actions, because others require actions and filters.
2023-08-21 00:57:03 +02:00
Tetrakern
dbd7e431b2 Fix Discord webhooks 2023-08-20 23:37:44 +02:00
Tetrakern
4e7744b67d Add fast AJAX feature, apply to follows
60-80 % speed boost!
2023-08-20 22:21:13 +02:00
Tetrakern
7ced7108df Separate concerns into _post_updates.php 2023-08-20 17:32:07 +02:00
Tetrakern
3f8d7b9550 Fix comment 2023-08-20 01:19:44 +02:00
Tetrakern
e1781889e8 Bump version to 5.6.1 2023-08-19 04:54:36 +02:00
Tetrakern
3f9a552784 Bump version to 5.6.1 2023-08-19 03:58:45 +02:00
Tetrakern
018661f8f4 Restore FICTIONEER_SHORTCODE_TRANSIENT_EXPIRATION
It's late.
2023-08-17 01:32:30 +02:00
Tetrakern
299db867e8 Fix overzealous post__in filtering
I hate this.
2023-08-17 01:32:02 +02:00
Tetrakern
5db2295cac Add constant to enable ACF on frontend 2023-08-15 12:29:17 +02:00
Tetrakern
c0977a53fb Bump version to 5.6.0 2023-08-14 23:47:35 +02:00
Tetrakern
0dde699200 Story data cache purge improvements
Probably.
2023-08-14 20:55:59 +02:00
Tetrakern
192a2f2a3a Add file upload restrictions 2023-08-13 15:05:54 +02:00
Tetrakern
bc29237f92 Apply fcn_privacy_clearance cap 2023-08-11 12:45:23 +02:00
Tetrakern
ca08318d9a Fix comment page issue
Wad.
2023-08-09 12:45:59 +02:00
Tetrakern
fdac7dde41 Add yet some more conditional requires 2023-08-09 12:29:57 +02:00
Tetrakern
35f144eab9 Add some more conditional requires
Not great, not terrible. It helps.
2023-08-09 03:17:32 +02:00
Tetrakern
8aa89ec1cf Add conditional requires
No need to load what's not used.
2023-08-09 02:46:23 +02:00
Tetrakern
eb080f5741 Bump version 5.5.3 2023-08-08 23:03:10 +02:00
Tetrakern
a9bbdb2785 File sanity and loading optimization
Moved some functions around only scoped them and partials better to the needed context. Saves about 100-110 KiB memory. It's something!
2023-08-08 20:33:24 +02:00
Tetrakern
30bdb93306 Fix missing include in admin 2023-08-08 10:36:47 +02:00
Tetrakern
cd8e7ae4db Cache story comment count
Until it isn't.
2023-08-07 14:21:45 +02:00
Tetrakern
32858e5fbb Constant to turn off sticky stories 2023-08-07 12:07:48 +02:00
Tetrakern
bb3d763e3a Do not include search partial in admin 2023-08-07 11:43:06 +02:00
Tetrakern
a6598edbde Allow shortcode Transients to be set to infinite
Just set the constant to 0.
2023-08-06 12:59:58 +02:00
Tetrakern
c31c317241 Bump version to 5.5.2 2023-08-05 04:54:54 +02:00
Tetrakern
5d76fa4742 Bump version to 5.5.1 2023-08-05 00:22:13 +02:00
Tetrakern
ebe9e12956 Bump version to 5.5.0 2023-08-04 13:48:45 +02:00
Tetrakern
9ed7e08868 Improve shortcode performance
Queries are cached as Transients for 5 Minutes, which is not much but help for high traffic that cannot be cached normally (e.g. logged-in users).
2023-08-03 13:17:57 +02:00
Tetrakern
8d46acab1d Bump version to 5.4.9 2023-08-02 15:00:11 +02:00
Tetrakern
2596faca31 Bump version to 5.4.8 2023-07-27 20:44:38 +02:00
Tetrakern
b6e007f1c9 Bump version to 5.4.7 2023-07-24 23:08:40 +02:00
Tetrakern
4f10913175 Constant to disable ACF JSON import 2023-07-24 23:07:35 +02:00
Tetrakern
97cd671a14 Bump version to 5.4.6 2023-07-09 19:54:34 +02:00
Tetrakern
f211fe4892 Fix TTS in Safari 2023-07-09 12:08:34 +02:00
Tetrakern
073ffd07cc Bump version to 5.4.5 2023-07-02 12:45:49 +02:00
Tetrakern
84da808ad4 Bump version to 5.4.4 2023-06-27 22:27:04 +02:00
Tetrakern
f898e1e6c0 Bump version to 5.4.3 2023-06-21 20:13:44 +02:00
Tetrakern
1ef2bdfb14 Bump version to 5.4.2 2023-06-21 18:32:20 +02:00
Tetrakern
4b403e8e9a Bump version to 5.4.1 2023-06-16 13:40:42 +02:00
Tetrakern
d9ec7f57dd Add constant to customize TTS regex
This should make it possible to use languages with different characters. Maybe.
2023-06-15 14:18:52 +02:00
Tetrakern
95270dd18d Measure render time for development
Not normally active but nice if you want to know.
2023-06-10 19:21:07 +02:00
Tetrakern
a763bc0eb1 Refactor chapter lists
No more sibling or other exotic selectors.
2023-06-10 18:23:04 +02:00