Rahul Bansal
Rahul Bansal
I tried using this with Ruby 1.9 Its breaking with some error related to `linecache` gem `linecache` is not compatible with Ruby 1.9 as far as I know. Any workaround...
1. User opens the website in the browser. Enough to register the service worker. 2. User closes website tab 3. The site publishes new content 4. Content gets sync in...
Currently, when Docker for the app is installed but not running, I see following ``` rahul286:~/$ ee site list [15:00:46] Error: Docker not installed or not running. For macOS docker...
Whenever a new post is published, issue a fake GET request for it so fastcgi_cache will have it ready when first visitor shows up! RefL http://wordpress.org/support/topic/plugin-nginx-manager-preheat-new-post-cache-before-purging-homepage
http://wordpress.org/support/topic/import-timeout-with-nginx-helper?replies=1#post-4906042 I think bulk-import of posts/content trigger "cache purge" codes. We might need to change hooks to avoid this.
We can have option in nginx-helper... It will parse sitemap to preload all URLs in cache. All we need to do is HIT every URL so nginx will create cached...
Ref: http://wordpress.org/support/topic/feeature-request-purging-feeds?replies=1 We need to purge wordpress feeds - http://codex.wordpress.org/WordPress_Feeds I guess we can also add a simple textarea where admin can specify additional URLs which need to be purged...
@agentzh I'm trying to solve a problem and this module is very close to intended workaround. Backend app sets number of cookies and I need to alter value of a...
I am new to python and came across this repo while searching for a good ffmpeg wrapper in python. This one is better than all packages I found on pip....
Hi, I manage to get ModerAqua theme running on SugarCRM 6.4 RC build. (after making changes to manifest.php & themedef.php) I saw some major issues with missing icons, broken links....