Some optimizations to trade_offers to reduce loading times
This commit is contained in:
parent
0ac8ac8d5c
commit
9ce5d525b3
13 changed files with 255 additions and 222 deletions
|
|
@ -4,6 +4,7 @@
|
|||
"pk": 1,
|
||||
"fields": {
|
||||
"icons": "🔷",
|
||||
"normalized_id": 1,
|
||||
"name": "Common",
|
||||
"created_at": "2025-02-16T06:54:40.993Z",
|
||||
"updated_at": "2025-02-16T06:54:40.993Z"
|
||||
|
|
@ -14,6 +15,7 @@
|
|||
"pk": 2,
|
||||
"fields": {
|
||||
"icons": "🔷🔷",
|
||||
"normalized_id": 2,
|
||||
"name": "Uncommon",
|
||||
"created_at": "2025-02-16T06:54:44.213Z",
|
||||
"updated_at": "2025-02-16T06:54:44.213Z"
|
||||
|
|
@ -24,6 +26,7 @@
|
|||
"pk": 3,
|
||||
"fields": {
|
||||
"icons": "🔷🔷🔷",
|
||||
"normalized_id": 3,
|
||||
"name": "Rare",
|
||||
"created_at": "2025-02-16T06:54:47.297Z",
|
||||
"updated_at": "2025-02-16T06:54:47.297Z"
|
||||
|
|
@ -34,6 +37,7 @@
|
|||
"pk": 4,
|
||||
"fields": {
|
||||
"icons": "🔷🔷🔷🔷",
|
||||
"normalized_id": 4,
|
||||
"name": "Double Rare",
|
||||
"created_at": "2025-02-16T06:54:50.363Z",
|
||||
"updated_at": "2025-02-16T06:54:50.363Z"
|
||||
|
|
@ -44,6 +48,7 @@
|
|||
"pk": 5,
|
||||
"fields": {
|
||||
"icons": "⭐️",
|
||||
"normalized_id": 5,
|
||||
"name": "Full Art Rare",
|
||||
"created_at": "2025-02-16T06:54:59.888Z",
|
||||
"updated_at": "2025-02-16T06:54:59.888Z"
|
||||
|
|
@ -54,6 +59,7 @@
|
|||
"pk": 6,
|
||||
"fields": {
|
||||
"icons": "⭐️⭐️",
|
||||
"normalized_id": 6,
|
||||
"name": "Super Rare",
|
||||
"created_at": "2025-02-16T06:55:02.853Z",
|
||||
"updated_at": "2025-02-16T06:55:02.853Z"
|
||||
|
|
@ -64,6 +70,7 @@
|
|||
"pk": 7,
|
||||
"fields": {
|
||||
"icons": "🌟🌟",
|
||||
"normalized_id": 6,
|
||||
"name": "Special Art Rare",
|
||||
"created_at": "2025-02-16T06:55:02.853Z",
|
||||
"updated_at": "2025-02-16T06:55:02.853Z"
|
||||
|
|
@ -74,6 +81,7 @@
|
|||
"pk": 8,
|
||||
"fields": {
|
||||
"icons": "⭐️⭐️⭐️",
|
||||
"normalized_id": 7,
|
||||
"name": "Immersive Rare",
|
||||
"created_at": "2025-02-16T06:55:05.728Z",
|
||||
"updated_at": "2025-02-16T06:55:05.728Z"
|
||||
|
|
@ -84,6 +92,7 @@
|
|||
"pk": 9,
|
||||
"fields": {
|
||||
"icons": "👑",
|
||||
"normalized_id": 8,
|
||||
"name": "Crown Rare",
|
||||
"created_at": "2025-02-16T06:55:13.907Z",
|
||||
"updated_at": "2025-02-16T06:55:13.907Z"
|
||||
|
|
@ -94,6 +103,7 @@
|
|||
"pk": 10,
|
||||
"fields": {
|
||||
"icons": "🅿️",
|
||||
"normalized_id": 9,
|
||||
"name": "Promo",
|
||||
"created_at": "2025-02-16T06:55:13.907Z",
|
||||
"updated_at": "2025-02-16T06:55:13.907Z"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue