|  02-17-2021, 10:28 AM | #5521 | |
| Plugin Developer            Posts: 7,126 Karma: 5005503 Join Date: Dec 2011 Location: Midwest USA Device: Kobo Clara Colour running KOReader | 
			
			New Test Version Posted 2021-02-17 - Don't require index file in Firefox cache2. Quote: 
 I tested actually deleting everything in a Firefox cache2 directory and then starting Firefox and it did not create an index file, so apparently Firefox doesn't need it either. Thanks for your persistence about this. Seeing the contents of your cache2 gave me the clue needed. FYI, the forum has [code] tags you can wrap around blocks like debug logs to preserve formatting and not get smilies. # button in the post editor. | |
|   |   | 
|  02-17-2021, 11:32 AM | #5522 | |
| Groupie            Posts: 173 Karma: 8098 Join Date: Jun 2012 Location: Germany Device: Kindle Voyage, Kindle Oasis | Quote: 
 | |
|   |   | 
|  02-17-2021, 12:09 PM | #5523 | 
| Junior Member  Posts: 3 Karma: 10 Join Date: Feb 2021 Device: Toshiba Laptop | 
				
				New Test Version Posted  2021-02-17
			 
			
			Tested the new version with firefox both modes use_browser_cache:true did a three chapter update use_browser_cache_only:true did a 19 chapter complete download both appeared to work ok have to wait until Cloudflare starts giving errors again have not had any errors since about 3AM this morning Thank you | 
|   |   | 
|  02-17-2021, 12:10 PM | #5524 | 
| Connoisseur  Posts: 60 Karma: 10 Join Date: Feb 2015 Device: none | 
			
			So, everything seems to be working, but is there a way to tell if things are working because the cache is finally set up correctly or if it is because fanfiction.net is working again?
		 | 
|   |   | 
|  02-17-2021, 12:53 PM | #5525 | 
| Plugin Developer            Posts: 7,126 Karma: 5005503 Join Date: Dec 2011 Location: Midwest USA Device: Kobo Clara Colour running KOReader | Code: [www.fanfiction.net] ## browser cache will only be used if use_browser_cache:true and ONLY ## for fanfiction.net right now. Requires a browser_cache_path set in ## [defaults]. use_browser_cache:true ## use_browser_cache_only:true prevents FFF from falling through to ## request from the server when a page isn't in the browser cache. ## You can turn this on to be sure you're only using the browser ## cache. use_browser_cache_only:true | 
|   |   | 
|  02-17-2021, 02:46 PM | #5526 | 
| Custom User Title            Posts: 11,351 Karma: 79528341 Join Date: Oct 2018 Location: Canada Device: Kobo Libra H2O, formerly Aura HD | 
			
			Question: Is it normal, when reading from cache, for the dialog window to become "not responding" and turn white? If I leave it alone it'll eventually complete, but if I click on it at all Windows wants me to end the process.
		 | 
|   |   | 
|  02-17-2021, 02:55 PM | #5527 | 
| Plugin Developer            Posts: 7,126 Karma: 5005503 Join Date: Dec 2011 Location: Midwest USA Device: Kobo Clara Colour running KOReader | 
			
			As far as I know, yes.  It's off in a tight loop reading the cache.  The same thing can happen for other lengthy processing.   Use 'update existing' and background metadata to avoid it. | 
|   |   | 
|  02-17-2021, 02:59 PM | #5528 | 
| Custom User Title            Posts: 11,351 Karma: 79528341 Join Date: Oct 2018 Location: Canada Device: Kobo Libra H2O, formerly Aura HD | 
			
			Honestly, Windows is a bit too quick on the "not responding"—I think it's something like 5 seconds before it whites out the window.
		 | 
|   |   | 
|  02-17-2021, 03:01 PM | #5529 | 
| Plugin Developer            Posts: 7,126 Karma: 5005503 Join Date: Dec 2011 Location: Midwest USA Device: Kobo Clara Colour running KOReader | 
			
			For firefox and chrome simple-cache, reducing browser_cache_age_limit can speed up cache parsing significantly.  Doesn't really make any difference on chrome blockfile-cache.
		 | 
|   |   | 
|  02-17-2021, 03:03 PM | #5530 | 
| Connoisseur            Posts: 97 Karma: 100000 Join Date: Nov 2010 Device: KOA3, KV, KOA2 | 
			
			Happened to me the first time I successfully ran an update with the new cache feature turned on.  Subsequent runs were faster (at least those right after the first on the same calibre session).
		 | 
|   |   | 
|  02-18-2021, 06:00 PM | #5531 | |
| Connoisseur            Posts: 73 Karma: 4484 Join Date: Jan 2016 Device: none | Quote: 
 On my machine, Vivaldi easily collects over 1GB of cached data after only a couple days of use. | |
|   |   | 
|  02-18-2021, 08:36 PM | #5532 | 
| Plugin Developer            Posts: 7,126 Karma: 5005503 Join Date: Dec 2011 Location: Midwest USA Device: Kobo Clara Colour running KOReader | 
			
			New Version Released Version 4.0.0 - 18 Feb 2021 - Major refactoring/rewrite of network fetching and caching layer using `requests` library. - use_browser_cache feature added -- Read fanfiction.net stories from your Chrome or FireFox browser cache in addition / instead of the network. Many thanks to Sidney Markowitz for the stellar help with this. See BrowserCacheFeature Wiki Page. - Add additional_images setting for html & epub formats. Close #648 - Fix for 'Updating' (anonymous?) author in adapter_wuxiaworldsite. For #657 - Allow tweak_fg_sleep etc with any site, add defaults settings for basexenforo, fictionalley and fictionpress. - Drag/drop of 'emails'--look for story URL in Content-Base header for Thunderbird RSS 'emails'. - Apply 'email' proc flag when processing dragged .eml files--which are emails. - Update translations. - Fix adapter_webnovelcom for some site changes. Closes #644 - Allow tweak_fg_sleep etc with any site, add defaults settings for basexenforo, fictionalley and fictionpress. - fanficauthors.net doesn't use login anymore. Closes #651 - BG % done by stories AND chapters. - Restore multi-process background jobs as one process per site. - Don't count continue_on_chapter_error chapters when checking vs 'new chapters'. - More properly get msg payload fromemail drag and drop. Closes #645 - Give adapter_archiveofourownorg a get_section_url() for quicker rejects checks from email. - Convert adapter_spikeluvercom to base_efiction after site changes. - Remove 'extrasleep' feature--it was ugly--increase slow_down_sleep_time for the couple sites that used it. We can trust the users, right? - Remove httplib._MAXHEADERS workaround for royalroad.com - not happening anymore. - Fixes for py2/py3 & a stray INI space. - Fix for Reject List to equate story URLs with and without titles, for XenForo and ffnet. Otherwise you can end up with dups in Reject List and not recognize new URLs are already being rejected. Also fixes [storyUrl] sections without titles for ffnet. - Fix fictionpress.net and retain Reject List entries for removed sites. - Get cloudscraper 1.2.56 changes, but keep py2 compat. - Fix for chapter error report. Closes #641 - adapter_fanfictionnet: Start keeping story title part of storyUrl. | 
|   |   | 
|  02-18-2021, 11:05 PM | #5533 | |
| Connoisseur  Posts: 60 Karma: 10 Join Date: Feb 2015 Device: none | Quote: 
 | |
|   |   | 
|  02-19-2021, 07:01 AM | #5534 | 
| Junior Member  Posts: 2 Karma: 10 Join Date: Oct 2020 Device: laptop | 
				
				noticing slowdown in time to dl fics
			 
			
			DLing 3 stories off of SV and SB. the time it takes to DL Stories seems to have significantly Increased with the new version the 3 i'm working on now are 60% with it going for a half an hour. edit: time to dl fics from these links: https://forums.sufficientvelocity.co...der-fgo.43852/ https://forums.spacebattles.com/thre...-quest.549311/ https://forums.spacebattles.com/thre...adybug.776197/ 55mins 19 secs | 
|   |   | 
|  02-19-2021, 11:07 AM | #5535 | |
| Plugin Developer            Posts: 7,126 Karma: 5005503 Join Date: Dec 2011 Location: Midwest USA Device: Kobo Clara Colour running KOReader | Quote: 
 I answered here on github: https://github.com/JimmXinu/FanFicFare/issues/660 | |
|   |   | 
|  | 
| Tags | 
| fanfiction | 
| 
 | 
|  Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| [GUI Plugin] KindleUnpack - The Plugin | DiapDealer | Plugins | 527 | 08-15-2025 01:36 PM | 
| [GUI Plugin] Open With | kiwidude | Plugins | 404 | 02-21-2025 05:42 AM | 
| [GUI Plugin] Marvin XD | Philantrop | Plugins | 126 | 01-29-2017 12:48 PM | 
| [GUI Plugin] KiNotes | -axel- | Plugins | 0 | 07-14-2013 06:39 PM | 
| [GUI Plugin] Plugin Updater **Deprecated** | kiwidude | Plugins | 159 | 06-19-2011 12:27 PM |