You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feel free to create a new domain within the current code and all resources you need for this. We can even have these "fast" resources as read only resources. The resources can be super dumb if it helps. The underlaying data model must not change. But we don't need to carry around unused stuff from the old resources. The result should be a much faster page which only does a minimal amount of SQL queries.
Important
I expect all updates from all information on that page to be displayed right away. So if anonymous is browsing my profile and I change a story/photo/tag/whatnot I want that page to update right away. And I don't care if I make that change in the web GUI or with the iex. Same goes for all other visible profiles. Of course the same goes for non anonymous browsing users too.
PS: Don't forget to change the robots.txt so that search engines don't crawl the /v2/ directory yet.
PPS: The old profile takes about 131ms to just run the SQL queries on my laptop. My target for the new one would be 20ms or better. I don't see why we would need more time to fetch the needed data.
As a result of #1079 we create a new profile page on the green field. So the old code will be accessible at
https://animina.de/wintermeyer
and the new version at
https://animina.de/v2/wintermeyer
Feel free to create a new domain within the current code and all resources you need for this. We can even have these "fast" resources as read only resources. The resources can be super dumb if it helps. The underlaying data model must not change. But we don't need to carry around unused stuff from the old resources. The result should be a much faster page which only does a minimal amount of SQL queries.
Important
I expect all updates from all information on that page to be displayed right away. So if anonymous is browsing my profile and I change a story/photo/tag/whatnot I want that page to update right away. And I don't care if I make that change in the web GUI or with the iex. Same goes for all other visible profiles. Of course the same goes for non anonymous browsing users too.
PS: Don't forget to change the robots.txt so that search engines don't crawl the /v2/ directory yet.
PPS: The old profile takes about 131ms to just run the SQL queries on my laptop. My target for the new one would be 20ms or better. I don't see why we would need more time to fetch the needed data.
Tasks
The text was updated successfully, but these errors were encountered: