No Branch/Tag Specified
develop
main
v2.0.17
v2.0.18
v2.0.19
v2.0.20
v2.0.21
v2.0.22
v2.0.23
v2.0.24
v2.1.0
v2.1.1
v2.1.10
v2.1.11
v2.1.12
v2.1.13
v2.1.14
v2.1.2
v2.1.3
v2.1.4
v2.1.4.3
v2.1.5
v2.1.6
v2.1.7
v2.1.8
v2.1.9
v2.2.0
v2.2.1
v2.2.10
v2.2.12
v2.2.13
v2.2.14
v2.2.14.2
v2.2.15
v2.2.16
v2.2.16.1
v2.2.17
v2.2.17.2
v2.2.18.3
v2.2.2
v2.2.3
v2.2.4
v2.2.5
v2.2.6
v2.2.7
v2.2.7.5
v2.2.8
v2.2.9
v2.3.0
v2.3.1
v2.3.1.10
v2.4.0
v2.5.0
v2.5.1
v2.5.10
v2.5.11
v2.5.12
v2.5.13
v2.5.2
v2.5.3
v2.5.4
v2.5.5
v2.5.6
v2.5.7
v2.5.8
v2.5.9
v2.6.0
v2.6.0beta2
v2.6.0beta4
v2.6.0beta5
v2.6.1
v2.6.10
v2.6.12
v2.6.13
v2.6.14
v2.6.15
v2.6.16
v2.6.17
v2.6.18
v2.6.19
v2.6.1beta1
v2.6.2
v2.6.20
v2.6.21
v2.6.22
v2.6.23
v2.6.24
v2.6.25
v2.6.26
v2.6.27
v2.6.3
v2.6.4
v2.6.5
v2.6.6
v2.6.7
v2.6.8
v2.6.9
Labels
Something is not working Chromium incompatibility
Not compatible with chromium based browsers documentation
documentation duplicate
This issue or pull request already exists enhancement
Feature request/Enhancement firefox-bug
Firefox bug framework/mapping
missing/obsolete framework or mapping help wanted
Need some help invalid
Something is wrong need info
Need info from the reporter observation question/discussion
Question about the extension sop/cors
Same-Origin-Policy or Cross-Origin-Resource-Sharing testing
testing update framework
Update framework website
Own Website (www.localcdn.org) wontfix
This won't be fixed
Apply labels
Clear labels
bug
Something is not working Chromium incompatibility
Not compatible with chromium based browsers documentation
documentation duplicate
This issue or pull request already exists enhancement
Feature request/Enhancement firefox-bug
Firefox bug framework/mapping
missing/obsolete framework or mapping help wanted
Need some help invalid
Something is wrong need info
Need info from the reporter observation question/discussion
Question about the extension sop/cors
Same-Origin-Policy or Cross-Origin-Resource-Sharing testing
testing update framework
Update framework website
Own Website (www.localcdn.org) wontfix
This won't be fixed
No Label
bug
Chromium incompatibility
documentation
duplicate
enhancement
firefox-bug
framework/mapping
help wanted
invalid
need info
observation
question/discussion
sop/cors
testing
update framework
website
wontfix
Milestone
Set milestone
Clear milestone
No items
No Milestone
Assignees
Assign users
Clear assignees
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.
No due date set.
Dependencies
This issue currently doesn't have any dependencies.
Reference in new issue
There is no content yet.
Delete Branch '%!s(MISSING)'
Deleting a branch is permanent. It CANNOT be undone. Continue?
No
Yes
Hi, this is a question, not a bug report.
I'm wondering if adding the JsLibCache extension
https://addons.mozilla.org/en-US/firefox/addon/jslibcache/
will make any difference when I'm already running LocalCDN?
I'm using FF by the way.
Thank you.
I have not tried that. Both extensions use the onBeforeRequest function. It is possible that either only one extension processes the requests at a time (first come first served) or alternately.
From my personal usage, it seems that JsLibCache serves first, if the resources are not cached by JsLibCache, then LocalCDN will serve. Although I am aware that the raw number of resrouces LocalCDN has is higher than JsLibCache, I'm curious if there is any advantage to have JsLibCache besides LocalCDN or if it just adds extra weight.
I don't know Firefox's internal stuff in detail, but it's possible that JsLibCache serves first because it was installed first. Anyway, theoretically JsLibCache should be able to intercept any request. Only if that is not possible because it is a font or an unsupported CDN then LocalCDN would see the request.
I've never tried this and don't see any advantage in it, but it's highly dependent on the websites you visit.