Skip to content

Conversation

@turkeryildirim
Copy link

Bundlers like webpack usually auto generates some additional files, (*.map, *.txt etc.) after its process and as a result those kind of files auto pushed to the browser via Link http header. Finally, as a site owner, it effects site load times and rise of loaded files count. This change prevents that.

brunofjesus and others added 30 commits February 2, 2022 10:26
…st-attributes

feat(FP-1256): nextjs request attributes
feat(fp-1302): add _url to PageFolderValue
…ation

fix(fp-1030): Sitemap generation using cursor instead of offset
fix(fp-766): remove empty path attributes from hyperlinks
hkovesdi and others added 28 commits June 14, 2022 13:22
…at/FP-2107-error-missing-pageMatchingPayload
…ng-pageMatchingPayload

fix(FP-2107): Missing pageMatchingPayload in DynamicPageSuccessResult does not cause an error anymore
…ent-injector-replace

feat: add UrlContext to Injection overridable components
also: fix typo in message
…-field-from-json-serializer

feat(FP-2186): Remove _type from JsonSerializer in NextJs
…returning-method

FP-2064: added getMethod to RequestService createApiRequest() -> it's now returning the request method
This ensures the UrlContext is not used before customers have the chance to overwrite it using the ComponentInjector.
Bundlers like webpack usually auto generates some additional files, (*.map, *.txt etc.) after its process and as a result those kind of files auto pushed to the browser via Link http header. Finally, as a site owner, it effects site load times and rise of loaded files count. This change prevents that.
@brunofjesus brunofjesus force-pushed the master branch 2 times, most recently from f5d2fbb to 66e22c8 Compare May 5, 2025 09:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.