Forwarded from Yonle
It went randomly slow on slow network now.
(The bottom screen was supposed to have some link. But well, because Discover + Main thread was preloaded into one page, You could not really see it in slow network)
Time to split "Discover" section separately.
(The bottom screen was supposed to have some link. But well, because Discover + Main thread was preloaded into one page, You could not really see it in slow network)
Time to split "Discover" section separately.
Forwarded from Yonle
For now, i enabled gzip compression on server (notably the fact that the entire page was generated at server side).
Forwarded from Yonle
Yonle
For now, i enabled gzip compression on server (notably the fact that the entire page was generated at server side).
Now that if there is 100 active thread, Then that means 100x6 <div> element was loaded inside
Well, also do not forget about main thread.
Discover
<div>.Well, also do not forget about main thread.
Forwarded from Yonle
For memory reason, i also gonna use
iterate()
instead of generated arrays that could be done via all()
for this kind of thing.
Yonle
For memory reason, i also gonna use iterate() instead of generated arrays that could be done via all() for this kind of thing.
In better-sqlite3 library, In nuts:
If an iterates executed, better-sqlite3 prevents you to do other stuffs while this happens.
Which means, If you executed two iterate at the same time before the first iterate finish, better-sqlite3 throws you error.
Though, we only do reading.
If an iterates executed, better-sqlite3 prevents you to do other stuffs while this happens.
Which means, If you executed two iterate at the same time before the first iterate finish, better-sqlite3 throws you error.
Though, we only do reading.
Yonle: Notes and Other
In better-sqlite3 library, In nuts: If an iterates executed, better-sqlite3 prevents you to do other stuffs while this happens. Which means, If you executed two iterate at the same time before the first iterate finish, better-sqlite3 throws you error. Though…
To force better-sqlite3 to run even another iterate is running, You need to enable unsafeMode.
I am in nutshell.
If i am working on "THIS" project, then the other project, i abandon it for a while.
Why? Of course. I am lazy.
If i am working on "THIS" project, then the other project, i abandon it for a while.
Why? Of course. I am lazy.
Okay. Aftet this test, it seems were it is not injectable (hopefully)