Workflows icon indicating copy to clipboard operation
Workflows copied to clipboard

Performance improvement when providing bundle id

Open vdesabou opened this issue 10 years ago • 1 comments

This pull request is done to avoid as much as possible the use of exec() in Workflows constructor. When providing bundled when creating Workflows, I get good improvements.

I've created a workflow to show the improvements, get it here https://cloudup.com/cBiUwDy104X

See:

capture decran 2014-07-12 a 00 35 32

vdesabou avatar Jul 11 '14 22:07 vdesabou

Hi David,

I've added some details here as well http://www.alfredforum.com/topic/3548-php-based-workflow-first-execution-after-some-time-is-slow/

I believe this pull request will help to fix the problem where execution is slow for first time use (after a period of time like one hour)

vdesabou avatar Jul 12 '14 10:07 vdesabou