Recent Activities
This page shows what are we working on.
-
1.0.39
-
Version 1.0.39 2ee20e
-
feat(queue): prioritize warm queue by page type
Warm order: homepage (3) > product (2) > category (1) > cms-page (0).
Priority assigned during reindex, persisted in DB.
- Add priority SMALLINT column + btree index to requestentry table
- RequestEntryInterface: PRIORITY_* constants, getPriority/setPriority
- RequestEntryIndexer::resolvePriority() assigns priority per row
- Collection::addDistinctAndOrder() sorts by priority DESC
test: add unit tests for existing untested code (53 new tests)
- DurationHeaderMiddlewareTest (header name, numeric value, 3 decimals)
- CookieManagerTest (null on empty varyString, CookieJar domain/value)
- RequestEntryIndexerTest (cartesian product + resolvePriority)
- LogCleanerTest / LoadLogCleanerTest (disabled flags, cutoff date)
Refs #15 f36e7a -
docs(readme): add CLI usage section with --url examples e9bff4
-
feat(cli): add --url option to swissup:cache:warm
Warm specific URLs by path or full URL via CLI, force re-warm
regardless of FPC state, all store×group×user-agent variations.
- Collection::addUrlFilter() strips scheme/host, leading slash
- CollectionFactory::setUrls() skips FPC test and cursor when set
- CacheWarm::setUrls() passes through to factory
- CacheWarmCommand --url accepts comma-separated paths/URLs
- Warns and exits non-zero when URL not found in index
test: add unit test suite (69 tests, 79 assertions)
- phpunit.xml.dist, tests/bootstrap.php, bin/test
- CollectionTest, CollectionFactoryTest, CacheWarmTest
- ConfigTest, RunTest, CacheWarmCommandTest
Closes #14 9fdd37
-
-
1.0.38
-
head
-
Added ability to move description to bottom:
```
<referenceBlock name="attributepage.attribute.view">
<arguments>
<argument name="is_description_at_bottom" xsi:type="boolean">true</argument>
</arguments>
</referenceBlock>
``` f46297
-
-
1.8.5
-
head
-
head
-
Fixed missing error modal on failed ajax request, when `global:false` 915a01
-
-
1.3.0
-
Version 1.3.0 dc0e3f
-
Added `ingress.flareapp.io` to connect-src csp policy a9e10f
-
Do not enable js reporting in developer mode 331f55
-
flareapp.js bundling logic `npm run build`
The flareapp.js contents then copied to `view/base/templates/js.phtml` 3f3863 -
Backend configuration, optional JS error reporting d20263
-
-
head
-
Delivery date on PaypalExpress checkout review page #17 d2f2eb
-
-
head
-
Update critical CSS d29ff5
-
-
head
-
Update critical CSS 13d2f5
-
-
head
-
Update critical CSS ab85c3
-
-
head
-
Update critical CSS c17fd8
-
-
head
-
Update critical CSS becff9
-