The ArcGIS Online reader and writer are quite slow to use. For every feature type, in every AGO reader and writer, FME currently loops through all accessible groups twice (once to find the feature service, once again to find the layer). When a user only has access to a few groups within his organization, it's merely an annoyance. When a user has access to a large number of groups, waiting for FME to find the correct layer can add minutes to the time it takes to run a workspace.
There is a workaround where the HTTPCaller can be used to directly access a layer, much faster than the AGO readers/writers can, but this method has several other downsides. It would be great if the official AGO readers/writers could be improved to be a lot faster.




