haassie / ext-page-speed-insights

TYPO3 extension to check your pages with PageSpeed Insights API. Providing scores on performance, SEO, accessibility, best-practices and PWA.
GNU General Public License v3.0
7 stars 6 forks source link

Problem witch scheduler #30

Open piotrburda opened 1 year ago

piotrburda commented 1 year ago

TYPO3 11.5.26 page-speed-insights 3.0,0 In page properties i see new tab Pagee speed insights, but when i try to add new scheduler task i didn`t see in "Schedulable Command." command: pagespeedinsights:run. What is wrong?

akiessling commented 1 year ago

Looks like the registration of the command must be moved to the Services.yaml for TYPO3 11 https://docs.typo3.org/m/typo3/reference-coreapi/10.4/en-us/ApiOverview/CommandControllers/Index.html

PKuhlmay commented 1 year ago

See #19. There is already a Pull Request for this. But nothing happens there for the last 2 years.

akiessling commented 1 year ago

Thanks a lot for the pointer @PKuhlmay !