Rasmus Rasmussen owner
owner merged pull request owner/RSE#34 2024-12-17 20:33:09 +00:00
UseDictionary
owner created pull request owner/RSE#34 2024-12-17 20:33:02 +00:00
UseDictionary
owner closed issue owner/RSE#32 2024-12-17 12:47:14 +00:00
Simplify Progress Page HTML
owner pushed to UseDictionary at owner/RSE 2024-12-17 12:15:54 +00:00
8b55cf7bb6 Reworked the /progress page
owner created branch UseDictionary in owner/RSE 2024-12-17 10:15:26 +00:00
owner pushed to UseDictionary at owner/RSE 2024-12-17 10:15:26 +00:00
owner opened issue owner/RSE#32 2024-12-17 10:13:50 +00:00
Simplify Progress Page HTML
owner commented on issue owner/RSE#31 2024-12-17 10:05:04 +00:00
Use Cache On The Frontend

Done in this issue)

owner closed issue owner/RSE#31 2024-12-17 10:05:04 +00:00
Use Cache On The Frontend
owner pushed to Frontend at owner/RSE 2024-12-17 09:46:14 +00:00
3822339dd9 Add a time-based cache for the progress result from the API
owner opened issue owner/RSE#31 2024-12-17 09:44:35 +00:00
Use Cache On The Frontend
owner commented on issue owner/RSE#30 2024-12-15 11:34:25 +00:00
Use Cache On The API Level Instead Of Fetching The Progress Every Time

There is also rate limiting functionality in place on the API, but still, if we can just cache the result for like, 30 seconds, that would be great.

owner opened issue owner/RSE#30 2024-12-15 11:33:37 +00:00
Use Cache On The API Level Instead Of Fetching The Progress Every Time
owner closed issue owner/RSE#25 2024-12-14 17:28:34 +00:00
Create Frontend
owner closed issue owner/RSE#26 2024-12-14 17:28:20 +00:00
Create Progress Page
owner commented on issue owner/RSE#29 2024-12-14 15:42:29 +00:00
Optimize The Title And Description Extraction Method

More screenshots to showcase the effect.

image
owner opened issue owner/RSE#29 2024-12-14 15:41:27 +00:00
Optimize The Title And Description Extraction Method
owner pushed to Frontend at owner/RSE 2024-12-14 12:26:33 +00:00
1c74ae9de5 Added frontend and working fetching.
owner pushed to Frontend at owner/RSE 2024-12-06 11:34:01 +00:00
bab8fa6c25 Added frontend project with some basic api fetching implemented.
owner commented on issue owner/RSE#12 2024-12-06 09:48:23 +00:00
Investigate If The Filtered Object Can Be Turned Into A Struct, To Create Less GC Pressure

After investigating, I've come to the conclusion that it wouldn't be worth it. There's too many properties that would have to be re-worked, and too many methods that would have to be reworked as well.