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
The current scheme using URLs like /blog/whatever?primary_key=3&secondary_key=27 defeats CDN caching and the ability for editors to use wagtail's tools for linking to internal pages.
Instead, the app's use of the URL space should be modified to something similar to:
/blog/news/ (filtering to news entries)
/blog/<other secondary topic>/ (filtering to the set of secondary topics)
/blog/entry/whatever
The notion of PrimaryTopic can go away (news can be moved to a SecondaryTopic, which can just become Topic). Topics will need slugs.
The text was updated successfully, but these errors were encountered:
The current scheme using URLs like /blog/whatever?primary_key=3&secondary_key=27 defeats CDN caching and the ability for editors to use wagtail's tools for linking to internal pages.
Instead, the app's use of the URL space should be modified to something similar to:
/blog/news/ (filtering to news entries)
/blog/<other secondary topic>/ (filtering to the set of secondary topics)
/blog/entry/whatever
The notion of PrimaryTopic can go away (news can be moved to a SecondaryTopic, which can just become Topic). Topics will need slugs.
The text was updated successfully, but these errors were encountered: